HEX: #7C717B
RGB: (124,113,123)
#7C717B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C717B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7C717B wird in RGB als (124,113,123) definiert.
RGB: (124,113,123)
(49%, 44%, 48%)
R 124 von 255 = 49%
G 113 von 255 = 44%
B 123 von 255 = 48%
R + G + B ~ 47%. #7C717B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 124 + 113 + 123 = 360 (100%)
R 124 von 360 ~ 34.44%
G 113 von 360 ~ 31.39%
B 123 von 360 ~ 34.17'%
Die Farbe #7C717B wird in CMYK als (0,9,1,51) definiert.
CMYK: (0,9,1,51)
C0M9Y1K51 (0%, 9%, 1%, 51%)
(0.00 / 0.09 / 0.01 / 0.51)
Farbe #7C717B in den populären Farbmodellen.
7C | 71 | 7B | |
---|---|---|---|
RGB | 124 | 113 | 123 |
HSL | 305° | 4.64% | 46.47% |
HSB/HSV | 305° | 8.87% | 48.63% |
CMYK | 0.00% | 8.87% | 0.81% |
51.37% |
Die Farbe #7C717B in den populären Zahlensystemen.
Hexadezimal | 7C | 71 | 7B |
Dezimal | 124 | 113 | 123 |
Binär | 1111100 | 1110001 | 1111011 |
Oktal | 174 | 161 | 173 |
Dunkle Töne der Farbe #7C717B
Helle Töne der Farbe #7C717B
Beispiele css- und html für Elemente in der Farbe #7C717B. Bitte benutzen Sie auch rgb(124,113,123) statt hex-Code.
.myTextColor { color: #7C717B; }
<p style="color:#7C717B">This sample text font color is #7C717B.</p>
Die Farbe dieses Textes ist #7C717B.
.myBgColor { background-color: #7C717B; }
<div style="background-color:#7C717B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C717B.
.myBorderColor { border: 1px solid #7C717B; }
<div style="border:3px solid #7C717B">Div</div>
Die Grenzen von diesem div sind in Farbe #7C717B.
.myOpacity80 { color: #7C717B; opacity: 0.8; }
<p style="color:#7C717B;opacity:0.8;">80%</p>
Text in Farbe #7C717B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C717B;}
<p style="text-shadow: 3px 3px 1px #7C717B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C717B.
.textShadow {text-shadow: 3px 3px 1px #7C717B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C717B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C717B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C717B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C717B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C717B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C717B;
-webkit-box-shadow: 1px 1px 3px 2px #7C717B;
box-shadow: 1px 1px 3px 2px #7C717B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C717B; -webkit-box-shadow: 1px 1px 3px 2px #7C717B; box-shadow:1px 1px 3px 2px #7C717B;">
Div content here
</div>
Dieser Text ist in der Farbe #7C717B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C717B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C717B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C717B.
Kontrastfarbe für #7C717B ist #838E84.