HEX: #87797D
RGB: (135,121,125)
#87797D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87797D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #87797D wird in RGB als (135,121,125) definiert.
RGB: (135,121,125)
(53%, 47%, 49%)
R 135 von 255 = 53%
G 121 von 255 = 47%
B 125 von 255 = 49%
R + G + B ~ 50%. #87797D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 121 + 125 = 381 (100%)
R 135 von 381 ~ 35.43%
G 121 von 381 ~ 31.76%
B 125 von 381 ~ 32.81'%
Die Farbe #87797D wird in CMYK als (0,10,7,47) definiert.
CMYK: (0,10,7,47)
C0M10Y7K47 (0%, 10%, 7%, 47%)
(0.00 / 0.10 / 0.07 / 0.47)
Farbe #87797D in den populären Farbmodellen.
87 | 79 | 7D | |
---|---|---|---|
RGB | 135 | 121 | 125 |
HSL | 343° | 5.51% | 50.20% |
HSB/HSV | 343° | 10.37% | 52.94% |
CMYK | 0.00% | 10.37% | 7.41% |
47.06% |
Die Farbe #87797D in den populären Zahlensystemen.
Hexadezimal | 87 | 79 | 7D |
Dezimal | 135 | 121 | 125 |
Binär | 10000111 | 1111001 | 1111101 |
Oktal | 207 | 171 | 175 |
Dunkle Töne der Farbe #87797D
Helle Töne der Farbe #87797D
Beispiele css- und html für Elemente in der Farbe #87797D. Bitte benutzen Sie auch rgb(135,121,125) statt hex-Code.
.myTextColor { color: #87797D; }
<p style="color:#87797D">This sample text font color is #87797D.</p>
Die Farbe dieses Textes ist #87797D.
.myBgColor { background-color: #87797D; }
<div style="background-color:#87797D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87797D.
.myBorderColor { border: 1px solid #87797D; }
<div style="border:3px solid #87797D">Div</div>
Die Grenzen von diesem div sind in Farbe #87797D.
.myOpacity80 { color: #87797D; opacity: 0.8; }
<p style="color:#87797D;opacity:0.8;">80%</p>
Text in Farbe #87797D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87797D;}
<p style="text-shadow: 3px 3px 1px #87797D">Text here.</p>
Dieser Text hat den Schatten in Farbe #87797D.
.textShadow {text-shadow: 3px 3px 1px #87797D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87797D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87797D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87797D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87797D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87797D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87797D;
-webkit-box-shadow: 1px 1px 3px 2px #87797D;
box-shadow: 1px 1px 3px 2px #87797D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87797D; -webkit-box-shadow: 1px 1px 3px 2px #87797D; box-shadow:1px 1px 3px 2px #87797D;">
Div content here
</div>
Dieser Text ist in der Farbe #87797D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87797D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87797D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87797D.
Kontrastfarbe für #hex ist #788682.