HEX: #7C714B
RGB: (124,113,75)
#7C714B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C714B ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #7C714B wird in RGB als (124,113,75) definiert.
RGB: (124,113,75) (49%,44%,29%)
R 124 von 255 = 49%
G 113 von 255 = 44%
B 75 von 255 = 29%
R + G + B ~ 41%. #7C714B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 113 + 75 = 312 (100%)
R 124 von 312 ~ 39.74%
G 113 von 312 ~ 36.22%
B 75 von 312 ~ 24.04%
Die Farbe #7C714B wird in CMYK als (0,9,40,51) definiert.
CMYK: (0,9,40,51) C0M9Y40K51 (0%,9%,40%,51%) (0.00/0.09/0.40/0.51)
7C | 71 | 4B | |
---|---|---|---|
RGB | 124 | 113 | 75 |
HSL | 47° | 24.62% | 39.02% |
HSB/HSV | 47° | 39.52% | 48.63% |
CMYK | 0.00% | 8.87% | 39.52% |
51.37% |
Hexadezimal | 7C | 71 | 4B |
Dezimal | 124 | 113 | 75 |
Binär | 1111100 | 1110001 | 1001011 |
Oktal | 174 | 161 | 113 |
Beispiele css- und html für Elemente in der Farbe #7C714B. Bitte benutzen Sie auch rgb(124,113,75) statt hex-Code.
.myTextColor { color: #7C714B; }
<p style="color:#7C714B">This sample text font color is #7C714B.</p>
Die Farbe dieses Textes ist #7C714B.
.myBgColor { background-color: #7C714B; }
<div style="background-color:#7C714B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C714B.
.myBorderColor { border: 1px solid #7C714B; }
<div style="border:3px solid #7C714B">Div</div>
Die Grenzen von diesem div sind in Farbe #7C714B.
.myOpacity80 { color: #7C714B; opacity: 0.8; }
<p style="color:#7C714B;opacity:0.8;">80%</p>
Text in Farbe #7C714B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C714B;}
<p style="text-shadow: 3px 3px 1px #7C714B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C714B.
.textShadow {text-shadow: 3px 3px 1px #7C714B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C714B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C714B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C714B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C714B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C714B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7C714B; -webkit-box-shadow: 1px 1px 3px 2px #7C714B; box-shadow: 1px 1px 3px 2px #7C714B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C714B; -webkit-box-shadow: 1px 1px 3px 2px #7C714B; box-shadow:1px 1px 3px 2px #7C714B;">
Div content here</div>
Dieser Text ist in der Farbe #7C714B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C714B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C714B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C714B.