HEX: #76608D
RGB: (118,96,141)
#76608D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76608D ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #76608D wird in RGB als (118,96,141) definiert.
RGB: (118,96,141) (46%,38%,55%)
R 118 von 255 = 46%
G 96 von 255 = 38%
B 141 von 255 = 55%
R + G + B ~ 46%. #76608D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 96 + 141 = 355 (100%)
R 118 von 355 ~ 33.24%
G 96 von 355 ~ 27.04%
B 141 von 355 ~ 39.72%
Die Farbe #76608D wird in CMYK als (16,32,0,45) definiert.
CMYK: (16,32,0,45) C16M32Y0K45 (16%,32%,0%,45%) (0.16/0.32/0.00/0.45)
76 | 60 | 8D | |
---|---|---|---|
RGB | 118 | 96 | 141 |
HSL | 269° | 18.99% | 46.47% |
HSB/HSV | 269° | 31.91% | 55.29% |
CMYK | 16.31% | 31.91% | 0.00% |
44.71% |
Hexadezimal | 76 | 60 | 8D |
Dezimal | 118 | 96 | 141 |
Binär | 1110110 | 1100000 | 10001101 |
Oktal | 166 | 140 | 215 |
Beispiele css- und html für Elemente in der Farbe #76608D. Bitte benutzen Sie auch rgb(118,96,141) statt hex-Code.
.myTextColor { color: #76608D; }
<p style="color:#76608D">This sample text font color is #76608D.</p>
Die Farbe dieses Textes ist #76608D.
.myBgColor { background-color: #76608D; }
<div style="background-color:#76608D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76608D.
.myBorderColor { border: 1px solid #76608D; }
<div style="border:3px solid #76608D">Div</div>
Die Grenzen von diesem div sind in Farbe #76608D.
.myOpacity80 { color: #76608D; opacity: 0.8; }
<p style="color:#76608D;opacity:0.8;">80%</p>
Text in Farbe #76608D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76608D;}
<p style="text-shadow: 3px 3px 1px #76608D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76608D.
.textShadow {text-shadow: 3px 3px 1px #76608D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76608D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76608D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76608D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76608D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76608D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76608D; -webkit-box-shadow: 1px 1px 3px 2px #76608D; box-shadow: 1px 1px 3px 2px #76608D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76608D; -webkit-box-shadow: 1px 1px 3px 2px #76608D; box-shadow:1px 1px 3px 2px #76608D;">
Div content here</div>
Dieser Text ist in der Farbe #76608D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76608D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76608D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76608D.