HEX: #747E7A
RGB: (116,126,122)
#747E7A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #747E7A ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #747E7A wird in RGB als (116,126,122) definiert.
RGB: (116,126,122) (45%,49%,48%)
R 116 von 255 = 45%
G 126 von 255 = 49%
B 122 von 255 = 48%
R + G + B ~ 47%. #747E7A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 126 + 122 = 364 (100%)
R 116 von 364 ~ 31.87%
G 126 von 364 ~ 34.62%
B 122 von 364 ~ 33.52%
Die Farbe #747E7A wird in CMYK als (8,0,3,51) definiert.
CMYK: (8,0,3,51) C8M0Y3K51 (8%,0%,3%,51%) (0.08/0.00/0.03/0.51)
74 | 7E | 7A | |
---|---|---|---|
RGB | 116 | 126 | 122 |
HSL | 156° | 4.13% | 47.45% |
HSB/HSV | 156° | 7.94% | 49.41% |
CMYK | 7.94% | 0.00% | 3.17% |
50.59% |
Hexadezimal | 74 | 7E | 7A |
Dezimal | 116 | 126 | 122 |
Binär | 1110100 | 1111110 | 1111010 |
Oktal | 164 | 176 | 172 |
Beispiele css- und html für Elemente in der Farbe #747E7A. Bitte benutzen Sie auch rgb(116,126,122) statt hex-Code.
.myTextColor { color: #747E7A; }
<p style="color:#747E7A">This sample text font color is #747E7A.</p>
Die Farbe dieses Textes ist #747E7A.
.myBgColor { background-color: #747E7A; }
<div style="background-color:#747E7A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #747E7A.
.myBorderColor { border: 1px solid #747E7A; }
<div style="border:3px solid #747E7A">Div</div>
Die Grenzen von diesem div sind in Farbe #747E7A.
.myOpacity80 { color: #747E7A; opacity: 0.8; }
<p style="color:#747E7A;opacity:0.8;">80%</p>
Text in Farbe #747E7A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747E7A;}
<p style="text-shadow: 3px 3px 1px #747E7A">Text here.</p>
Dieser Text hat den Schatten in Farbe #747E7A.
.textShadow {text-shadow: 3px 3px 1px #747E7A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747E7A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #747E7A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747E7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747E7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #747E7A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #747E7A; -webkit-box-shadow: 1px 1px 3px 2px #747E7A; box-shadow: 1px 1px 3px 2px #747E7A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #747E7A; -webkit-box-shadow: 1px 1px 3px 2px #747E7A; box-shadow:1px 1px 3px 2px #747E7A;">
Div content here</div>
Dieser Text ist in der Farbe #747E7A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #747E7A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #747E7A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #747E7A.