#E7756D

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

Shades of Geraldine #E7756D

Tints of Geraldine #E7756D

Color information

#E7756D (or 0xE7756D) is unknown color: approx Geraldine. HEX triplet: E7, 75 and 6D. RGB value is (231,117,109). Sum of RGB (Red+Green+Blue) = 231+117+109=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7756D is #188A92. Grayscale: #969696. Windows color (decimal): -1608339 or 7173607. OLE color: 7173607.

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

Color convert

RGB231117109-
CMYK00.490.530.09
HSL3.93º71.76%66.67%-
HSV(B)3.93º52.81%90.59%-
XYZ42.0830.8218.2-
YUV150.17104.77185.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=50.55%
G=25.60%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111710900.490.530.093.9371.7666.67
HexE7756D03135944843
Octal34716515506165114110103
Binary11100111111010111011010110001110101100110010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7756D; }

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

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

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

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

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

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

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

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