#e77679

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

Shades of Froly #E77679

Tints of Froly #E77679

Color information

#E77679 (or 0xE77679) is unknown color: approx Froly. HEX triplet: E7, 76 and 79. RGB value is (231,118,121). Sum of RGB (Red+Green+Blue) = 231+118+121=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E77679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77679 is #188986. Grayscale: #989898. Windows color (decimal): -1608071 or 7960295. OLE color: 7960295.

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

Color convert

RGB231118121-
CMYK00.490.480.09
HSL358.41º70.19%68.43%-
HSV(B)358.41º48.92%90.59%-
XYZ42.8831.3321.88-
YUV152.13110.44184.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=49.15%
G=25.11%
B=25.74%

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
Decimal23111812100.490.480.09358.4170.1968.43
HexE776790313091664644
Octal3471661710616011546106104
Binary11100111111011011110010110001110000100110110011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e77679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e77679; }

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

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

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

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

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

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

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

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