HEX: #7772CC
RGB: (119,114,204)
#7772CC enthält hauptsächlich blaue Farbe. Für #7772CC ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7772CC wird in RGB als (119,114,204) definiert.
RGB: (119,114,204)
(47%, 45%, 80%)
R 119 von 255 = 47%
G 114 von 255 = 45%
B 204 von 255 = 80%
R + G + B ~ 57%. #7772CC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 114 + 204 = 437 (100%)
R 119 von 437 ~ 27.23%
G 114 von 437 ~ 26.09%
B 204 von 437 ~ 46.68'%
Die Farbe #7772CC wird in CMYK als (42,44,0,20) definiert.
CMYK: (42,44,0,20) C42M44Y0K20 (42%,44%,0%,20%) (0.42/0.44/0.00/0.20)
Farbe #7772CC in den populären Farbmodellen.
77 | 72 | CC | |
---|---|---|---|
RGB | 119 | 114 | 204 |
HSL | 243° | 46.88% | 62.35% |
HSB/HSV | 243° | 44.12% | 80.00% |
CMYK | 41.67% | 44.12% | 0.00% |
20.00% |
Die Farbe #7772CC in den populären Zahlensystemen.
Hexadezimal | 77 | 72 | CC |
Dezimal | 119 | 114 | 204 |
Binär | 1110111 | 1110010 | 11001100 |
Oktal | 167 | 162 | 314 |
Dunkle Töne der Farbe #7772CC
Helle Töne der Farbe #7772CC
Beispiele css- und html für Elemente in der Farbe #7772CC. Bitte benutzen Sie auch rgb(119,114,204) statt hex-Code.
.myTextColor { color: #7772CC; }
<p style="color:#7772CC">This sample text font color is #7772CC.</p>
Die Farbe dieses Textes ist #7772CC.
.myBgColor { background-color: #7772CC; }
<div style="background-color:#7772CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7772CC.
.myBorderColor { border: 1px solid #7772CC; }
<div style="border:3px solid #7772CC">Div</div>
Die Grenzen von diesem div sind in Farbe #7772CC.
.myOpacity80 { color: #7772CC; opacity: 0.8; }
<p style="color:#7772CC;opacity:0.8;">80%</p>
Text in Farbe #7772CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7772CC;}
<p style="text-shadow: 3px 3px 1px #7772CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7772CC.
.textShadow {text-shadow: 3px 3px 1px #7772CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7772CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7772CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7772CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7772CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7772CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7772CC;
-webkit-box-shadow: 1px 1px 3px 2px #7772CC;
box-shadow: 1px 1px 3px 2px #7772CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7772CC; -webkit-box-shadow: 1px 1px 3px 2px #7772CC; box-shadow:1px 1px 3px 2px #7772CC;">
Div content here
</div>
Dieser Text ist in der Farbe #7772CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7772CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7772CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7772CC.
Kontrastfarbe für #hex ist #888D33.