HEX: #7B6D6B
RGB: (123,109,107)
Il colore #7B6D6B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7B6D6B il colore web safe è #666666 (#666).
Il colore 7B6D6B in RGB è definito come 123,109,107
RGB: (123,109,107)
(48%, 43%, 42%)
R 123 da 255 = 48%
G 109 da 255 = 43%
B 107 da 255 = 42%
R + G + B ~ 44%. #7B6D6B colore medio (né scuro né chiaro).
R + G + B = 123 + 109 + 107 = 339 (100%)
R 123 da 339 ~ 36.28%
G 109 da 339 ~ 32.15%
B 107 da 339 ~ 31.56'%
Il colore #7B6D6B in CMYK è definito come 0,11,13,52.
CMYK: (0,11,13,52)
C0M11Y13K52 (0%, 11%, 13%, 52%)
(0.00 / 0.11 / 0.13 / 0.52)
Il #7B6D6B nei modelli di colore popolari.
7B | 6D | 6B | |
---|---|---|---|
RGB | 123 | 109 | 107 |
HSL | 7° | 6.96% | 45.10% |
HSB/HSV | 7° | 13.01% | 48.24% |
CMYK | 0.00% | 11.38% | 13.01% |
51.76% |
Il #7B6D6B nei modelli numerici popolari.
Esadicemale | 7B | 6D | 6B |
Decimale | 123 | 109 | 107 |
Binario | 1111011 | 1101101 | 1101011 |
Ottale | 173 | 155 | 153 |
Tonalità scure del colore #7B6D6B
Tonalità chiare del colore #7B6D6B
Esempi dei codici css e html per gli elementi di colore #7B6D6B. Utilizzate rgb(123,109,107) anche al posto del codice hex.
.myTextColor { color: #7B6D6B; }
<p style="color:#7B6D6B">This sample text font color is #7B6D6B.</p>
Il colore di questo testo è #7B6D6B.
.myBgColor { background-color: #7B6D6B; }
<div style="background-color:#7B6D6B">Inner text</div>
Questo div ha lo sfondo di colore #7B6D6B.
.myBorderColor { border: 1px solid #7B6D6B; }
<div style="border:3px solid #7B6D6B">Div</div>
Questo div ha i bordi di colore 7B6D6B.
.myOpacity80 { color: #7B6D6B; opacity: 0.8; }
<p style="color:#7B6D6B;opacity:0.8;">80%</p>
Il testo di color #7B6D6B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B6D6B;}
<p style="text-shadow: 3px 3px 1px #7B6D6B">Text here.</p>
Questo testo ha l'ombra di colore #7B6D6B.
.textShadow {text-shadow: 3px 3px 1px #7B6D6B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B6D6B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7B6D6B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B6D6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B6D6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B6D6B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7B6D6B;
-webkit-box-shadow: 1px 1px 3px 2px #7B6D6B;
box-shadow: 1px 1px 3px 2px #7B6D6B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B6D6B; -webkit-box-shadow: 1px 1px 3px 2px #7B6D6B; box-shadow:1px 1px 3px 2px #7B6D6B;">
Div content here
</div>
Questo e il testo di colore #7B6D6B sullo sfondo nero.
Questo e il testo di colore #7B6D6B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7B6D6B.
Questo è un testo bianco sullo sfondo del colore #7B6D6B.
Il colore complimentare del #hex è #849294..