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