#E77677

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

Shades of Froly #E77677

Tints of Froly #E77677

Color information

#E77677 (or 0xE77677) is unknown color: approx Froly. HEX triplet: E7, 76 and 77. RGB value is (231,118,119). Sum of RGB (Red+Green+Blue) = 231+118+119=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77677 is #188988. Grayscale: #989898. Windows color (decimal): -1608073 or 7829223. OLE color: 7829223.

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

Color convert

RGB231118119-
CMYK00.490.480.09
HSL359.47º70.19%68.43%-
HSV(B)359.47º48.92%90.59%-
XYZ42.7631.2821.24-
YUV151.9109.44184.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=49.36%
G=25.21%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111811900.490.480.09359.4770.1968.43
HexE776770313091674644
Octal3471661670616011547106104
Binary11100111111011011101110110001110000100110110011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77677; }

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

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

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

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

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

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

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

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