HEX: #71727D
RGB: (113,114,125)
#71727D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71727D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #71727D wird in RGB als (113,114,125) definiert.
RGB: (113,114,125)
(44%, 45%, 49%)
R 113 von 255 = 44%
G 114 von 255 = 45%
B 125 von 255 = 49%
R + G + B ~ 46%. #71727D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 114 + 125 = 352 (100%)
R 113 von 352 ~ 32.1%
G 114 von 352 ~ 32.39%
B 125 von 352 ~ 35.51'%
Die Farbe #71727D wird in CMYK als (10,9,0,51) definiert.
CMYK: (10,9,0,51)
C10M9Y0K51 (10%, 9%, 0%, 51%)
(0.10 / 0.09 / 0.00 / 0.51)
Farbe #71727D in den populären Farbmodellen.
71 | 72 | 7D | |
---|---|---|---|
RGB | 113 | 114 | 125 |
HSL | 235° | 5.04% | 46.67% |
HSB/HSV | 235° | 9.60% | 49.02% |
CMYK | 9.60% | 8.80% | 0.00% |
50.98% |
Die Farbe #71727D in den populären Zahlensystemen.
Hexadezimal | 71 | 72 | 7D |
Dezimal | 113 | 114 | 125 |
Binär | 1110001 | 1110010 | 1111101 |
Oktal | 161 | 162 | 175 |
Dunkle Töne der Farbe #71727D
Helle Töne der Farbe #71727D
Beispiele css- und html für Elemente in der Farbe #71727D. Bitte benutzen Sie auch rgb(113,114,125) statt hex-Code.
.myTextColor { color: #71727D; }
<p style="color:#71727D">This sample text font color is #71727D.</p>
Die Farbe dieses Textes ist #71727D.
.myBgColor { background-color: #71727D; }
<div style="background-color:#71727D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71727D.
.myBorderColor { border: 1px solid #71727D; }
<div style="border:3px solid #71727D">Div</div>
Die Grenzen von diesem div sind in Farbe #71727D.
.myOpacity80 { color: #71727D; opacity: 0.8; }
<p style="color:#71727D;opacity:0.8;">80%</p>
Text in Farbe #71727D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71727D;}
<p style="text-shadow: 3px 3px 1px #71727D">Text here.</p>
Dieser Text hat den Schatten in Farbe #71727D.
.textShadow {text-shadow: 3px 3px 1px #71727D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71727D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71727D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71727D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71727D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71727D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71727D;
-webkit-box-shadow: 1px 1px 3px 2px #71727D;
box-shadow: 1px 1px 3px 2px #71727D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71727D; -webkit-box-shadow: 1px 1px 3px 2px #71727D; box-shadow:1px 1px 3px 2px #71727D;">
Div content here
</div>
Dieser Text ist in der Farbe #71727D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71727D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71727D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71727D.
Kontrastfarbe für #hex ist #8E8D82.