HEX: #74737D
RGB: (116,115,125)
#74737D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #74737D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #74737D wird in RGB als (116,115,125) definiert.
RGB: (116,115,125)
(45%, 45%, 49%)
R 116 von 255 = 45%
G 115 von 255 = 45%
B 125 von 255 = 49%
R + G + B ~ 46%. #74737D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 115 + 125 = 356 (100%)
R 116 von 356 ~ 32.58%
G 115 von 356 ~ 32.3%
B 125 von 356 ~ 35.11'%
Die Farbe #74737D wird in CMYK als (7,8,0,51) definiert.
CMYK: (7,8,0,51) C7M8Y0K51 (7%,8%,0%,51%) (0.07/0.08/0.00/0.51)
Farbe #74737D in den populären Farbmodellen.
74 | 73 | 7D | |
---|---|---|---|
RGB | 116 | 115 | 125 |
HSL | 246° | 4.17% | 47.06% |
HSB/HSV | 246° | 8.00% | 49.02% |
CMYK | 7.20% | 8.00% | 0.00% |
50.98% |
Die Farbe #74737D in den populären Zahlensystemen.
Hexadezimal | 74 | 73 | 7D |
Dezimal | 116 | 115 | 125 |
Binär | 1110100 | 1110011 | 1111101 |
Oktal | 164 | 163 | 175 |
Dunkle Töne der Farbe #74737D
Helle Töne der Farbe #74737D
Beispiele css- und html für Elemente in der Farbe #74737D. Bitte benutzen Sie auch rgb(116,115,125) statt hex-Code.
.myTextColor { color: #74737D; }
<p style="color:#74737D">This sample text font color is #74737D.</p>
Die Farbe dieses Textes ist #74737D.
.myBgColor { background-color: #74737D; }
<div style="background-color:#74737D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74737D.
.myBorderColor { border: 1px solid #74737D; }
<div style="border:3px solid #74737D">Div</div>
Die Grenzen von diesem div sind in Farbe #74737D.
.myOpacity80 { color: #74737D; opacity: 0.8; }
<p style="color:#74737D;opacity:0.8;">80%</p>
Text in Farbe #74737D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74737D;}
<p style="text-shadow: 3px 3px 1px #74737D">Text here.</p>
Dieser Text hat den Schatten in Farbe #74737D.
.textShadow {text-shadow: 3px 3px 1px #74737D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74737D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74737D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74737D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74737D, Direction=45, Strength=4)">Text</p>
This text has shadow with #74737D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74737D;
-webkit-box-shadow: 1px 1px 3px 2px #74737D;
box-shadow: 1px 1px 3px 2px #74737D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74737D; -webkit-box-shadow: 1px 1px 3px 2px #74737D; box-shadow:1px 1px 3px 2px #74737D;">
Div content here
</div>
Dieser Text ist in der Farbe #74737D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74737D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74737D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74737D.
Kontrastfarbe für #hex ist #8B8C82.