HEX: #71776B
RGB: (113,119,107)
#71776B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71776B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #71776B wird in RGB als (113,119,107) definiert.
RGB: (113,119,107)
(44%, 47%, 42%)
R 113 von 255 = 44%
G 119 von 255 = 47%
B 107 von 255 = 42%
R + G + B ~ 44%. #71776B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 119 + 107 = 339 (100%)
R 113 von 339 ~ 33.33%
G 119 von 339 ~ 35.1%
B 107 von 339 ~ 31.56'%
Die Farbe #71776B wird in CMYK als (5,0,10,53) definiert.
CMYK: (5,0,10,53) C5M0Y10K53 (5%,0%,10%,53%) (0.05/0.00/0.10/0.53)
Farbe #71776B in den populären Farbmodellen.
71 | 77 | 6B | |
---|---|---|---|
RGB | 113 | 119 | 107 |
HSL | 90° | 5.31% | 44.31% |
HSB/HSV | 90° | 10.08% | 46.67% |
CMYK | 5.04% | 0.00% | 10.08% |
53.33% |
Die Farbe #71776B in den populären Zahlensystemen.
Hexadezimal | 71 | 77 | 6B |
Dezimal | 113 | 119 | 107 |
Binär | 1110001 | 1110111 | 1101011 |
Oktal | 161 | 167 | 153 |
Dunkle Töne der Farbe #71776B
Helle Töne der Farbe #71776B
Beispiele css- und html für Elemente in der Farbe #71776B. Bitte benutzen Sie auch rgb(113,119,107) statt hex-Code.
.myTextColor { color: #71776B; }
<p style="color:#71776B">This sample text font color is #71776B.</p>
Die Farbe dieses Textes ist #71776B.
.myBgColor { background-color: #71776B; }
<div style="background-color:#71776B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71776B.
.myBorderColor { border: 1px solid #71776B; }
<div style="border:3px solid #71776B">Div</div>
Die Grenzen von diesem div sind in Farbe #71776B.
.myOpacity80 { color: #71776B; opacity: 0.8; }
<p style="color:#71776B;opacity:0.8;">80%</p>
Text in Farbe #71776B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71776B;}
<p style="text-shadow: 3px 3px 1px #71776B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71776B.
.textShadow {text-shadow: 3px 3px 1px #71776B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71776B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71776B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71776B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71776B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71776B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71776B;
-webkit-box-shadow: 1px 1px 3px 2px #71776B;
box-shadow: 1px 1px 3px 2px #71776B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71776B; -webkit-box-shadow: 1px 1px 3px 2px #71776B; box-shadow:1px 1px 3px 2px #71776B;">
Div content here
</div>
Dieser Text ist in der Farbe #71776B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71776B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71776B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71776B.
Kontrastfarbe für #hex ist #8E8894.