HEX: #76937D
RGB: (118,147,125)
#76937D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76937D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76937D wird in RGB als (118,147,125) definiert.
RGB: (118,147,125)
(46%, 58%, 49%)
R 118 von 255 = 46%
G 147 von 255 = 58%
B 125 von 255 = 49%
R + G + B ~ 51%. #76937D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 147 + 125 = 390 (100%)
R 118 von 390 ~ 30.26%
G 147 von 390 ~ 37.69%
B 125 von 390 ~ 32.05'%
Die Farbe #76937D wird in CMYK als (20,0,15,42) definiert.
CMYK: (20,0,15,42) C20M0Y15K42 (20%,0%,15%,42%) (0.20/0.00/0.15/0.42)
Farbe #76937D in den populären Farbmodellen.
76 | 93 | 7D | |
---|---|---|---|
RGB | 118 | 147 | 125 |
HSL | 134° | 11.84% | 51.96% |
HSB/HSV | 134° | 19.73% | 57.65% |
CMYK | 19.73% | 0.00% | 14.97% |
42.35% |
Die Farbe #76937D in den populären Zahlensystemen.
Hexadezimal | 76 | 93 | 7D |
Dezimal | 118 | 147 | 125 |
Binär | 1110110 | 10010011 | 1111101 |
Oktal | 166 | 223 | 175 |
Dunkle Töne der Farbe #76937D
Helle Töne der Farbe #76937D
Beispiele css- und html für Elemente in der Farbe #76937D. Bitte benutzen Sie auch rgb(118,147,125) statt hex-Code.
.myTextColor { color: #76937D; }
<p style="color:#76937D">This sample text font color is #76937D.</p>
Die Farbe dieses Textes ist #76937D.
.myBgColor { background-color: #76937D; }
<div style="background-color:#76937D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76937D.
.myBorderColor { border: 1px solid #76937D; }
<div style="border:3px solid #76937D">Div</div>
Die Grenzen von diesem div sind in Farbe #76937D.
.myOpacity80 { color: #76937D; opacity: 0.8; }
<p style="color:#76937D;opacity:0.8;">80%</p>
Text in Farbe #76937D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76937D;}
<p style="text-shadow: 3px 3px 1px #76937D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76937D.
.textShadow {text-shadow: 3px 3px 1px #76937D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76937D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76937D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76937D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76937D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76937D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76937D;
-webkit-box-shadow: 1px 1px 3px 2px #76937D;
box-shadow: 1px 1px 3px 2px #76937D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76937D; -webkit-box-shadow: 1px 1px 3px 2px #76937D; box-shadow:1px 1px 3px 2px #76937D;">
Div content here
</div>
Dieser Text ist in der Farbe #76937D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76937D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76937D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76937D.
Kontrastfarbe für #hex ist #896C82.