#E77A6B

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

Shades of Geraldine #E77A6B

Tints of Geraldine #E77A6B

Color information

#E77A6B (or 0xE77A6B) is unknown color: approx Geraldine. HEX triplet: E7, 7A and 6B. RGB value is (231,122,107). Sum of RGB (Red+Green+Blue) = 231+122+107=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A6B is #188594. Grayscale: #999999. Windows color (decimal): -1607061 or 7043815. OLE color: 7043815.

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

Color convert

RGB231122107-
CMYK00.470.540.09
HSL7.26º72.09%66.27%-
HSV(B)7.26º53.68%90.59%-
XYZ42.5731.9717.84-
YUV152.88102.11183.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.22%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=50.22%
G=26.52%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112210700.470.540.097.2672.0966.27
HexE77A6B02F36974842
Octal34717215305766117110102
Binary11100111111101011010110101111110110100111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A6B; }

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

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

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

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

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

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

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

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