#E77C72

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

Shades of Geraldine #E77C72

Tints of Geraldine #E77C72

Color information

#E77C72 (or 0xE77C72) is unknown color: approx Geraldine. HEX triplet: E7, 7C and 72. RGB value is (231,124,114). Sum of RGB (Red+Green+Blue) = 231+124+114=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C72 is #18838D. Grayscale: #9A9A9A. Windows color (decimal): -1606542 or 7503079. OLE color: 7503079.

HSL color Cylindrical-coordinate representation of color #E77C72: hue angle of 5.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77C72 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231124114-
CMYK00.460.510.09
HSL5.13º70.91%67.65%-
HSV(B)5.13º50.65%90.59%-
XYZ43.232.6219.94-
YUV154.85104.95182.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=49.25%
G=26.44%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112411400.460.510.095.1370.9167.65
HexE77C7202E33954744
Octal34717416205663115107104
Binary11100111111110011100100101110110011100110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C72; }

 p { color: rgb(231,124,114); }

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

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

 a { background-color: rgb(231,124,114); }

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

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

 span { border-color: rgb(231,124,114); }

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