HEX: #7B277D
RGB: (123,39,125)
#7B277D enthält hauptsächlich rote und blaue Farbe. Für #7B277D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #7B277D wird in RGB als (123,39,125) definiert.
RGB: (123,39,125) (48%,15%,49%)
R 123 von 255 = 48%
G 39 von 255 = 15%
B 125 von 255 = 49%
R + G + B ~ 37%. #7B277D ziemlich dunkle Farbe.
R + G + B =
123 + 39 + 125 = 287 (100%)
R 123 von 287 ~ 42.86%
G 39 von 287 ~ 13.59%
B 125 von 287 ~ 43.55%
Die Farbe #7B277D wird in CMYK als (2,69,0,51) definiert.
CMYK: (2,69,0,51) C2M69Y0K51 (2%,69%,0%,51%) (0.02/0.69/0.00/0.51)
7B | 27 | 7D | |
---|---|---|---|
RGB | 123 | 39 | 125 |
HSL | 299° | 52.44% | 32.16% |
HSB/HSV | 299° | 68.80% | 49.02% |
CMYK | 1.60% | 68.80% | 0.00% |
50.98% |
Hexadezimal | 7B | 27 | 7D |
Dezimal | 123 | 39 | 125 |
Binär | 1111011 | 100111 | 1111101 |
Oktal | 173 | 47 | 175 |
Beispiele css- und html für Elemente in der Farbe #7B277D. Bitte benutzen Sie auch rgb(123,39,125) statt hex-Code.
.myTextColor { color: #7B277D; }
<p style="color:#7B277D">This sample text font color is #7B277D.</p>
Die Farbe dieses Textes ist #7B277D.
.myBgColor { background-color: #7B277D; }
<div style="background-color:#7B277D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7B277D.
.myBorderColor { border: 1px solid #7B277D; }
<div style="border:3px solid #7B277D">Div</div>
Die Grenzen von diesem div sind in Farbe #7B277D.
.myOpacity80 { color: #7B277D; opacity: 0.8; }
<p style="color:#7B277D;opacity:0.8;">80%</p>
Text in Farbe #7B277D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B277D;}
<p style="text-shadow: 3px 3px 1px #7B277D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7B277D.
.textShadow {text-shadow: 3px 3px 1px #7B277D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B277D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7B277D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B277D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B277D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B277D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7B277D; -webkit-box-shadow: 1px 1px 3px 2px #7B277D; box-shadow: 1px 1px 3px 2px #7B277D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7B277D; -webkit-box-shadow: 1px 1px 3px 2px #7B277D; box-shadow:1px 1px 3px 2px #7B277D;">
Div content here</div>
Dieser Text ist in der Farbe #7B277D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7B277D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7B277D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7B277D.