HEX: #827780
RGB: (130,119,128)
#827780 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #827780 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #827780 wird in RGB als (130,119,128) definiert.
RGB: (130,119,128) (51%,47%,50%)
R 130 von 255 = 51%
G 119 von 255 = 47%
B 128 von 255 = 50%
R + G + B ~ 49%. #827780 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
130 + 119 + 128 = 377 (100%)
R 130 von 377 ~ 34.48%
G 119 von 377 ~ 31.56%
B 128 von 377 ~ 33.95%
Die Farbe #827780 wird in CMYK als (0,8,2,49) definiert.
CMYK: (0,8,2,49) C0M8Y2K49 (0%,8%,2%,49%) (0.00/0.08/0.02/0.49)
82 | 77 | 80 | |
---|---|---|---|
RGB | 130 | 119 | 128 |
HSL | 311° | 4.42% | 48.82% |
HSB/HSV | 311° | 8.46% | 50.98% |
CMYK | 0.00% | 8.46% | 1.54% |
49.02% |
Hexadezimal | 82 | 77 | 80 |
Dezimal | 130 | 119 | 128 |
Binär | 10000010 | 1110111 | 10000000 |
Oktal | 202 | 167 | 200 |
Beispiele css- und html für Elemente in der Farbe #827780. Bitte benutzen Sie auch rgb(130,119,128) statt hex-Code.
.myTextColor { color: #827780; }
<p style="color:#827780">This sample text font color is #827780.</p>
Die Farbe dieses Textes ist #827780.
.myBgColor { background-color: #827780; }
<div style="background-color:#827780">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #827780.
.myBorderColor { border: 1px solid #827780; }
<div style="border:3px solid #827780">Div</div>
Die Grenzen von diesem div sind in Farbe #827780.
.myOpacity80 { color: #827780; opacity: 0.8; }
<p style="color:#827780;opacity:0.8;">80%</p>
Text in Farbe #827780 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827780;}
<p style="text-shadow: 3px 3px 1px #827780">Text here.</p>
Dieser Text hat den Schatten in Farbe #827780.
.textShadow {text-shadow: 3px 3px 1px #827780, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827780, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #827780 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827780, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827780, Direction=45, Strength=4)">Text</p>
This text has shadow with #827780 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #827780; -webkit-box-shadow: 1px 1px 3px 2px #827780; box-shadow: 1px 1px 3px 2px #827780; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #827780; -webkit-box-shadow: 1px 1px 3px 2px #827780; box-shadow:1px 1px 3px 2px #827780;">
Div content here</div>
Dieser Text ist in der Farbe #827780 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #827780 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #827780.
Dieser Text ist weiß auf dem Hintergrund in Farbe #827780.