HEX: #76776B
RGB: (118,119,107)
#76776B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76776B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #76776B wird in RGB als (118,119,107) definiert.
RGB: (118,119,107) (46%,47%,42%)
R 118 von 255 = 46%
G 119 von 255 = 47%
B 107 von 255 = 42%
R + G + B ~ 45%. #76776B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 119 + 107 = 344 (100%)
R 118 von 344 ~ 34.3%
G 119 von 344 ~ 34.59%
B 107 von 344 ~ 31.1%
Die Farbe #76776B wird in CMYK als (1,0,10,53) definiert.
CMYK: (1,0,10,53) C1M0Y10K53 (1%,0%,10%,53%) (0.01/0.00/0.10/0.53)
76 | 77 | 6B | |
---|---|---|---|
RGB | 118 | 119 | 107 |
HSL | 65° | 5.31% | 44.31% |
HSB/HSV | 65° | 10.08% | 46.67% |
CMYK | 0.84% | 0.00% | 10.08% |
53.33% |
Hexadezimal | 76 | 77 | 6B |
Dezimal | 118 | 119 | 107 |
Binär | 1110110 | 1110111 | 1101011 |
Oktal | 166 | 167 | 153 |
Beispiele css- und html für Elemente in der Farbe #76776B. Bitte benutzen Sie auch rgb(118,119,107) statt hex-Code.
.myTextColor { color: #76776B; }
<p style="color:#76776B">This sample text font color is #76776B.</p>
Die Farbe dieses Textes ist #76776B.
.myBgColor { background-color: #76776B; }
<div style="background-color:#76776B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76776B.
.myBorderColor { border: 1px solid #76776B; }
<div style="border:3px solid #76776B">Div</div>
Die Grenzen von diesem div sind in Farbe #76776B.
.myOpacity80 { color: #76776B; opacity: 0.8; }
<p style="color:#76776B;opacity:0.8;">80%</p>
Text in Farbe #76776B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76776B;}
<p style="text-shadow: 3px 3px 1px #76776B">Text here.</p>
Dieser Text hat den Schatten in Farbe #76776B.
.textShadow {text-shadow: 3px 3px 1px #76776B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76776B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76776B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76776B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76776B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76776B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76776B; -webkit-box-shadow: 1px 1px 3px 2px #76776B; box-shadow: 1px 1px 3px 2px #76776B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76776B; -webkit-box-shadow: 1px 1px 3px 2px #76776B; box-shadow:1px 1px 3px 2px #76776B;">
Div content here</div>
Dieser Text ist in der Farbe #76776B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76776B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76776B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76776B.