HEX: #AB787A
RGB: (171,120,122)
#AB787A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB787A ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB787A wird in RGB als (171,120,122) definiert.
RGB: (171,120,122) (67%,47%,48%)
R 171 von 255 = 67%
G 120 von 255 = 47%
B 122 von 255 = 48%
R + G + B ~ 54%. #AB787A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 120 + 122 = 413 (100%)
R 171 von 413 ~ 41.4%
G 120 von 413 ~ 29.06%
B 122 von 413 ~ 29.54%
Die Farbe #AB787A wird in CMYK als (0,30,29,33) definiert.
CMYK: (0,30,29,33) C0M30Y29K33 (0%,30%,29%,33%) (0.00/0.30/0.29/0.33)
AB | 78 | 7A | |
---|---|---|---|
RGB | 171 | 120 | 122 |
HSL | 358° | 23.29% | 57.06% |
HSB/HSV | 358° | 29.82% | 67.06% |
CMYK | 0.00% | 29.82% | 28.65% |
32.94% |
Hexadezimal | AB | 78 | 7A |
Dezimal | 171 | 120 | 122 |
Binär | 10101011 | 1111000 | 1111010 |
Oktal | 253 | 170 | 172 |
Beispiele css- und html für Elemente in der Farbe #AB787A. Bitte benutzen Sie auch rgb(171,120,122) statt hex-Code.
.myTextColor { color: #AB787A; }
<p style="color:#AB787A">This sample text font color is #AB787A.</p>
Die Farbe dieses Textes ist #AB787A.
.myBgColor { background-color: #AB787A; }
<div style="background-color:#AB787A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB787A.
.myBorderColor { border: 1px solid #AB787A; }
<div style="border:3px solid #AB787A">Div</div>
Die Grenzen von diesem div sind in Farbe #AB787A.
.myOpacity80 { color: #AB787A; opacity: 0.8; }
<p style="color:#AB787A;opacity:0.8;">80%</p>
Text in Farbe #AB787A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB787A;}
<p style="text-shadow: 3px 3px 1px #AB787A">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB787A.
.textShadow {text-shadow: 3px 3px 1px #AB787A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB787A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB787A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB787A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB787A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB787A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB787A; -webkit-box-shadow: 1px 1px 3px 2px #AB787A; box-shadow: 1px 1px 3px 2px #AB787A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB787A; -webkit-box-shadow: 1px 1px 3px 2px #AB787A; box-shadow:1px 1px 3px 2px #AB787A;">
Div content here</div>
Dieser Text ist in der Farbe #AB787A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB787A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB787A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB787A.