HEX: #7E737D
RGB: (126,115,125)
Il colore #7E737D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7E737D il colore web safe è #666666 (#666).
Il colore 7E737D in RGB è definito come 126,115,125
RGB: (126,115,125) (49%,45%,49%)
R 126 da 255 = 49%
G 115 da 255 = 45%
B 125 da 255 = 49%
R + G + B ~ 48%. #7E737D colore medio (né scuro né chiaro).
R + G + B =
126 + 115 + 125 = 366 (100%)
R 126 da 366 ~ 34.43%
G 115 da 366 ~ 31.42%
B 125 da 366 ~ 34.15%
Il colore #7E737D in CMYK è definito come 0,9,1,51.
CMYK: (0,9,1,51) C0M9Y1K51 (0%,9%,1%,51%) (0.00/0.09/0.01/0.51)
7E | 73 | 7D | |
---|---|---|---|
RGB | 126 | 115 | 125 |
HSL | 305° | 4.56% | 47.25% |
HSB/HSV | 305° | 8.73% | 49.41% |
CMYK | 0.00% | 8.73% | 0.79% |
50.59% |
Esadicemale | 7E | 73 | 7D |
Decimale | 126 | 115 | 125 |
Binario | 1111110 | 1110011 | 1111101 |
Ottale | 176 | 163 | 175 |
Esempi dei codici css e html per gli elementi di colore #7E737D. Utilizzate rgb(126,115,125) anche al posto del codice hex.
.myTextColor { color: #7E737D; }
<p style="color:#7E737D">This sample text font color is #7E737D.</p>
Il colore di questo testo è #7E737D.
.myBgColor { background-color: #7E737D; }
<div style="background-color:#7E737D">Inner text</div>
Questo div ha lo sfondo di colore #7E737D.
.myBorderColor { border: 1px solid #7E737D; }
<div style="border:3px solid #7E737D">Div</div>
Questo div ha i bordi di colore 7E737D.
.myOpacity80 { color: #7E737D; opacity: 0.8; }
<p style="color:#7E737D;opacity:0.8;">80%</p>
Il testo di color #7E737D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E737D;}
<p style="text-shadow: 3px 3px 1px #7E737D">Text here.</p>
Questo testo ha l'ombra di colore #7E737D.
.textShadow {text-shadow: 3px 3px 1px #7E737D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E737D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E737D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E737D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E737D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E737D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E737D; -webkit-box-shadow: 1px 1px 3px 2px #7E737D; box-shadow: 1px 1px 3px 2px #7E737D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E737D; -webkit-box-shadow: 1px 1px 3px 2px #7E737D; box-shadow:1px 1px 3px 2px #7E737D;">
Div content here</div>
Questo e il testo di colore #7E737D sullo sfondo nero.
Questo e il testo di colore #7E737D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E737D.
Questo è un testo bianco sullo sfondo del colore #7E737D.