HEX: #7A996B
RGB: (122,153,107)
#7A996B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7A996B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7A996B wird in RGB als (122,153,107) definiert.
RGB: (122,153,107) (48%,60%,42%)
R 122 von 255 = 48%
G 153 von 255 = 60%
B 107 von 255 = 42%
R + G + B ~ 50%. #7A996B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
122 + 153 + 107 = 382 (100%)
R 122 von 382 ~ 31.94%
G 153 von 382 ~ 40.05%
B 107 von 382 ~ 28.01%
Die Farbe #7A996B wird in CMYK als (20,0,30,40) definiert.
CMYK: (20,0,30,40) C20M0Y30K40 (20%,0%,30%,40%) (0.20/0.00/0.30/0.40)
7A | 99 | 6B | |
---|---|---|---|
RGB | 122 | 153 | 107 |
HSL | 100° | 18.40% | 50.98% |
HSB/HSV | 100° | 30.07% | 60.00% |
CMYK | 20.26% | 0.00% | 30.07% |
40.00% |
Hexadezimal | 7A | 99 | 6B |
Dezimal | 122 | 153 | 107 |
Binär | 1111010 | 10011001 | 1101011 |
Oktal | 172 | 231 | 153 |
Beispiele css- und html für Elemente in der Farbe #7A996B. Bitte benutzen Sie auch rgb(122,153,107) statt hex-Code.
.myTextColor { color: #7A996B; }
<p style="color:#7A996B">This sample text font color is #7A996B.</p>
Die Farbe dieses Textes ist #7A996B.
.myBgColor { background-color: #7A996B; }
<div style="background-color:#7A996B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7A996B.
.myBorderColor { border: 1px solid #7A996B; }
<div style="border:3px solid #7A996B">Div</div>
Die Grenzen von diesem div sind in Farbe #7A996B.
.myOpacity80 { color: #7A996B; opacity: 0.8; }
<p style="color:#7A996B;opacity:0.8;">80%</p>
Text in Farbe #7A996B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7A996B;}
<p style="text-shadow: 3px 3px 1px #7A996B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7A996B.
.textShadow {text-shadow: 3px 3px 1px #7A996B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7A996B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7A996B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A996B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7A996B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7A996B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7A996B; -webkit-box-shadow: 1px 1px 3px 2px #7A996B; box-shadow: 1px 1px 3px 2px #7A996B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7A996B; -webkit-box-shadow: 1px 1px 3px 2px #7A996B; box-shadow:1px 1px 3px 2px #7A996B;">
Div content here</div>
Dieser Text ist in der Farbe #7A996B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7A996B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7A996B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7A996B.