HEX: #774080
RGB: (119,64,128)
#774080 enthält hauptsächlich rote und blaue Farbe. Für #774080 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #774080 wird in RGB als (119,64,128) definiert.
RGB: (119,64,128)
(47%, 25%, 50%)
R 119 von 255 = 47%
G 64 von 255 = 25%
B 128 von 255 = 50%
R + G + B ~ 41%. #774080 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 64 + 128 = 311 (100%)
R 119 von 311 ~ 38.26%
G 64 von 311 ~ 20.58%
B 128 von 311 ~ 41.16'%
Die Farbe #774080 wird in CMYK als (7,50,0,50) definiert.
CMYK: (7,50,0,50) C7M50Y0K50 (7%,50%,0%,50%) (0.07/0.50/0.00/0.50)
Farbe #774080 in den populären Farbmodellen.
77 | 40 | 80 | |
---|---|---|---|
RGB | 119 | 64 | 128 |
HSL | 292° | 33.33% | 37.65% |
HSB/HSV | 292° | 50.00% | 50.20% |
CMYK | 7.03% | 50.00% | 0.00% |
49.80% |
Die Farbe #774080 in den populären Zahlensystemen.
Hexadezimal | 77 | 40 | 80 |
Dezimal | 119 | 64 | 128 |
Binär | 1110111 | 1000000 | 10000000 |
Oktal | 167 | 100 | 200 |
Dunkle Töne der Farbe #774080
Helle Töne der Farbe #774080
Beispiele css- und html für Elemente in der Farbe #774080. Bitte benutzen Sie auch rgb(119,64,128) statt hex-Code.
.myTextColor { color: #774080; }
<p style="color:#774080">This sample text font color is #774080.</p>
Die Farbe dieses Textes ist #774080.
.myBgColor { background-color: #774080; }
<div style="background-color:#774080">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #774080.
.myBorderColor { border: 1px solid #774080; }
<div style="border:3px solid #774080">Div</div>
Die Grenzen von diesem div sind in Farbe #774080.
.myOpacity80 { color: #774080; opacity: 0.8; }
<p style="color:#774080;opacity:0.8;">80%</p>
Text in Farbe #774080 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #774080;}
<p style="text-shadow: 3px 3px 1px #774080">Text here.</p>
Dieser Text hat den Schatten in Farbe #774080.
.textShadow {text-shadow: 3px 3px 1px #774080', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #774080, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #774080 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#774080, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#774080, Direction=45, Strength=4)">Text</p>
This text has shadow with #774080 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #774080;
-webkit-box-shadow: 1px 1px 3px 2px #774080;
box-shadow: 1px 1px 3px 2px #774080;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #774080; -webkit-box-shadow: 1px 1px 3px 2px #774080; box-shadow:1px 1px 3px 2px #774080;">
Div content here
</div>
Dieser Text ist in der Farbe #774080 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #774080 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #774080.
Dieser Text ist weiß auf dem Hintergrund in Farbe #774080.
Kontrastfarbe für #hex ist #88BF7F.