HEX: #766688
RGB: (118,102,136)
#766688 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #766688 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #766688 wird in RGB als (118,102,136) definiert.
RGB: (118,102,136) (46%,40%,53%)
R 118 von 255 = 46%
G 102 von 255 = 40%
B 136 von 255 = 53%
R + G + B ~ 46%. #766688 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 102 + 136 = 356 (100%)
R 118 von 356 ~ 33.15%
G 102 von 356 ~ 28.65%
B 136 von 356 ~ 38.2%
Die Farbe #766688 wird in CMYK als (13,25,0,47) definiert.
CMYK: (13,25,0,47) C13M25Y0K47 (13%,25%,0%,47%) (0.13/0.25/0.00/0.47)
76 | 66 | 88 | |
---|---|---|---|
RGB | 118 | 102 | 136 |
HSL | 268° | 14.29% | 46.67% |
HSB/HSV | 268° | 25.00% | 53.33% |
CMYK | 13.24% | 25.00% | 0.00% |
46.67% |
Hexadezimal | 76 | 66 | 88 |
Dezimal | 118 | 102 | 136 |
Binär | 1110110 | 1100110 | 10001000 |
Oktal | 166 | 146 | 210 |
Beispiele css- und html für Elemente in der Farbe #766688. Bitte benutzen Sie auch rgb(118,102,136) statt hex-Code.
.myTextColor { color: #766688; }
<p style="color:#766688">This sample text font color is #766688.</p>
Die Farbe dieses Textes ist #766688.
.myBgColor { background-color: #766688; }
<div style="background-color:#766688">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #766688.
.myBorderColor { border: 1px solid #766688; }
<div style="border:3px solid #766688">Div</div>
Die Grenzen von diesem div sind in Farbe #766688.
.myOpacity80 { color: #766688; opacity: 0.8; }
<p style="color:#766688;opacity:0.8;">80%</p>
Text in Farbe #766688 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #766688;}
<p style="text-shadow: 3px 3px 1px #766688">Text here.</p>
Dieser Text hat den Schatten in Farbe #766688.
.textShadow {text-shadow: 3px 3px 1px #766688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #766688, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #766688 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#766688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#766688, Direction=45, Strength=4)">Text</p>
This text has shadow with #766688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #766688; -webkit-box-shadow: 1px 1px 3px 2px #766688; box-shadow: 1px 1px 3px 2px #766688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #766688; -webkit-box-shadow: 1px 1px 3px 2px #766688; box-shadow:1px 1px 3px 2px #766688;">
Div content here</div>
Dieser Text ist in der Farbe #766688 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #766688 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #766688.
Dieser Text ist weiß auf dem Hintergrund in Farbe #766688.