#E76A77

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

Shades of Froly #E76A77

Tints of Froly #E76A77

Color information

#E76A77 (or 0xE76A77) is unknown color: approx Froly. HEX triplet: E7, 6A and 77. RGB value is (231,106,119). Sum of RGB (Red+Green+Blue) = 231+106+119=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A77 is #189588. Grayscale: #909090. Windows color (decimal): -1611145 or 7826151. OLE color: 7826151.

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

Color convert

RGB231106119-
CMYK00.540.480.09
HSL353.76º72.25%66.08%-
HSV(B)353.76º54.11%90.59%-
XYZ41.4428.6320.79-
YUV144.86113.41189.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=50.66%
G=23.25%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110611900.540.480.09353.7672.2566.08
HexE76A770363091624842
Octal3471521670666011542110102
Binary11100111110101011101110110110110000100110110001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76A77; }

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

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

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

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

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

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

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

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