#e77f79

Color #E77F79 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #E77F79

Tints of Geraldine #E77F79

Color information

#E77F79 (or 0xE77F79) is unknown color: approx Geraldine. HEX triplet: E7, 7F and 79. RGB value is (231,127,121). Sum of RGB (Red+Green+Blue) = 231+127+121=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F79 is #188086. Grayscale: #9D9D9D. Windows color (decimal): -1605767 or 7962599. OLE color: 7962599.

HSL color Cylindrical-coordinate representation of color #E77F79: hue angle of 3.27º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77F79 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB231127121-
CMYK00.450.480.09
HSL3.27º69.62%69.02%-
HSV(B)3.27º47.62%90.59%-
XYZ4433.5522.25-
YUV157.41107.46180.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=48.23%
G=26.51%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112712100.450.480.093.2769.6269.02
HexE77F7902D30934645
Octal34717717105560113106105
Binary1110011111111111111001010110111000010011110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e77f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e77f79; }

 p { color: rgb(231,127,121); }

 H1.HeaderClassName
 {
   color: #e77f79;
 }
 .AnyTagClassName
 {
   color: #e77f79;
 }
</style>
background-color css

<style>
 a { background-color: #e77f79; }

 a { background-color: rgb(231,127,121); }

 div.DivClassName
 {
   background-color: #e77f79;
 }
 .BgClassName
 {
   background-color: #e77f79;
 }
</style>
border-color css

<style>
 span { border-color: #e77f79; }

 span { border-color: rgb(231,127,121); }

 td.TdClassName
 {
   border-color: #e77f79;
 }
 .TagClassName
 {
   border-color: #e77f79;
 }
</style>