#E77E76

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

Shades of Geraldine #E77E76

Tints of Geraldine #E77E76

Color information

#E77E76 (or 0xE77E76) is unknown color: approx Geraldine. HEX triplet: E7, 7E and 76. RGB value is (231,126,118). Sum of RGB (Red+Green+Blue) = 231+126+118=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E76 is #188189. Grayscale: #9C9C9C. Windows color (decimal): -1606026 or 7765735. OLE color: 7765735.

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

Color convert

RGB231126118-
CMYK00.450.490.09
HSL4.25º70.19%68.43%-
HSV(B)4.25º48.92%90.59%-
XYZ43.6933.2221.25-
YUV156.48106.29181.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=48.63%
G=26.53%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112611800.450.490.094.2570.1968.43
HexE77E7602D31944644
Octal34717616605561114106104
Binary11100111111111011101100101101110001100110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77E76; }

 p { color: rgb(231,126,118); }

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

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

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

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

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

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

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