HEX: #A76C76
RGB: (167,108,118)
#A76C76 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A76C76 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #A76C76 wird in RGB als (167,108,118) definiert.
RGB: (167,108,118) (65%,42%,46%)
R 167 von 255 = 65%
G 108 von 255 = 42%
B 118 von 255 = 46%
R + G + B ~ 51%. #A76C76 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
167 + 108 + 118 = 393 (100%)
R 167 von 393 ~ 42.49%
G 108 von 393 ~ 27.48%
B 118 von 393 ~ 30.03%
Die Farbe #A76C76 wird in CMYK als (0,35,29,35) definiert.
CMYK: (0,35,29,35) C0M35Y29K35 (0%,35%,29%,35%) (0.00/0.35/0.29/0.35)
A7 | 6C | 76 | |
---|---|---|---|
RGB | 167 | 108 | 118 |
HSL | 350° | 25.11% | 53.92% |
HSB/HSV | 350° | 35.33% | 65.49% |
CMYK | 0.00% | 35.33% | 29.34% |
34.51% |
Hexadezimal | A7 | 6C | 76 |
Dezimal | 167 | 108 | 118 |
Binär | 10100111 | 1101100 | 1110110 |
Oktal | 247 | 154 | 166 |
Beispiele css- und html für Elemente in der Farbe #A76C76. Bitte benutzen Sie auch rgb(167,108,118) statt hex-Code.
.myTextColor { color: #A76C76; }
<p style="color:#A76C76">This sample text font color is #A76C76.</p>
Die Farbe dieses Textes ist #A76C76.
.myBgColor { background-color: #A76C76; }
<div style="background-color:#A76C76">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A76C76.
.myBorderColor { border: 1px solid #A76C76; }
<div style="border:3px solid #A76C76">Div</div>
Die Grenzen von diesem div sind in Farbe #A76C76.
.myOpacity80 { color: #A76C76; opacity: 0.8; }
<p style="color:#A76C76;opacity:0.8;">80%</p>
Text in Farbe #A76C76 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A76C76;}
<p style="text-shadow: 3px 3px 1px #A76C76">Text here.</p>
Dieser Text hat den Schatten in Farbe #A76C76.
.textShadow {text-shadow: 3px 3px 1px #A76C76, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A76C76, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A76C76 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A76C76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A76C76, Direction=45, Strength=4)">Text</p>
This text has shadow with #A76C76 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A76C76; -webkit-box-shadow: 1px 1px 3px 2px #A76C76; box-shadow: 1px 1px 3px 2px #A76C76; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A76C76; -webkit-box-shadow: 1px 1px 3px 2px #A76C76; box-shadow:1px 1px 3px 2px #A76C76;">
Div content here</div>
Dieser Text ist in der Farbe #A76C76 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A76C76 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A76C76.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A76C76.