HEX: #7C718A
RGB: (124,113,138)
#7C718A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C718A ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7C718A wird in RGB als (124,113,138) definiert.
RGB: (124,113,138)
(49%, 44%, 54%)
R 124 von 255 = 49%
G 113 von 255 = 44%
B 138 von 255 = 54%
R + G + B ~ 49%. #7C718A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 124 + 113 + 138 = 375 (100%)
R 124 von 375 ~ 33.07%
G 113 von 375 ~ 30.13%
B 138 von 375 ~ 36.8'%
Die Farbe #7C718A wird in CMYK als (10,18,0,46) definiert.
CMYK: (10,18,0,46) C10M18Y0K46 (10%,18%,0%,46%) (0.10/0.18/0.00/0.46)
Farbe #7C718A in den populären Farbmodellen.
7C | 71 | 8A | |
---|---|---|---|
RGB | 124 | 113 | 138 |
HSL | 266° | 9.96% | 49.22% |
HSB/HSV | 266° | 18.12% | 54.12% |
CMYK | 10.14% | 18.12% | 0.00% |
45.88% |
Die Farbe #7C718A in den populären Zahlensystemen.
Hexadezimal | 7C | 71 | 8A |
Dezimal | 124 | 113 | 138 |
Binär | 1111100 | 1110001 | 10001010 |
Oktal | 174 | 161 | 212 |
Dunkle Töne der Farbe #7C718A
Helle Töne der Farbe #7C718A
Beispiele css- und html für Elemente in der Farbe #7C718A. Bitte benutzen Sie auch rgb(124,113,138) statt hex-Code.
.myTextColor { color: #7C718A; }
<p style="color:#7C718A">This sample text font color is #7C718A.</p>
Die Farbe dieses Textes ist #7C718A.
.myBgColor { background-color: #7C718A; }
<div style="background-color:#7C718A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C718A.
.myBorderColor { border: 1px solid #7C718A; }
<div style="border:3px solid #7C718A">Div</div>
Die Grenzen von diesem div sind in Farbe #7C718A.
.myOpacity80 { color: #7C718A; opacity: 0.8; }
<p style="color:#7C718A;opacity:0.8;">80%</p>
Text in Farbe #7C718A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C718A;}
<p style="text-shadow: 3px 3px 1px #7C718A">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C718A.
.textShadow {text-shadow: 3px 3px 1px #7C718A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C718A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C718A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C718A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C718A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C718A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C718A;
-webkit-box-shadow: 1px 1px 3px 2px #7C718A;
box-shadow: 1px 1px 3px 2px #7C718A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C718A; -webkit-box-shadow: 1px 1px 3px 2px #7C718A; box-shadow:1px 1px 3px 2px #7C718A;">
Div content here
</div>
Dieser Text ist in der Farbe #7C718A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C718A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C718A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C718A.
Kontrastfarbe für #hex ist #838E75.