HEX: #7D6A7F
RGB: (125,106,127)
Il colore #7D6A7F contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7D6A7F il colore web safe è #666666 (#666).
Il colore 7D6A7F in RGB è definito come 125,106,127
RGB: (125,106,127)
(49%, 42%, 50%)
R 125 da 255 = 49%
G 106 da 255 = 42%
B 127 da 255 = 50%
R + G + B ~ 47%. #7D6A7F colore medio (né scuro né chiaro).
R + G + B = 125 + 106 + 127 = 358 (100%)
R 125 da 358 ~ 34.92%
G 106 da 358 ~ 29.61%
B 127 da 358 ~ 35.47'%
Il colore #7D6A7F in CMYK è definito come 2,17,0,50.
CMYK: (2,17,0,50)
C2M17Y0K50 (2%, 17%, 0%, 50%)
(0.02 / 0.17 / 0.00 / 0.50)
Il #7D6A7F nei modelli di colore popolari.
7D | 6A | 7F | |
---|---|---|---|
RGB | 125 | 106 | 127 |
HSL | 294° | 9.01% | 45.69% |
HSB/HSV | 294° | 16.54% | 49.80% |
CMYK | 1.57% | 16.54% | 0.00% |
50.20% |
Il #7D6A7F nei modelli numerici popolari.
Esadicemale | 7D | 6A | 7F |
Decimale | 125 | 106 | 127 |
Binario | 1111101 | 1101010 | 1111111 |
Ottale | 175 | 152 | 177 |
Tonalità scure del colore #7D6A7F
Tonalità chiare del colore #7D6A7F
Esempi dei codici css e html per gli elementi di colore #7D6A7F. Utilizzate rgb(125,106,127) anche al posto del codice hex.
.myTextColor { color: #7D6A7F; }
<p style="color:#7D6A7F">This sample text font color is #7D6A7F.</p>
Il colore di questo testo è #7D6A7F.
.myBgColor { background-color: #7D6A7F; }
<div style="background-color:#7D6A7F">Inner text</div>
Questo div ha lo sfondo di colore #7D6A7F.
.myBorderColor { border: 1px solid #7D6A7F; }
<div style="border:3px solid #7D6A7F">Div</div>
Questo div ha i bordi di colore 7D6A7F.
.myOpacity80 { color: #7D6A7F; opacity: 0.8; }
<p style="color:#7D6A7F;opacity:0.8;">80%</p>
Il testo di color #7D6A7F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D6A7F;}
<p style="text-shadow: 3px 3px 1px #7D6A7F">Text here.</p>
Questo testo ha l'ombra di colore #7D6A7F.
.textShadow {text-shadow: 3px 3px 1px #7D6A7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D6A7F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D6A7F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D6A7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D6A7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D6A7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D6A7F;
-webkit-box-shadow: 1px 1px 3px 2px #7D6A7F;
box-shadow: 1px 1px 3px 2px #7D6A7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D6A7F; -webkit-box-shadow: 1px 1px 3px 2px #7D6A7F; box-shadow:1px 1px 3px 2px #7D6A7F;">
Div content here
</div>
Questo e il testo di colore #7D6A7F sullo sfondo nero.
Questo e il testo di colore #7D6A7F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D6A7F.
Questo è un testo bianco sullo sfondo del colore #7D6A7F.
Il colore complimentare del #hex è #829580..