HEX: #AC7774
RGB: (172,119,116)
#AC7774 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AC7774 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AC7774 wird in RGB als (172,119,116) definiert.
RGB: (172,119,116) (67%,47%,45%)
R 172 von 255 = 67%
G 119 von 255 = 47%
B 116 von 255 = 45%
R + G + B ~ 53%. #AC7774 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
172 + 119 + 116 = 407 (100%)
R 172 von 407 ~ 42.26%
G 119 von 407 ~ 29.24%
B 116 von 407 ~ 28.5%
Die Farbe #AC7774 wird in CMYK als (0,31,33,33) definiert.
CMYK: (0,31,33,33) C0M31Y33K33 (0%,31%,33%,33%) (0.00/0.31/0.33/0.33)
AC | 77 | 74 | |
---|---|---|---|
RGB | 172 | 119 | 116 |
HSL | 3° | 25.23% | 56.47% |
HSB/HSV | 3° | 32.56% | 67.45% |
CMYK | 0.00% | 30.81% | 32.56% |
32.55% |
Hexadezimal | AC | 77 | 74 |
Dezimal | 172 | 119 | 116 |
Binär | 10101100 | 1110111 | 1110100 |
Oktal | 254 | 167 | 164 |
Beispiele css- und html für Elemente in der Farbe #AC7774. Bitte benutzen Sie auch rgb(172,119,116) statt hex-Code.
.myTextColor { color: #AC7774; }
<p style="color:#AC7774">This sample text font color is #AC7774.</p>
Die Farbe dieses Textes ist #AC7774.
.myBgColor { background-color: #AC7774; }
<div style="background-color:#AC7774">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AC7774.
.myBorderColor { border: 1px solid #AC7774; }
<div style="border:3px solid #AC7774">Div</div>
Die Grenzen von diesem div sind in Farbe #AC7774.
.myOpacity80 { color: #AC7774; opacity: 0.8; }
<p style="color:#AC7774;opacity:0.8;">80%</p>
Text in Farbe #AC7774 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC7774;}
<p style="text-shadow: 3px 3px 1px #AC7774">Text here.</p>
Dieser Text hat den Schatten in Farbe #AC7774.
.textShadow {text-shadow: 3px 3px 1px #AC7774, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC7774, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AC7774 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC7774, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC7774, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC7774 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AC7774; -webkit-box-shadow: 1px 1px 3px 2px #AC7774; box-shadow: 1px 1px 3px 2px #AC7774; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AC7774; -webkit-box-shadow: 1px 1px 3px 2px #AC7774; box-shadow:1px 1px 3px 2px #AC7774;">
Div content here</div>
Dieser Text ist in der Farbe #AC7774 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AC7774 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AC7774.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AC7774.