HEX: #7F76AA
RGB: (127,118,170)
#7F76AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7F76AA ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7F76AA wird in RGB als (127,118,170) definiert.
RGB: (127,118,170) (50%,46%,67%)
R 127 von 255 = 50%
G 118 von 255 = 46%
B 170 von 255 = 67%
R + G + B ~ 54%. #7F76AA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 118 + 170 = 415 (100%)
R 127 von 415 ~ 30.6%
G 118 von 415 ~ 28.43%
B 170 von 415 ~ 40.96%
Die Farbe #7F76AA wird in CMYK als (25,31,0,33) definiert.
CMYK: (25,31,0,33) C25M31Y0K33 (25%,31%,0%,33%) (0.25/0.31/0.00/0.33)
7F | 76 | AA | |
---|---|---|---|
RGB | 127 | 118 | 170 |
HSL | 250° | 23.42% | 56.47% |
HSB/HSV | 250° | 30.59% | 66.67% |
CMYK | 25.29% | 30.59% | 0.00% |
33.33% |
Hexadezimal | 7F | 76 | AA |
Dezimal | 127 | 118 | 170 |
Binär | 1111111 | 1110110 | 10101010 |
Oktal | 177 | 166 | 252 |
Beispiele css- und html für Elemente in der Farbe #7F76AA. Bitte benutzen Sie auch rgb(127,118,170) statt hex-Code.
.myTextColor { color: #7F76AA; }
<p style="color:#7F76AA">This sample text font color is #7F76AA.</p>
Die Farbe dieses Textes ist #7F76AA.
.myBgColor { background-color: #7F76AA; }
<div style="background-color:#7F76AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F76AA.
.myBorderColor { border: 1px solid #7F76AA; }
<div style="border:3px solid #7F76AA">Div</div>
Die Grenzen von diesem div sind in Farbe #7F76AA.
.myOpacity80 { color: #7F76AA; opacity: 0.8; }
<p style="color:#7F76AA;opacity:0.8;">80%</p>
Text in Farbe #7F76AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F76AA;}
<p style="text-shadow: 3px 3px 1px #7F76AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F76AA.
.textShadow {text-shadow: 3px 3px 1px #7F76AA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F76AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F76AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F76AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F76AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F76AA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F76AA; -webkit-box-shadow: 1px 1px 3px 2px #7F76AA; box-shadow: 1px 1px 3px 2px #7F76AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F76AA; -webkit-box-shadow: 1px 1px 3px 2px #7F76AA; box-shadow:1px 1px 3px 2px #7F76AA;">
Div content here</div>
Dieser Text ist in der Farbe #7F76AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F76AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F76AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F76AA.