HEX: #76686D
RGB: (118,104,109)
#76686D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76686D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #76686D wird in RGB als (118,104,109) definiert.
RGB: (118,104,109) (46%,41%,43%)
R 118 von 255 = 46%
G 104 von 255 = 41%
B 109 von 255 = 43%
R + G + B ~ 43%. #76686D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 104 + 109 = 331 (100%)
R 118 von 331 ~ 35.65%
G 104 von 331 ~ 31.42%
B 109 von 331 ~ 32.93%
Die Farbe #76686D wird in CMYK als (0,12,8,54) definiert.
CMYK: (0,12,8,54) C0M12Y8K54 (0%,12%,8%,54%) (0.00/0.12/0.08/0.54)
76 | 68 | 6D | |
---|---|---|---|
RGB | 118 | 104 | 109 |
HSL | 339° | 6.31% | 43.53% |
HSB/HSV | 339° | 11.86% | 46.27% |
CMYK | 0.00% | 11.86% | 7.63% |
53.73% |
Hexadezimal | 76 | 68 | 6D |
Dezimal | 118 | 104 | 109 |
Binär | 1110110 | 1101000 | 1101101 |
Oktal | 166 | 150 | 155 |
Beispiele css- und html für Elemente in der Farbe #76686D. Bitte benutzen Sie auch rgb(118,104,109) statt hex-Code.
.myTextColor { color: #76686D; }
<p style="color:#76686D">This sample text font color is #76686D.</p>
Die Farbe dieses Textes ist #76686D.
.myBgColor { background-color: #76686D; }
<div style="background-color:#76686D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76686D.
.myBorderColor { border: 1px solid #76686D; }
<div style="border:3px solid #76686D">Div</div>
Die Grenzen von diesem div sind in Farbe #76686D.
.myOpacity80 { color: #76686D; opacity: 0.8; }
<p style="color:#76686D;opacity:0.8;">80%</p>
Text in Farbe #76686D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76686D;}
<p style="text-shadow: 3px 3px 1px #76686D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76686D.
.textShadow {text-shadow: 3px 3px 1px #76686D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76686D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76686D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76686D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76686D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76686D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76686D; -webkit-box-shadow: 1px 1px 3px 2px #76686D; box-shadow: 1px 1px 3px 2px #76686D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76686D; -webkit-box-shadow: 1px 1px 3px 2px #76686D; box-shadow:1px 1px 3px 2px #76686D;">
Div content here</div>
Dieser Text ist in der Farbe #76686D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76686D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76686D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76686D.