HEX: #77717D
RGB: (119,113,125)
#77717D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #77717D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #77717D wird in RGB als (119,113,125) definiert.
RGB: (119,113,125) (47%,44%,49%)
R 119 von 255 = 47%
G 113 von 255 = 44%
B 125 von 255 = 49%
R + G + B ~ 47%. #77717D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 113 + 125 = 357 (100%)
R 119 von 357 ~ 33.33%
G 113 von 357 ~ 31.65%
B 125 von 357 ~ 35.01%
Die Farbe #77717D wird in CMYK als (5,10,0,51) definiert.
CMYK: (5,10,0,51) C5M10Y0K51 (5%,10%,0%,51%) (0.05/0.10/0.00/0.51)
77 | 71 | 7D | |
---|---|---|---|
RGB | 119 | 113 | 125 |
HSL | 270° | 5.04% | 46.67% |
HSB/HSV | 270° | 9.60% | 49.02% |
CMYK | 4.80% | 9.60% | 0.00% |
50.98% |
Hexadezimal | 77 | 71 | 7D |
Dezimal | 119 | 113 | 125 |
Binär | 1110111 | 1110001 | 1111101 |
Oktal | 167 | 161 | 175 |
Beispiele css- und html für Elemente in der Farbe #77717D. Bitte benutzen Sie auch rgb(119,113,125) statt hex-Code.
.myTextColor { color: #77717D; }
<p style="color:#77717D">This sample text font color is #77717D.</p>
Die Farbe dieses Textes ist #77717D.
.myBgColor { background-color: #77717D; }
<div style="background-color:#77717D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77717D.
.myBorderColor { border: 1px solid #77717D; }
<div style="border:3px solid #77717D">Div</div>
Die Grenzen von diesem div sind in Farbe #77717D.
.myOpacity80 { color: #77717D; opacity: 0.8; }
<p style="color:#77717D;opacity:0.8;">80%</p>
Text in Farbe #77717D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77717D;}
<p style="text-shadow: 3px 3px 1px #77717D">Text here.</p>
Dieser Text hat den Schatten in Farbe #77717D.
.textShadow {text-shadow: 3px 3px 1px #77717D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77717D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77717D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77717D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77717D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77717D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77717D; -webkit-box-shadow: 1px 1px 3px 2px #77717D; box-shadow: 1px 1px 3px 2px #77717D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77717D; -webkit-box-shadow: 1px 1px 3px 2px #77717D; box-shadow:1px 1px 3px 2px #77717D;">
Div content here</div>
Dieser Text ist in der Farbe #77717D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77717D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77717D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77717D.