HEX: #7C476E
RGB: (124,71,110)
#7C476E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C476E ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #7C476E wird in RGB als (124,71,110) definiert.
RGB: (124,71,110) (49%,28%,43%)
R 124 von 255 = 49%
G 71 von 255 = 28%
B 110 von 255 = 43%
R + G + B ~ 40%. #7C476E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 71 + 110 = 305 (100%)
R 124 von 305 ~ 40.66%
G 71 von 305 ~ 23.28%
B 110 von 305 ~ 36.07%
Die Farbe #7C476E wird in CMYK als (0,43,11,51) definiert.
CMYK: (0,43,11,51) C0M43Y11K51 (0%,43%,11%,51%) (0.00/0.43/0.11/0.51)
7C | 47 | 6E | |
---|---|---|---|
RGB | 124 | 71 | 110 |
HSL | 316° | 27.18% | 38.24% |
HSB/HSV | 316° | 42.74% | 48.63% |
CMYK | 0.00% | 42.74% | 11.29% |
51.37% |
Hexadezimal | 7C | 47 | 6E |
Dezimal | 124 | 71 | 110 |
Binär | 1111100 | 1000111 | 1101110 |
Oktal | 174 | 107 | 156 |
Beispiele css- und html für Elemente in der Farbe #7C476E. Bitte benutzen Sie auch rgb(124,71,110) statt hex-Code.
.myTextColor { color: #7C476E; }
<p style="color:#7C476E">This sample text font color is #7C476E.</p>
Die Farbe dieses Textes ist #7C476E.
.myBgColor { background-color: #7C476E; }
<div style="background-color:#7C476E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C476E.
.myBorderColor { border: 1px solid #7C476E; }
<div style="border:3px solid #7C476E">Div</div>
Die Grenzen von diesem div sind in Farbe #7C476E.
.myOpacity80 { color: #7C476E; opacity: 0.8; }
<p style="color:#7C476E;opacity:0.8;">80%</p>
Text in Farbe #7C476E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C476E;}
<p style="text-shadow: 3px 3px 1px #7C476E">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C476E.
.textShadow {text-shadow: 3px 3px 1px #7C476E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C476E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C476E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C476E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C476E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C476E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7C476E; -webkit-box-shadow: 1px 1px 3px 2px #7C476E; box-shadow: 1px 1px 3px 2px #7C476E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C476E; -webkit-box-shadow: 1px 1px 3px 2px #7C476E; box-shadow:1px 1px 3px 2px #7C476E;">
Div content here</div>
Dieser Text ist in der Farbe #7C476E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C476E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C476E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C476E.