HEX: #7F729B
RGB: (127,114,155)
#7F729B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7F729B ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7F729B wird in RGB als (127,114,155) definiert.
RGB: (127,114,155) (50%,45%,61%)
R 127 von 255 = 50%
G 114 von 255 = 45%
B 155 von 255 = 61%
R + G + B ~ 52%. #7F729B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 114 + 155 = 396 (100%)
R 127 von 396 ~ 32.07%
G 114 von 396 ~ 28.79%
B 155 von 396 ~ 39.14%
Die Farbe #7F729B wird in CMYK als (18,26,0,39) definiert.
CMYK: (18,26,0,39) C18M26Y0K39 (18%,26%,0%,39%) (0.18/0.26/0.00/0.39)
7F | 72 | 9B | |
---|---|---|---|
RGB | 127 | 114 | 155 |
HSL | 259° | 17.01% | 52.75% |
HSB/HSV | 259° | 26.45% | 60.78% |
CMYK | 18.06% | 26.45% | 0.00% |
39.22% |
Hexadezimal | 7F | 72 | 9B |
Dezimal | 127 | 114 | 155 |
Binär | 1111111 | 1110010 | 10011011 |
Oktal | 177 | 162 | 233 |
Beispiele css- und html für Elemente in der Farbe #7F729B. Bitte benutzen Sie auch rgb(127,114,155) statt hex-Code.
.myTextColor { color: #7F729B; }
<p style="color:#7F729B">This sample text font color is #7F729B.</p>
Die Farbe dieses Textes ist #7F729B.
.myBgColor { background-color: #7F729B; }
<div style="background-color:#7F729B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F729B.
.myBorderColor { border: 1px solid #7F729B; }
<div style="border:3px solid #7F729B">Div</div>
Die Grenzen von diesem div sind in Farbe #7F729B.
.myOpacity80 { color: #7F729B; opacity: 0.8; }
<p style="color:#7F729B;opacity:0.8;">80%</p>
Text in Farbe #7F729B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F729B;}
<p style="text-shadow: 3px 3px 1px #7F729B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F729B.
.textShadow {text-shadow: 3px 3px 1px #7F729B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F729B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F729B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F729B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F729B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F729B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F729B; -webkit-box-shadow: 1px 1px 3px 2px #7F729B; box-shadow: 1px 1px 3px 2px #7F729B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F729B; -webkit-box-shadow: 1px 1px 3px 2px #7F729B; box-shadow:1px 1px 3px 2px #7F729B;">
Div content here</div>
Dieser Text ist in der Farbe #7F729B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F729B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F729B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F729B.