HEX: #A7877D
RGB: (167,135,125)
#A7877D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A7877D ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #A7877D wird in RGB als (167,135,125) definiert.
RGB: (167,135,125) (65%,53%,49%)
R 167 von 255 = 65%
G 135 von 255 = 53%
B 125 von 255 = 49%
R + G + B ~ 56%. #A7877D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
167 + 135 + 125 = 427 (100%)
R 167 von 427 ~ 39.11%
G 135 von 427 ~ 31.62%
B 125 von 427 ~ 29.27%
Die Farbe #A7877D wird in CMYK als (0,19,25,35) definiert.
CMYK: (0,19,25,35) C0M19Y25K35 (0%,19%,25%,35%) (0.00/0.19/0.25/0.35)
A7 | 87 | 7D | |
---|---|---|---|
RGB | 167 | 135 | 125 |
HSL | 14° | 19.27% | 57.25% |
HSB/HSV | 14° | 25.15% | 65.49% |
CMYK | 0.00% | 19.16% | 25.15% |
34.51% |
Hexadezimal | A7 | 87 | 7D |
Dezimal | 167 | 135 | 125 |
Binär | 10100111 | 10000111 | 1111101 |
Oktal | 247 | 207 | 175 |
Beispiele css- und html für Elemente in der Farbe #A7877D. Bitte benutzen Sie auch rgb(167,135,125) statt hex-Code.
.myTextColor { color: #A7877D; }
<p style="color:#A7877D">This sample text font color is #A7877D.</p>
Die Farbe dieses Textes ist #A7877D.
.myBgColor { background-color: #A7877D; }
<div style="background-color:#A7877D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A7877D.
.myBorderColor { border: 1px solid #A7877D; }
<div style="border:3px solid #A7877D">Div</div>
Die Grenzen von diesem div sind in Farbe #A7877D.
.myOpacity80 { color: #A7877D; opacity: 0.8; }
<p style="color:#A7877D;opacity:0.8;">80%</p>
Text in Farbe #A7877D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7877D;}
<p style="text-shadow: 3px 3px 1px #A7877D">Text here.</p>
Dieser Text hat den Schatten in Farbe #A7877D.
.textShadow {text-shadow: 3px 3px 1px #A7877D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7877D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A7877D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7877D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7877D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7877D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A7877D; -webkit-box-shadow: 1px 1px 3px 2px #A7877D; box-shadow: 1px 1px 3px 2px #A7877D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A7877D; -webkit-box-shadow: 1px 1px 3px 2px #A7877D; box-shadow:1px 1px 3px 2px #A7877D;">
Div content here</div>
Dieser Text ist in der Farbe #A7877D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A7877D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A7877D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A7877D.