HEX: #F77A77
RGB: (247,122,119)
#F77A77 enthält hauptsächlich rote Farbe. Für #F77A77 ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #F77A77 wird in RGB als (247,122,119) definiert.
RGB: (247,122,119) (97%,48%,47%)
R 247 von 255 = 97%
G 122 von 255 = 48%
B 119 von 255 = 47%
R + G + B ~ 64%. #F77A77 ziemlich helle Farbe.
R + G + B =
247 + 122 + 119 = 488 (100%)
R 247 von 488 ~ 50.61%
G 122 von 488 ~ 25%
B 119 von 488 ~ 24.39%
Die Farbe #F77A77 wird in CMYK als (0,51,52,3) definiert.
CMYK: (0,51,52,3) C0M51Y52K3 (0%,51%,52%,3%) (0.00/0.51/0.52/0.03)
F7 | 7A | 77 | |
---|---|---|---|
RGB | 247 | 122 | 119 |
HSL | 1° | 88.89% | 71.76% |
HSB/HSV | 1° | 51.82% | 96.86% |
CMYK | 0.00% | 50.61% | 51.82% |
3.14% |
Hexadezimal | F7 | 7A | 77 |
Dezimal | 247 | 122 | 119 |
Binär | 11110111 | 1111010 | 1110111 |
Oktal | 367 | 172 | 167 |
Beispiele css- und html für Elemente in der Farbe #F77A77. Bitte benutzen Sie auch rgb(247,122,119) statt hex-Code.
.myTextColor { color: #F77A77; }
<p style="color:#F77A77">This sample text font color is #F77A77.</p>
Die Farbe dieses Textes ist #F77A77.
.myBgColor { background-color: #F77A77; }
<div style="background-color:#F77A77">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F77A77.
.myBorderColor { border: 1px solid #F77A77; }
<div style="border:3px solid #F77A77">Div</div>
Die Grenzen von diesem div sind in Farbe #F77A77.
.myOpacity80 { color: #F77A77; opacity: 0.8; }
<p style="color:#F77A77;opacity:0.8;">80%</p>
Text in Farbe #F77A77 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F77A77;}
<p style="text-shadow: 3px 3px 1px #F77A77">Text here.</p>
Dieser Text hat den Schatten in Farbe #F77A77.
.textShadow {text-shadow: 3px 3px 1px #F77A77, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F77A77, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F77A77 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F77A77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F77A77, Direction=45, Strength=4)">Text</p>
This text has shadow with #F77A77 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F77A77; -webkit-box-shadow: 1px 1px 3px 2px #F77A77; box-shadow: 1px 1px 3px 2px #F77A77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F77A77; -webkit-box-shadow: 1px 1px 3px 2px #F77A77; box-shadow:1px 1px 3px 2px #F77A77;">
Div content here</div>
Dieser Text ist in der Farbe #F77A77 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F77A77 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F77A77.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F77A77.