HEX: #7D6F8D
RGB: (125,111,141)
Il colore #7D6F8D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7D6F8D il colore web safe è #666699 (#669).
Il colore 7D6F8D in RGB è definito come 125,111,141
RGB: (125,111,141)
(49%, 44%, 55%)
R 125 da 255 = 49%
G 111 da 255 = 44%
B 141 da 255 = 55%
R + G + B ~ 49%. #7D6F8D colore medio (né scuro né chiaro).
R + G + B = 125 + 111 + 141 = 377 (100%)
R 125 da 377 ~ 33.16%
G 111 da 377 ~ 29.44%
B 141 da 377 ~ 37.4'%
Il colore #7D6F8D in CMYK è definito come 11,21,0,45.
CMYK: (11,21,0,45) C11M21Y0K45 (11%,21%,0%,45%) (0.11/0.21/0.00/0.45)
Il #7D6F8D nei modelli di colore popolari.
7D | 6F | 8D | |
---|---|---|---|
RGB | 125 | 111 | 141 |
HSL | 268° | 11.90% | 49.41% |
HSB/HSV | 268° | 21.28% | 55.29% |
CMYK | 11.35% | 21.28% | 0.00% |
44.71% |
Il #7D6F8D nei modelli numerici popolari.
Esadicemale | 7D | 6F | 8D |
Decimale | 125 | 111 | 141 |
Binario | 1111101 | 1101111 | 10001101 |
Ottale | 175 | 157 | 215 |
Tonalità scure del colore #7D6F8D
Tonalità chiare del colore #7D6F8D
Esempi dei codici css e html per gli elementi di colore #7D6F8D. Utilizzate rgb(125,111,141) anche al posto del codice hex.
.myTextColor { color: #7D6F8D; }
<p style="color:#7D6F8D">This sample text font color is #7D6F8D.</p>
Il colore di questo testo è #7D6F8D.
.myBgColor { background-color: #7D6F8D; }
<div style="background-color:#7D6F8D">Inner text</div>
Questo div ha lo sfondo di colore #7D6F8D.
.myBorderColor { border: 1px solid #7D6F8D; }
<div style="border:3px solid #7D6F8D">Div</div>
Questo div ha i bordi di colore 7D6F8D.
.myOpacity80 { color: #7D6F8D; opacity: 0.8; }
<p style="color:#7D6F8D;opacity:0.8;">80%</p>
Il testo di color #7D6F8D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D6F8D;}
<p style="text-shadow: 3px 3px 1px #7D6F8D">Text here.</p>
Questo testo ha l'ombra di colore #7D6F8D.
.textShadow {text-shadow: 3px 3px 1px #7D6F8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D6F8D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D6F8D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D6F8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D6F8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D6F8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D6F8D;
-webkit-box-shadow: 1px 1px 3px 2px #7D6F8D;
box-shadow: 1px 1px 3px 2px #7D6F8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D6F8D; -webkit-box-shadow: 1px 1px 3px 2px #7D6F8D; box-shadow:1px 1px 3px 2px #7D6F8D;">
Div content here
</div>
Questo e il testo di colore #7D6F8D sullo sfondo nero.
Questo e il testo di colore #7D6F8D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D6F8D.
Questo è un testo bianco sullo sfondo del colore #7D6F8D.
Il colore complimentare del #hex è #829072..