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