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