HEX: #76756E
RGB: (118,117,110)
#76756E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76756E ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #76756E wird in RGB als (118,117,110) definiert.
RGB: (118,117,110) (46%,46%,43%)
R 118 von 255 = 46%
G 117 von 255 = 46%
B 110 von 255 = 43%
R + G + B ~ 45%. #76756E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 117 + 110 = 345 (100%)
R 118 von 345 ~ 34.2%
G 117 von 345 ~ 33.91%
B 110 von 345 ~ 31.88%
Die Farbe #76756E wird in CMYK als (0,1,7,54) definiert.
CMYK: (0,1,7,54) C0M1Y7K54 (0%,1%,7%,54%) (0.00/0.01/0.07/0.54)
76 | 75 | 6E | |
---|---|---|---|
RGB | 118 | 117 | 110 |
HSL | 52° | 3.51% | 44.71% |
HSB/HSV | 52° | 6.78% | 46.27% |
CMYK | 0.00% | 0.85% | 6.78% |
53.73% |
Hexadezimal | 76 | 75 | 6E |
Dezimal | 118 | 117 | 110 |
Binär | 1110110 | 1110101 | 1101110 |
Oktal | 166 | 165 | 156 |
Beispiele css- und html für Elemente in der Farbe #76756E. Bitte benutzen Sie auch rgb(118,117,110) statt hex-Code.
.myTextColor { color: #76756E; }
<p style="color:#76756E">This sample text font color is #76756E.</p>
Die Farbe dieses Textes ist #76756E.
.myBgColor { background-color: #76756E; }
<div style="background-color:#76756E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76756E.
.myBorderColor { border: 1px solid #76756E; }
<div style="border:3px solid #76756E">Div</div>
Die Grenzen von diesem div sind in Farbe #76756E.
.myOpacity80 { color: #76756E; opacity: 0.8; }
<p style="color:#76756E;opacity:0.8;">80%</p>
Text in Farbe #76756E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76756E;}
<p style="text-shadow: 3px 3px 1px #76756E">Text here.</p>
Dieser Text hat den Schatten in Farbe #76756E.
.textShadow {text-shadow: 3px 3px 1px #76756E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76756E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76756E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76756E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76756E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76756E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76756E; -webkit-box-shadow: 1px 1px 3px 2px #76756E; box-shadow: 1px 1px 3px 2px #76756E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76756E; -webkit-box-shadow: 1px 1px 3px 2px #76756E; box-shadow:1px 1px 3px 2px #76756E;">
Div content here</div>
Dieser Text ist in der Farbe #76756E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76756E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76756E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76756E.