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