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