#E7786D

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

Shades of Geraldine #E7786D

Tints of Geraldine #E7786D

Color information

#E7786D (or 0xE7786D) is unknown color: approx Geraldine. HEX triplet: E7, 78 and 6D. RGB value is (231,120,109). Sum of RGB (Red+Green+Blue) = 231+120+109=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7786D is #188792. Grayscale: #989898. Windows color (decimal): -1607571 or 7174375. OLE color: 7174375.

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

Color convert

RGB231120109-
CMYK00.480.530.09
HSL5.41º71.76%66.67%-
HSV(B)5.41º52.81%90.59%-
XYZ42.4331.5318.32-
YUV151.94103.77184.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.22%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=50.22%
G=26.09%
B=23.70%

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
Decimal23112010900.480.530.095.4171.7666.67
HexE7786D03035954843
Octal34717015506065115110103
Binary11100111111100011011010110000110101100110110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7786D; }

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

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

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

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

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

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

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

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