HEX: #7B627C
RGB: (123,98,124)
#7B627C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7B627C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7B627C wird in RGB als (123,98,124) definiert.
RGB: (123,98,124) (48%,38%,49%)
R 123 von 255 = 48%
G 98 von 255 = 38%
B 124 von 255 = 49%
R + G + B ~ 45%. #7B627C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
123 + 98 + 124 = 345 (100%)
R 123 von 345 ~ 35.65%
G 98 von 345 ~ 28.41%
B 124 von 345 ~ 35.94%
Die Farbe #7B627C wird in CMYK als (1,21,0,51) definiert.
CMYK: (1,21,0,51) C1M21Y0K51 (1%,21%,0%,51%) (0.01/0.21/0.00/0.51)
7B | 62 | 7C | |
---|---|---|---|
RGB | 123 | 98 | 124 |
HSL | 298° | 11.71% | 43.53% |
HSB/HSV | 298° | 20.97% | 48.63% |
CMYK | 0.81% | 20.97% | 0.00% |
51.37% |
Hexadezimal | 7B | 62 | 7C |
Dezimal | 123 | 98 | 124 |
Binär | 1111011 | 1100010 | 1111100 |
Oktal | 173 | 142 | 174 |
Beispiele css- und html für Elemente in der Farbe #7B627C. Bitte benutzen Sie auch rgb(123,98,124) statt hex-Code.
.myTextColor { color: #7B627C; }
<p style="color:#7B627C">This sample text font color is #7B627C.</p>
Die Farbe dieses Textes ist #7B627C.
.myBgColor { background-color: #7B627C; }
<div style="background-color:#7B627C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7B627C.
.myBorderColor { border: 1px solid #7B627C; }
<div style="border:3px solid #7B627C">Div</div>
Die Grenzen von diesem div sind in Farbe #7B627C.
.myOpacity80 { color: #7B627C; opacity: 0.8; }
<p style="color:#7B627C;opacity:0.8;">80%</p>
Text in Farbe #7B627C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B627C;}
<p style="text-shadow: 3px 3px 1px #7B627C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7B627C.
.textShadow {text-shadow: 3px 3px 1px #7B627C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B627C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7B627C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B627C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B627C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B627C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7B627C; -webkit-box-shadow: 1px 1px 3px 2px #7B627C; box-shadow: 1px 1px 3px 2px #7B627C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7B627C; -webkit-box-shadow: 1px 1px 3px 2px #7B627C; box-shadow:1px 1px 3px 2px #7B627C;">
Div content here</div>
Dieser Text ist in der Farbe #7B627C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7B627C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7B627C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7B627C.