HEX: #76A27D
RGB: (118,162,125)
#76A27D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76A27D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76A27D wird in RGB als (118,162,125) definiert.
RGB: (118,162,125) (46%,64%,49%)
R 118 von 255 = 46%
G 162 von 255 = 64%
B 125 von 255 = 49%
R + G + B ~ 53%. #76A27D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 162 + 125 = 405 (100%)
R 118 von 405 ~ 29.14%
G 162 von 405 ~ 40%
B 125 von 405 ~ 30.86%
Die Farbe #76A27D wird in CMYK als (27,0,23,36) definiert.
CMYK: (27,0,23,36) C27M0Y23K36 (27%,0%,23%,36%) (0.27/0.00/0.23/0.36)
76 | A2 | 7D | |
---|---|---|---|
RGB | 118 | 162 | 125 |
HSL | 130° | 19.13% | 54.90% |
HSB/HSV | 130° | 27.16% | 63.53% |
CMYK | 27.16% | 0.00% | 22.84% |
36.47% |
Hexadezimal | 76 | A2 | 7D |
Dezimal | 118 | 162 | 125 |
Binär | 1110110 | 10100010 | 1111101 |
Oktal | 166 | 242 | 175 |
Beispiele css- und html für Elemente in der Farbe #76A27D. Bitte benutzen Sie auch rgb(118,162,125) statt hex-Code.
.myTextColor { color: #76A27D; }
<p style="color:#76A27D">This sample text font color is #76A27D.</p>
Die Farbe dieses Textes ist #76A27D.
.myBgColor { background-color: #76A27D; }
<div style="background-color:#76A27D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76A27D.
.myBorderColor { border: 1px solid #76A27D; }
<div style="border:3px solid #76A27D">Div</div>
Die Grenzen von diesem div sind in Farbe #76A27D.
.myOpacity80 { color: #76A27D; opacity: 0.8; }
<p style="color:#76A27D;opacity:0.8;">80%</p>
Text in Farbe #76A27D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A27D;}
<p style="text-shadow: 3px 3px 1px #76A27D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76A27D.
.textShadow {text-shadow: 3px 3px 1px #76A27D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A27D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76A27D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A27D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A27D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A27D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76A27D; -webkit-box-shadow: 1px 1px 3px 2px #76A27D; box-shadow: 1px 1px 3px 2px #76A27D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76A27D; -webkit-box-shadow: 1px 1px 3px 2px #76A27D; box-shadow:1px 1px 3px 2px #76A27D;">
Div content here</div>
Dieser Text ist in der Farbe #76A27D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76A27D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76A27D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76A27D.