#E7756A

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

Shades of Geraldine #E7756A

Tints of Geraldine #E7756A

Color information

#E7756A (or 0xE7756A) is unknown color: approx Geraldine. HEX triplet: E7, 75 and 6A. RGB value is (231,117,106). Sum of RGB (Red+Green+Blue) = 231+117+106=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7756A is #188A95. Grayscale: #959595. Windows color (decimal): -1608342 or 6976999. OLE color: 6976999.

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

Color convert

RGB231117106-
CMYK00.490.540.09
HSL5.28º72.25%66.08%-
HSV(B)5.28º54.11%90.59%-
XYZ41.9230.7517.36-
YUV149.83103.27185.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.88%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=50.88%
G=25.77%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111710600.490.540.095.2872.2566.08
HexE7756A03136954842
Octal34716515206166115110102
Binary11100111111010111010100110001110110100110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7756A; }

 p { color: rgb(231,117,106); }

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

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

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

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

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

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

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