HEX: #847F7E
RGB: (132,127,126)
#847F7E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #847F7E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #847F7E wird in RGB als (132,127,126) definiert.
RGB: (132,127,126) (52%,50%,49%)
R 132 von 255 = 52%
G 127 von 255 = 50%
B 126 von 255 = 49%
R + G + B ~ 50%. #847F7E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 127 + 126 = 385 (100%)
R 132 von 385 ~ 34.29%
G 127 von 385 ~ 32.99%
B 126 von 385 ~ 32.73%
Die Farbe #847F7E wird in CMYK als (0,4,5,48) definiert.
CMYK: (0,4,5,48) C0M4Y5K48 (0%,4%,5%,48%) (0.00/0.04/0.05/0.48)
84 | 7F | 7E | |
---|---|---|---|
RGB | 132 | 127 | 126 |
HSL | 10° | 2.38% | 50.59% |
HSB/HSV | 10° | 4.55% | 51.76% |
CMYK | 0.00% | 3.79% | 4.55% |
48.24% |
Hexadezimal | 84 | 7F | 7E |
Dezimal | 132 | 127 | 126 |
Binär | 10000100 | 1111111 | 1111110 |
Oktal | 204 | 177 | 176 |
Beispiele css- und html für Elemente in der Farbe #847F7E. Bitte benutzen Sie auch rgb(132,127,126) statt hex-Code.
.myTextColor { color: #847F7E; }
<p style="color:#847F7E">This sample text font color is #847F7E.</p>
Die Farbe dieses Textes ist #847F7E.
.myBgColor { background-color: #847F7E; }
<div style="background-color:#847F7E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #847F7E.
.myBorderColor { border: 1px solid #847F7E; }
<div style="border:3px solid #847F7E">Div</div>
Die Grenzen von diesem div sind in Farbe #847F7E.
.myOpacity80 { color: #847F7E; opacity: 0.8; }
<p style="color:#847F7E;opacity:0.8;">80%</p>
Text in Farbe #847F7E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #847F7E;}
<p style="text-shadow: 3px 3px 1px #847F7E">Text here.</p>
Dieser Text hat den Schatten in Farbe #847F7E.
.textShadow {text-shadow: 3px 3px 1px #847F7E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #847F7E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #847F7E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#847F7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#847F7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #847F7E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #847F7E; -webkit-box-shadow: 1px 1px 3px 2px #847F7E; box-shadow: 1px 1px 3px 2px #847F7E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #847F7E; -webkit-box-shadow: 1px 1px 3px 2px #847F7E; box-shadow:1px 1px 3px 2px #847F7E;">
Div content here</div>
Dieser Text ist in der Farbe #847F7E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #847F7E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #847F7E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #847F7E.