HEX: #7E679C
RGB: (126,103,156)
#7E679C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E679C ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E679C wird in RGB als (126,103,156) definiert.
RGB: (126,103,156) (49%,40%,61%)
R 126 von 255 = 49%
G 103 von 255 = 40%
B 156 von 255 = 61%
R + G + B ~ 50%. #7E679C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 103 + 156 = 385 (100%)
R 126 von 385 ~ 32.73%
G 103 von 385 ~ 26.75%
B 156 von 385 ~ 40.52%
Die Farbe #7E679C wird in CMYK als (19,34,0,39) definiert.
CMYK: (19,34,0,39) C19M34Y0K39 (19%,34%,0%,39%) (0.19/0.34/0.00/0.39)
7E | 67 | 9C | |
---|---|---|---|
RGB | 126 | 103 | 156 |
HSL | 266° | 21.12% | 50.78% |
HSB/HSV | 266° | 33.97% | 61.18% |
CMYK | 19.23% | 33.97% | 0.00% |
38.82% |
Hexadezimal | 7E | 67 | 9C |
Dezimal | 126 | 103 | 156 |
Binär | 1111110 | 1100111 | 10011100 |
Oktal | 176 | 147 | 234 |
Beispiele css- und html für Elemente in der Farbe #7E679C. Bitte benutzen Sie auch rgb(126,103,156) statt hex-Code.
.myTextColor { color: #7E679C; }
<p style="color:#7E679C">This sample text font color is #7E679C.</p>
Die Farbe dieses Textes ist #7E679C.
.myBgColor { background-color: #7E679C; }
<div style="background-color:#7E679C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E679C.
.myBorderColor { border: 1px solid #7E679C; }
<div style="border:3px solid #7E679C">Div</div>
Die Grenzen von diesem div sind in Farbe #7E679C.
.myOpacity80 { color: #7E679C; opacity: 0.8; }
<p style="color:#7E679C;opacity:0.8;">80%</p>
Text in Farbe #7E679C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E679C;}
<p style="text-shadow: 3px 3px 1px #7E679C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E679C.
.textShadow {text-shadow: 3px 3px 1px #7E679C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E679C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E679C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E679C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E679C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E679C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E679C; -webkit-box-shadow: 1px 1px 3px 2px #7E679C; box-shadow: 1px 1px 3px 2px #7E679C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E679C; -webkit-box-shadow: 1px 1px 3px 2px #7E679C; box-shadow:1px 1px 3px 2px #7E679C;">
Div content here</div>
Dieser Text ist in der Farbe #7E679C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E679C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E679C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E679C.