#E77C7C

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

Shades of Geraldine #E77C7C

Tints of Geraldine #E77C7C

Color information

#E77C7C (or 0xE77C7C) is unknown color: approx Geraldine. HEX triplet: E7, 7C and 7C. RGB value is (231,124,124). Sum of RGB (Red+Green+Blue) = 231+124+124=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C7C is #188383. Grayscale: #9C9C9C. Windows color (decimal): -1606532 or 8158439. OLE color: 8158439.

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

Color convert

RGB231124124-
CMYK00.460.460.09
HSL69.03%69.61%-
HSV(B)46.32%90.59%-
XYZ43.832.8623.1-
YUV155.99109.95181.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=48.23%
G=25.89%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112412400.460.460.09069.0369.61
HexE77C7C02E2E904546
Octal34717417405656110105106
Binary111001111111100111110001011101011101001010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C7C; }

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

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

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

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

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

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

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

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