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