HEX: #74686B
RGB: (116,104,107)
#74686B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #74686B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #74686B wird in RGB als (116,104,107) definiert.
RGB: (116,104,107)
(45%, 41%, 42%)
R 116 von 255 = 45%
G 104 von 255 = 41%
B 107 von 255 = 42%
R + G + B ~ 43%. #74686B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 104 + 107 = 327 (100%)
R 116 von 327 ~ 35.47%
G 104 von 327 ~ 31.8%
B 107 von 327 ~ 32.72'%
Die Farbe #74686B wird in CMYK als (0,10,8,55) definiert.
CMYK: (0,10,8,55)
C0M10Y8K55 (0%, 10%, 8%, 55%)
(0.00 / 0.10 / 0.08 / 0.55)
Farbe #74686B in den populären Farbmodellen.
74 | 68 | 6B | |
---|---|---|---|
RGB | 116 | 104 | 107 |
HSL | 345° | 5.45% | 43.14% |
HSB/HSV | 345° | 10.34% | 45.49% |
CMYK | 0.00% | 10.34% | 7.76% |
54.51% |
Die Farbe #74686B in den populären Zahlensystemen.
Hexadezimal | 74 | 68 | 6B |
Dezimal | 116 | 104 | 107 |
Binär | 1110100 | 1101000 | 1101011 |
Oktal | 164 | 150 | 153 |
Dunkle Töne der Farbe #74686B
Helle Töne der Farbe #74686B
Beispiele css- und html für Elemente in der Farbe #74686B. Bitte benutzen Sie auch rgb(116,104,107) statt hex-Code.
.myTextColor { color: #74686B; }
<p style="color:#74686B">This sample text font color is #74686B.</p>
Die Farbe dieses Textes ist #74686B.
.myBgColor { background-color: #74686B; }
<div style="background-color:#74686B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74686B.
.myBorderColor { border: 1px solid #74686B; }
<div style="border:3px solid #74686B">Div</div>
Die Grenzen von diesem div sind in Farbe #74686B.
.myOpacity80 { color: #74686B; opacity: 0.8; }
<p style="color:#74686B;opacity:0.8;">80%</p>
Text in Farbe #74686B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74686B;}
<p style="text-shadow: 3px 3px 1px #74686B">Text here.</p>
Dieser Text hat den Schatten in Farbe #74686B.
.textShadow {text-shadow: 3px 3px 1px #74686B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74686B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74686B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74686B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74686B, Direction=45, Strength=4)">Text</p>
This text has shadow with #74686B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74686B;
-webkit-box-shadow: 1px 1px 3px 2px #74686B;
box-shadow: 1px 1px 3px 2px #74686B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74686B; -webkit-box-shadow: 1px 1px 3px 2px #74686B; box-shadow:1px 1px 3px 2px #74686B;">
Div content here
</div>
Dieser Text ist in der Farbe #74686B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74686B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74686B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74686B.
Kontrastfarbe für #hex ist #8B9794.