HEX: #7FBB77
RGB: (127,187,119)
#7FBB77 enthält hauptsächlich grüne Farbe. Für #7FBB77 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7FBB77 wird in RGB als (127,187,119) definiert.
RGB: (127,187,119)
(50%, 73%, 47%)
R 127 von 255 = 50%
G 187 von 255 = 73%
B 119 von 255 = 47%
R + G + B ~ 57%. #7FBB77 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 127 + 187 + 119 = 433 (100%)
R 127 von 433 ~ 29.33%
G 187 von 433 ~ 43.19%
B 119 von 433 ~ 27.48'%
Die Farbe #7FBB77 wird in CMYK als (32,0,36,27) definiert.
CMYK: (32,0,36,27)
C32M0Y36K27 (32%, 0%, 36%, 27%)
(0.32 / 0.00 / 0.36 / 0.27)
Farbe #7FBB77 in den populären Farbmodellen.
7F | BB | 77 | |
---|---|---|---|
RGB | 127 | 187 | 119 |
HSL | 113° | 33.33% | 60.00% |
HSB/HSV | 113° | 36.36% | 73.33% |
CMYK | 32.09% | 0.00% | 36.36% |
26.67% |
Die Farbe #7FBB77 in den populären Zahlensystemen.
Hexadezimal | 7F | BB | 77 |
Dezimal | 127 | 187 | 119 |
Binär | 1111111 | 10111011 | 1110111 |
Oktal | 177 | 273 | 167 |
Dunkle Töne der Farbe #7FBB77
Helle Töne der Farbe #7FBB77
Beispiele css- und html für Elemente in der Farbe #7FBB77. Bitte benutzen Sie auch rgb(127,187,119) statt hex-Code.
.myTextColor { color: #7FBB77; }
<p style="color:#7FBB77">This sample text font color is #7FBB77.</p>
Die Farbe dieses Textes ist #7FBB77.
.myBgColor { background-color: #7FBB77; }
<div style="background-color:#7FBB77">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7FBB77.
.myBorderColor { border: 1px solid #7FBB77; }
<div style="border:3px solid #7FBB77">Div</div>
Die Grenzen von diesem div sind in Farbe #7FBB77.
.myOpacity80 { color: #7FBB77; opacity: 0.8; }
<p style="color:#7FBB77;opacity:0.8;">80%</p>
Text in Farbe #7FBB77 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7FBB77;}
<p style="text-shadow: 3px 3px 1px #7FBB77">Text here.</p>
Dieser Text hat den Schatten in Farbe #7FBB77.
.textShadow {text-shadow: 3px 3px 1px #7FBB77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7FBB77, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7FBB77 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FBB77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7FBB77, Direction=45, Strength=4)">Text</p>
This text has shadow with #7FBB77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7FBB77;
-webkit-box-shadow: 1px 1px 3px 2px #7FBB77;
box-shadow: 1px 1px 3px 2px #7FBB77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7FBB77; -webkit-box-shadow: 1px 1px 3px 2px #7FBB77; box-shadow:1px 1px 3px 2px #7FBB77;">
Div content here
</div>
Dieser Text ist in der Farbe #7FBB77 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7FBB77 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7FBB77.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7FBB77.
Kontrastfarbe für #hex ist #804488.