HEX: #76875E
RGB: (118,135,94)
#76875E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76875E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76875E wird in RGB als (118,135,94) definiert.
RGB: (118,135,94) (46%,53%,37%)
R 118 von 255 = 46%
G 135 von 255 = 53%
B 94 von 255 = 37%
R + G + B ~ 45%. #76875E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 135 + 94 = 347 (100%)
R 118 von 347 ~ 34.01%
G 135 von 347 ~ 38.9%
B 94 von 347 ~ 27.09%
Die Farbe #76875E wird in CMYK als (13,0,30,47) definiert.
CMYK: (13,0,30,47) C13M0Y30K47 (13%,0%,30%,47%) (0.13/0.00/0.30/0.47)
76 | 87 | 5E | |
---|---|---|---|
RGB | 118 | 135 | 94 |
HSL | 85° | 17.90% | 44.90% |
HSB/HSV | 85° | 30.37% | 52.94% |
CMYK | 12.59% | 0.00% | 30.37% |
47.06% |
Hexadezimal | 76 | 87 | 5E |
Dezimal | 118 | 135 | 94 |
Binär | 1110110 | 10000111 | 1011110 |
Oktal | 166 | 207 | 136 |
Beispiele css- und html für Elemente in der Farbe #76875E. Bitte benutzen Sie auch rgb(118,135,94) statt hex-Code.
.myTextColor { color: #76875E; }
<p style="color:#76875E">This sample text font color is #76875E.</p>
Die Farbe dieses Textes ist #76875E.
.myBgColor { background-color: #76875E; }
<div style="background-color:#76875E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76875E.
.myBorderColor { border: 1px solid #76875E; }
<div style="border:3px solid #76875E">Div</div>
Die Grenzen von diesem div sind in Farbe #76875E.
.myOpacity80 { color: #76875E; opacity: 0.8; }
<p style="color:#76875E;opacity:0.8;">80%</p>
Text in Farbe #76875E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76875E;}
<p style="text-shadow: 3px 3px 1px #76875E">Text here.</p>
Dieser Text hat den Schatten in Farbe #76875E.
.textShadow {text-shadow: 3px 3px 1px #76875E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76875E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76875E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76875E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76875E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76875E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76875E; -webkit-box-shadow: 1px 1px 3px 2px #76875E; box-shadow: 1px 1px 3px 2px #76875E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76875E; -webkit-box-shadow: 1px 1px 3px 2px #76875E; box-shadow:1px 1px 3px 2px #76875E;">
Div content here</div>
Dieser Text ist in der Farbe #76875E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76875E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76875E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76875E.