HEX: #76A07C
RGB: (118,160,124)
#76A07C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76A07C ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76A07C wird in RGB als (118,160,124) definiert.
RGB: (118,160,124)
(46%, 63%, 49%)
R 118 von 255 = 46%
G 160 von 255 = 63%
B 124 von 255 = 49%
R + G + B ~ 53%. #76A07C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 160 + 124 = 402 (100%)
R 118 von 402 ~ 29.35%
G 160 von 402 ~ 39.8%
B 124 von 402 ~ 30.85'%
Die Farbe #76A07C wird in CMYK als (26,0,23,37) definiert.
CMYK: (26,0,23,37)
C26M0Y23K37 (26%, 0%, 23%, 37%)
(0.26 / 0.00 / 0.23 / 0.37)
Farbe #76A07C in den populären Farbmodellen.
76 | A0 | 7C | |
---|---|---|---|
RGB | 118 | 160 | 124 |
HSL | 129° | 18.10% | 54.51% |
HSB/HSV | 129° | 26.25% | 62.75% |
CMYK | 26.25% | 0.00% | 22.50% |
37.25% |
Die Farbe #76A07C in den populären Zahlensystemen.
Hexadezimal | 76 | A0 | 7C |
Dezimal | 118 | 160 | 124 |
Binär | 1110110 | 10100000 | 1111100 |
Oktal | 166 | 240 | 174 |
Dunkle Töne der Farbe #76A07C
Helle Töne der Farbe #76A07C
Beispiele css- und html für Elemente in der Farbe #76A07C. Bitte benutzen Sie auch rgb(118,160,124) statt hex-Code.
.myTextColor { color: #76A07C; }
<p style="color:#76A07C">This sample text font color is #76A07C.</p>
Die Farbe dieses Textes ist #76A07C.
.myBgColor { background-color: #76A07C; }
<div style="background-color:#76A07C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76A07C.
.myBorderColor { border: 1px solid #76A07C; }
<div style="border:3px solid #76A07C">Div</div>
Die Grenzen von diesem div sind in Farbe #76A07C.
.myOpacity80 { color: #76A07C; opacity: 0.8; }
<p style="color:#76A07C;opacity:0.8;">80%</p>
Text in Farbe #76A07C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A07C;}
<p style="text-shadow: 3px 3px 1px #76A07C">Text here.</p>
Dieser Text hat den Schatten in Farbe #76A07C.
.textShadow {text-shadow: 3px 3px 1px #76A07C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A07C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76A07C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A07C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A07C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A07C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A07C;
-webkit-box-shadow: 1px 1px 3px 2px #76A07C;
box-shadow: 1px 1px 3px 2px #76A07C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A07C; -webkit-box-shadow: 1px 1px 3px 2px #76A07C; box-shadow:1px 1px 3px 2px #76A07C;">
Div content here
</div>
Dieser Text ist in der Farbe #76A07C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76A07C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76A07C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76A07C.
Kontrastfarbe für #hex ist #895F83.