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