HEX: #77B996
RGB: (119,185,150)
#77B996 enthält hauptsächlich grüne und blaue Farbe. Für #77B996 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #77B996 wird in RGB als (119,185,150) definiert.
RGB: (119,185,150) (47%,73%,59%)
R 119 von 255 = 47%
G 185 von 255 = 73%
B 150 von 255 = 59%
R + G + B ~ 60%. #77B996 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 185 + 150 = 454 (100%)
R 119 von 454 ~ 26.21%
G 185 von 454 ~ 40.75%
B 150 von 454 ~ 33.04%
Die Farbe #77B996 wird in CMYK als (36,0,19,27) definiert.
CMYK: (36,0,19,27) C36M0Y19K27 (36%,0%,19%,27%) (0.36/0.00/0.19/0.27)
77 | B9 | 96 | |
---|---|---|---|
RGB | 119 | 185 | 150 |
HSL | 148° | 32.04% | 59.61% |
HSB/HSV | 148° | 35.68% | 72.55% |
CMYK | 35.68% | 0.00% | 18.92% |
27.45% |
Hexadezimal | 77 | B9 | 96 |
Dezimal | 119 | 185 | 150 |
Binär | 1110111 | 10111001 | 10010110 |
Oktal | 167 | 271 | 226 |
Beispiele css- und html für Elemente in der Farbe #77B996. Bitte benutzen Sie auch rgb(119,185,150) statt hex-Code.
.myTextColor { color: #77B996; }
<p style="color:#77B996">This sample text font color is #77B996.</p>
Die Farbe dieses Textes ist #77B996.
.myBgColor { background-color: #77B996; }
<div style="background-color:#77B996">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77B996.
.myBorderColor { border: 1px solid #77B996; }
<div style="border:3px solid #77B996">Div</div>
Die Grenzen von diesem div sind in Farbe #77B996.
.myOpacity80 { color: #77B996; opacity: 0.8; }
<p style="color:#77B996;opacity:0.8;">80%</p>
Text in Farbe #77B996 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B996;}
<p style="text-shadow: 3px 3px 1px #77B996">Text here.</p>
Dieser Text hat den Schatten in Farbe #77B996.
.textShadow {text-shadow: 3px 3px 1px #77B996, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B996, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77B996 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B996, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B996 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77B996; -webkit-box-shadow: 1px 1px 3px 2px #77B996; box-shadow: 1px 1px 3px 2px #77B996; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77B996; -webkit-box-shadow: 1px 1px 3px 2px #77B996; box-shadow:1px 1px 3px 2px #77B996;">
Div content here</div>
Dieser Text ist in der Farbe #77B996 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77B996 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77B996.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77B996.