HEX: #887771
RGB: (136,119,113)
#887771 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #887771 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #887771 wird in RGB als (136,119,113) definiert.
RGB: (136,119,113)
(53%, 47%, 44%)
R 136 von 255 = 53%
G 119 von 255 = 47%
B 113 von 255 = 44%
R + G + B ~ 48%. #887771 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 119 + 113 = 368 (100%)
R 136 von 368 ~ 36.96%
G 119 von 368 ~ 32.34%
B 113 von 368 ~ 30.71'%
Die Farbe #887771 wird in CMYK als (0,13,17,47) definiert.
CMYK: (0,13,17,47)
C0M13Y17K47 (0%, 13%, 17%, 47%)
(0.00 / 0.13 / 0.17 / 0.47)
Farbe #887771 in den populären Farbmodellen.
88 | 77 | 71 | |
---|---|---|---|
RGB | 136 | 119 | 113 |
HSL | 16° | 9.24% | 48.82% |
HSB/HSV | 16° | 16.91% | 53.33% |
CMYK | 0.00% | 12.50% | 16.91% |
46.67% |
Die Farbe #887771 in den populären Zahlensystemen.
Hexadezimal | 88 | 77 | 71 |
Dezimal | 136 | 119 | 113 |
Binär | 10001000 | 1110111 | 1110001 |
Oktal | 210 | 167 | 161 |
Dunkle Töne der Farbe #887771
Helle Töne der Farbe #887771
Beispiele css- und html für Elemente in der Farbe #887771. Bitte benutzen Sie auch rgb(136,119,113) statt hex-Code.
.myTextColor { color: #887771; }
<p style="color:#887771">This sample text font color is #887771.</p>
Die Farbe dieses Textes ist #887771.
.myBgColor { background-color: #887771; }
<div style="background-color:#887771">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887771.
.myBorderColor { border: 1px solid #887771; }
<div style="border:3px solid #887771">Div</div>
Die Grenzen von diesem div sind in Farbe #887771.
.myOpacity80 { color: #887771; opacity: 0.8; }
<p style="color:#887771;opacity:0.8;">80%</p>
Text in Farbe #887771 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887771;}
<p style="text-shadow: 3px 3px 1px #887771">Text here.</p>
Dieser Text hat den Schatten in Farbe #887771.
.textShadow {text-shadow: 3px 3px 1px #887771', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887771, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887771 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887771, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887771, Direction=45, Strength=4)">Text</p>
This text has shadow with #887771 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #887771;
-webkit-box-shadow: 1px 1px 3px 2px #887771;
box-shadow: 1px 1px 3px 2px #887771;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887771; -webkit-box-shadow: 1px 1px 3px 2px #887771; box-shadow:1px 1px 3px 2px #887771;">
Div content here
</div>
Dieser Text ist in der Farbe #887771 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887771 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887771.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887771.
Kontrastfarbe für #hex ist #77888E.