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