HEX: #84776B
RGB: (132,119,107)
#84776B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84776B ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #84776B wird in RGB als (132,119,107) definiert.
RGB: (132,119,107)
(52%, 47%, 42%)
R 132 von 255 = 52%
G 119 von 255 = 47%
B 107 von 255 = 42%
R + G + B ~ 47%. #84776B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 119 + 107 = 358 (100%)
R 132 von 358 ~ 36.87%
G 119 von 358 ~ 33.24%
B 107 von 358 ~ 29.89'%
Die Farbe #84776B wird in CMYK als (0,10,19,48) definiert.
CMYK: (0,10,19,48)
C0M10Y19K48 (0%, 10%, 19%, 48%)
(0.00 / 0.10 / 0.19 / 0.48)
Farbe #84776B in den populären Farbmodellen.
84 | 77 | 6B | |
---|---|---|---|
RGB | 132 | 119 | 107 |
HSL | 29° | 10.46% | 46.86% |
HSB/HSV | 29° | 18.94% | 51.76% |
CMYK | 0.00% | 9.85% | 18.94% |
48.24% |
Die Farbe #84776B in den populären Zahlensystemen.
Hexadezimal | 84 | 77 | 6B |
Dezimal | 132 | 119 | 107 |
Binär | 10000100 | 1110111 | 1101011 |
Oktal | 204 | 167 | 153 |
Dunkle Töne der Farbe #84776B
Helle Töne der Farbe #84776B
Beispiele css- und html für Elemente in der Farbe #84776B. Bitte benutzen Sie auch rgb(132,119,107) statt hex-Code.
.myTextColor { color: #84776B; }
<p style="color:#84776B">This sample text font color is #84776B.</p>
Die Farbe dieses Textes ist #84776B.
.myBgColor { background-color: #84776B; }
<div style="background-color:#84776B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84776B.
.myBorderColor { border: 1px solid #84776B; }
<div style="border:3px solid #84776B">Div</div>
Die Grenzen von diesem div sind in Farbe #84776B.
.myOpacity80 { color: #84776B; opacity: 0.8; }
<p style="color:#84776B;opacity:0.8;">80%</p>
Text in Farbe #84776B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84776B;}
<p style="text-shadow: 3px 3px 1px #84776B">Text here.</p>
Dieser Text hat den Schatten in Farbe #84776B.
.textShadow {text-shadow: 3px 3px 1px #84776B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84776B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84776B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84776B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84776B, Direction=45, Strength=4)">Text</p>
This text has shadow with #84776B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84776B;
-webkit-box-shadow: 1px 1px 3px 2px #84776B;
box-shadow: 1px 1px 3px 2px #84776B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84776B; -webkit-box-shadow: 1px 1px 3px 2px #84776B; box-shadow:1px 1px 3px 2px #84776B;">
Div content here
</div>
Dieser Text ist in der Farbe #84776B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84776B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84776B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84776B.
Kontrastfarbe für #hex ist #7B8894.