#E7786C

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

Shades of Geraldine #E7786C

Tints of Geraldine #E7786C

Color information

#E7786C (or 0xE7786C) is unknown color: approx Geraldine. HEX triplet: E7, 78 and 6C. RGB value is (231,120,108). Sum of RGB (Red+Green+Blue) = 231+120+108=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7786C is #188793. Grayscale: #979797. Windows color (decimal): -1607572 or 7108839. OLE color: 7108839.

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

Color convert

RGB231120108-
CMYK00.480.530.09
HSL5.85º71.93%66.47%-
HSV(B)5.85º53.25%90.59%-
XYZ42.3831.518.03-
YUV151.82103.27184.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=50.33%
G=26.14%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112010800.480.530.095.8571.9366.47
HexE7786C03035964842
Octal34717015406065116110102
Binary11100111111100011011000110000110101100111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7786C; }

 p { color: rgb(231,120,108); }

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

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

 a { background-color: rgb(231,120,108); }

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

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

 span { border-color: rgb(231,120,108); }

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