HEX: #877E6D
RGB: (135,126,109)
#877E6D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #877E6D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #877E6D wird in RGB als (135,126,109) definiert.
RGB: (135,126,109) (53%,49%,43%)
R 135 von 255 = 53%
G 126 von 255 = 49%
B 109 von 255 = 43%
R + G + B ~ 48%. #877E6D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 126 + 109 = 370 (100%)
R 135 von 370 ~ 36.49%
G 126 von 370 ~ 34.05%
B 109 von 370 ~ 29.46%
Die Farbe #877E6D wird in CMYK als (0,7,19,47) definiert.
CMYK: (0,7,19,47) C0M7Y19K47 (0%,7%,19%,47%) (0.00/0.07/0.19/0.47)
87 | 7E | 6D | |
---|---|---|---|
RGB | 135 | 126 | 109 |
HSL | 39° | 10.66% | 47.84% |
HSB/HSV | 39° | 19.26% | 52.94% |
CMYK | 0.00% | 6.67% | 19.26% |
47.06% |
Hexadezimal | 87 | 7E | 6D |
Dezimal | 135 | 126 | 109 |
Binär | 10000111 | 1111110 | 1101101 |
Oktal | 207 | 176 | 155 |
Beispiele css- und html für Elemente in der Farbe #877E6D. Bitte benutzen Sie auch rgb(135,126,109) statt hex-Code.
.myTextColor { color: #877E6D; }
<p style="color:#877E6D">This sample text font color is #877E6D.</p>
Die Farbe dieses Textes ist #877E6D.
.myBgColor { background-color: #877E6D; }
<div style="background-color:#877E6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #877E6D.
.myBorderColor { border: 1px solid #877E6D; }
<div style="border:3px solid #877E6D">Div</div>
Die Grenzen von diesem div sind in Farbe #877E6D.
.myOpacity80 { color: #877E6D; opacity: 0.8; }
<p style="color:#877E6D;opacity:0.8;">80%</p>
Text in Farbe #877E6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #877E6D;}
<p style="text-shadow: 3px 3px 1px #877E6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #877E6D.
.textShadow {text-shadow: 3px 3px 1px #877E6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #877E6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #877E6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#877E6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#877E6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #877E6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #877E6D; -webkit-box-shadow: 1px 1px 3px 2px #877E6D; box-shadow: 1px 1px 3px 2px #877E6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #877E6D; -webkit-box-shadow: 1px 1px 3px 2px #877E6D; box-shadow:1px 1px 3px 2px #877E6D;">
Div content here</div>
Dieser Text ist in der Farbe #877E6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #877E6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #877E6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #877E6D.