HEX: #76997D
RGB: (118,153,125)
#76997D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76997D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76997D wird in RGB als (118,153,125) definiert.
RGB: (118,153,125)
(46%, 60%, 49%)
R 118 von 255 = 46%
G 153 von 255 = 60%
B 125 von 255 = 49%
R + G + B ~ 52%. #76997D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 153 + 125 = 396 (100%)
R 118 von 396 ~ 29.8%
G 153 von 396 ~ 38.64%
B 125 von 396 ~ 31.57'%
Die Farbe #76997D wird in CMYK als (23,0,18,40) definiert.
CMYK: (23,0,18,40)
C23M0Y18K40 (23%, 0%, 18%, 40%)
(0.23 / 0.00 / 0.18 / 0.40)
Farbe #76997D in den populären Farbmodellen.
76 | 99 | 7D | |
---|---|---|---|
RGB | 118 | 153 | 125 |
HSL | 132° | 14.64% | 53.14% |
HSB/HSV | 132° | 22.88% | 60.00% |
CMYK | 22.88% | 0.00% | 18.30% |
40.00% |
Die Farbe #76997D in den populären Zahlensystemen.
Hexadezimal | 76 | 99 | 7D |
Dezimal | 118 | 153 | 125 |
Binär | 1110110 | 10011001 | 1111101 |
Oktal | 166 | 231 | 175 |
Dunkle Töne der Farbe #76997D
Helle Töne der Farbe #76997D
Beispiele css- und html für Elemente in der Farbe #76997D. Bitte benutzen Sie auch rgb(118,153,125) statt hex-Code.
.myTextColor { color: #76997D; }
<p style="color:#76997D">This sample text font color is #76997D.</p>
Die Farbe dieses Textes ist #76997D.
.myBgColor { background-color: #76997D; }
<div style="background-color:#76997D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76997D.
.myBorderColor { border: 1px solid #76997D; }
<div style="border:3px solid #76997D">Div</div>
Die Grenzen von diesem div sind in Farbe #76997D.
.myOpacity80 { color: #76997D; opacity: 0.8; }
<p style="color:#76997D;opacity:0.8;">80%</p>
Text in Farbe #76997D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76997D;}
<p style="text-shadow: 3px 3px 1px #76997D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76997D.
.textShadow {text-shadow: 3px 3px 1px #76997D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76997D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76997D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76997D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76997D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76997D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76997D;
-webkit-box-shadow: 1px 1px 3px 2px #76997D;
box-shadow: 1px 1px 3px 2px #76997D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76997D; -webkit-box-shadow: 1px 1px 3px 2px #76997D; box-shadow:1px 1px 3px 2px #76997D;">
Div content here
</div>
Dieser Text ist in der Farbe #76997D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76997D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76997D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76997D.
Kontrastfarbe für #hex ist #896682.