HEX: #AD7781
RGB: (173,119,129)
#AD7781 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD7781 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD7781 wird in RGB als (173,119,129) definiert.
RGB: (173,119,129) (68%,47%,51%)
R 173 von 255 = 68%
G 119 von 255 = 47%
B 129 von 255 = 51%
R + G + B ~ 55%. #AD7781 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 119 + 129 = 421 (100%)
R 173 von 421 ~ 41.09%
G 119 von 421 ~ 28.27%
B 129 von 421 ~ 30.64%
Die Farbe #AD7781 wird in CMYK als (0,31,25,32) definiert.
CMYK: (0,31,25,32) C0M31Y25K32 (0%,31%,25%,32%) (0.00/0.31/0.25/0.32)
AD | 77 | 81 | |
---|---|---|---|
RGB | 173 | 119 | 129 |
HSL | 349° | 24.77% | 57.25% |
HSB/HSV | 349° | 31.21% | 67.84% |
CMYK | 0.00% | 31.21% | 25.43% |
32.16% |
Hexadezimal | AD | 77 | 81 |
Dezimal | 173 | 119 | 129 |
Binär | 10101101 | 1110111 | 10000001 |
Oktal | 255 | 167 | 201 |
Beispiele css- und html für Elemente in der Farbe #AD7781. Bitte benutzen Sie auch rgb(173,119,129) statt hex-Code.
.myTextColor { color: #AD7781; }
<p style="color:#AD7781">This sample text font color is #AD7781.</p>
Die Farbe dieses Textes ist #AD7781.
.myBgColor { background-color: #AD7781; }
<div style="background-color:#AD7781">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD7781.
.myBorderColor { border: 1px solid #AD7781; }
<div style="border:3px solid #AD7781">Div</div>
Die Grenzen von diesem div sind in Farbe #AD7781.
.myOpacity80 { color: #AD7781; opacity: 0.8; }
<p style="color:#AD7781;opacity:0.8;">80%</p>
Text in Farbe #AD7781 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7781;}
<p style="text-shadow: 3px 3px 1px #AD7781">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD7781.
.textShadow {text-shadow: 3px 3px 1px #AD7781, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7781, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD7781 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7781, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7781, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7781 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD7781; -webkit-box-shadow: 1px 1px 3px 2px #AD7781; box-shadow: 1px 1px 3px 2px #AD7781; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD7781; -webkit-box-shadow: 1px 1px 3px 2px #AD7781; box-shadow:1px 1px 3px 2px #AD7781;">
Div content here</div>
Dieser Text ist in der Farbe #AD7781 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD7781 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD7781.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD7781.