HEX: #77C779
RGB: (119,199,121)
#77C779 enthält hauptsächlich grüne Farbe. Für #77C779 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77C779 wird in RGB als (119,199,121) definiert.
RGB: (119,199,121)
(47%, 78%, 47%)
R 119 von 255 = 47%
G 199 von 255 = 78%
B 121 von 255 = 47%
R + G + B ~ 57%. #77C779 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 199 + 121 = 439 (100%)
R 119 von 439 ~ 27.11%
G 199 von 439 ~ 45.33%
B 121 von 439 ~ 27.56'%
Die Farbe #77C779 wird in CMYK als (40,0,39,22) definiert.
CMYK: (40,0,39,22) C40M0Y39K22 (40%,0%,39%,22%) (0.40/0.00/0.39/0.22)
Farbe #77C779 in den populären Farbmodellen.
77 | C7 | 79 | |
---|---|---|---|
RGB | 119 | 199 | 121 |
HSL | 122° | 41.67% | 62.35% |
HSB/HSV | 122° | 40.20% | 78.04% |
CMYK | 40.20% | 0.00% | 39.20% |
21.96% |
Die Farbe #77C779 in den populären Zahlensystemen.
Hexadezimal | 77 | C7 | 79 |
Dezimal | 119 | 199 | 121 |
Binär | 1110111 | 11000111 | 1111001 |
Oktal | 167 | 307 | 171 |
Dunkle Töne der Farbe #77C779
Helle Töne der Farbe #77C779
Beispiele css- und html für Elemente in der Farbe #77C779. Bitte benutzen Sie auch rgb(119,199,121) statt hex-Code.
.myTextColor { color: #77C779; }
<p style="color:#77C779">This sample text font color is #77C779.</p>
Die Farbe dieses Textes ist #77C779.
.myBgColor { background-color: #77C779; }
<div style="background-color:#77C779">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77C779.
.myBorderColor { border: 1px solid #77C779; }
<div style="border:3px solid #77C779">Div</div>
Die Grenzen von diesem div sind in Farbe #77C779.
.myOpacity80 { color: #77C779; opacity: 0.8; }
<p style="color:#77C779;opacity:0.8;">80%</p>
Text in Farbe #77C779 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77C779;}
<p style="text-shadow: 3px 3px 1px #77C779">Text here.</p>
Dieser Text hat den Schatten in Farbe #77C779.
.textShadow {text-shadow: 3px 3px 1px #77C779', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77C779, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77C779 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77C779, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77C779, Direction=45, Strength=4)">Text</p>
This text has shadow with #77C779 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77C779;
-webkit-box-shadow: 1px 1px 3px 2px #77C779;
box-shadow: 1px 1px 3px 2px #77C779;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77C779; -webkit-box-shadow: 1px 1px 3px 2px #77C779; box-shadow:1px 1px 3px 2px #77C779;">
Div content here
</div>
Dieser Text ist in der Farbe #77C779 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77C779 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77C779.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77C779.
Kontrastfarbe für #hex ist #883886.