HEX: #7D7B81
RGB: (125,123,129)
Il colore #7D7B81 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7D7B81 il colore web safe è #666699 (#669).
Il colore 7D7B81 in RGB è definito come 125,123,129
RGB: (125,123,129) (49%,48%,51%)
R 125 da 255 = 49%
G 123 da 255 = 48%
B 129 da 255 = 51%
R + G + B ~ 49%. #7D7B81 colore medio (né scuro né chiaro).
R + G + B =
125 + 123 + 129 = 377 (100%)
R 125 da 377 ~ 33.16%
G 123 da 377 ~ 32.63%
B 129 da 377 ~ 34.22%
Il colore #7D7B81 in CMYK è definito come 3,5,0,49.
CMYK: (3,5,0,49) C3M5Y0K49 (3%,5%,0%,49%) (0.03/0.05/0.00/0.49)
7D | 7B | 81 | |
---|---|---|---|
RGB | 125 | 123 | 129 |
HSL | 260° | 2.38% | 49.41% |
HSB/HSV | 260° | 4.65% | 50.59% |
CMYK | 3.10% | 4.65% | 0.00% |
49.41% |
Esadicemale | 7D | 7B | 81 |
Decimale | 125 | 123 | 129 |
Binario | 1111101 | 1111011 | 10000001 |
Ottale | 175 | 173 | 201 |
Esempi dei codici css e html per gli elementi di colore #7D7B81. Utilizzate rgb(125,123,129) anche al posto del codice hex.
.myTextColor { color: #7D7B81; }
<p style="color:#7D7B81">This sample text font color is #7D7B81.</p>
Il colore di questo testo è #7D7B81.
.myBgColor { background-color: #7D7B81; }
<div style="background-color:#7D7B81">Inner text</div>
Questo div ha lo sfondo di colore #7D7B81.
.myBorderColor { border: 1px solid #7D7B81; }
<div style="border:3px solid #7D7B81">Div</div>
Questo div ha i bordi di colore 7D7B81.
.myOpacity80 { color: #7D7B81; opacity: 0.8; }
<p style="color:#7D7B81;opacity:0.8;">80%</p>
Il testo di color #7D7B81 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D7B81;}
<p style="text-shadow: 3px 3px 1px #7D7B81">Text here.</p>
Questo testo ha l'ombra di colore #7D7B81.
.textShadow {text-shadow: 3px 3px 1px #7D7B81, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D7B81, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D7B81 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D7B81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D7B81, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D7B81 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D7B81; -webkit-box-shadow: 1px 1px 3px 2px #7D7B81; box-shadow: 1px 1px 3px 2px #7D7B81; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D7B81; -webkit-box-shadow: 1px 1px 3px 2px #7D7B81; box-shadow:1px 1px 3px 2px #7D7B81;">
Div content here</div>
Questo e il testo di colore #7D7B81 sullo sfondo nero.
Questo e il testo di colore #7D7B81 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D7B81.
Questo è un testo bianco sullo sfondo del colore #7D7B81.