#E77A76

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

Shades of Geraldine #E77A76

Tints of Geraldine #E77A76

Color information

#E77A76 (or 0xE77A76) is unknown color: approx Geraldine. HEX triplet: E7, 7A and 76. RGB value is (231,122,118). Sum of RGB (Red+Green+Blue) = 231+122+118=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A76 is #188589. Grayscale: #9A9A9A. Windows color (decimal): -1607050 or 7764711. OLE color: 7764711.

HSL color Cylindrical-coordinate representation of color #E77A76: hue angle of 2.12º 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 #E77A76 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231122118-
CMYK00.470.490.09
HSL2.12º70.19%68.43%-
HSV(B)2.12º48.92%90.59%-
XYZ43.1832.2221.08-
YUV154.14107.61182.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=49.04%
G=25.90%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112211800.470.490.092.1270.1968.43
HexE77A7602F31924644
Octal34717216605761112106104
Binary1110011111110101110110010111111000110011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A76; }

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

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

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

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

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

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

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

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