#E7766E

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

Shades of Geraldine #E7766E

Tints of Geraldine #E7766E

Color information

#E7766E (or 0xE7766E) is unknown color: approx Geraldine. HEX triplet: E7, 76 and 6E. RGB value is (231,118,110). Sum of RGB (Red+Green+Blue) = 231+118+110=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7766E is #188991. Grayscale: #979797. Windows color (decimal): -1608082 or 7239399. OLE color: 7239399.

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

Color convert

RGB231118110-
CMYK00.490.520.09
HSL3.97º71.6%66.86%-
HSV(B)3.97º52.38%90.59%-
XYZ42.2531.0718.52-
YUV150.87104.94185.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=50.33%
G=25.71%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111811000.490.520.093.9771.666.86
HexE7766E03134944843
Octal34716615606164114110103
Binary11100111111011011011100110001110100100110010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7766E; }

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

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

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

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

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

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

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

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