HEX: #74A79C
RGB: (116,167,156)
#74A79C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #74A79C ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #74A79C wird in RGB als (116,167,156) definiert.
RGB: (116,167,156)
(45%, 65%, 61%)
R 116 von 255 = 45%
G 167 von 255 = 65%
B 156 von 255 = 61%
R + G + B ~ 57%. #74A79C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 167 + 156 = 439 (100%)
R 116 von 439 ~ 26.42%
G 167 von 439 ~ 38.04%
B 156 von 439 ~ 35.54'%
Die Farbe #74A79C wird in CMYK als (31,0,7,35) definiert.
CMYK: (31,0,7,35) C31M0Y7K35 (31%,0%,7%,35%) (0.31/0.00/0.07/0.35)
Farbe #74A79C in den populären Farbmodellen.
74 | A7 | 9C | |
---|---|---|---|
RGB | 116 | 167 | 156 |
HSL | 167° | 22.47% | 55.49% |
HSB/HSV | 167° | 30.54% | 65.49% |
CMYK | 30.54% | 0.00% | 6.59% |
34.51% |
Die Farbe #74A79C in den populären Zahlensystemen.
Hexadezimal | 74 | A7 | 9C |
Dezimal | 116 | 167 | 156 |
Binär | 1110100 | 10100111 | 10011100 |
Oktal | 164 | 247 | 234 |
Dunkle Töne der Farbe #74A79C
Helle Töne der Farbe #74A79C
Beispiele css- und html für Elemente in der Farbe #74A79C. Bitte benutzen Sie auch rgb(116,167,156) statt hex-Code.
.myTextColor { color: #74A79C; }
<p style="color:#74A79C">This sample text font color is #74A79C.</p>
Die Farbe dieses Textes ist #74A79C.
.myBgColor { background-color: #74A79C; }
<div style="background-color:#74A79C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74A79C.
.myBorderColor { border: 1px solid #74A79C; }
<div style="border:3px solid #74A79C">Div</div>
Die Grenzen von diesem div sind in Farbe #74A79C.
.myOpacity80 { color: #74A79C; opacity: 0.8; }
<p style="color:#74A79C;opacity:0.8;">80%</p>
Text in Farbe #74A79C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A79C;}
<p style="text-shadow: 3px 3px 1px #74A79C">Text here.</p>
Dieser Text hat den Schatten in Farbe #74A79C.
.textShadow {text-shadow: 3px 3px 1px #74A79C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A79C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74A79C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A79C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A79C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A79C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A79C;
-webkit-box-shadow: 1px 1px 3px 2px #74A79C;
box-shadow: 1px 1px 3px 2px #74A79C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A79C; -webkit-box-shadow: 1px 1px 3px 2px #74A79C; box-shadow:1px 1px 3px 2px #74A79C;">
Div content here
</div>
Dieser Text ist in der Farbe #74A79C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74A79C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74A79C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74A79C.
Kontrastfarbe für #hex ist #8B5863.