#E77376

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

Shades of Froly #E77376

Tints of Froly #E77376

Color information

#E77376 (or 0xE77376) is unknown color: approx Froly. HEX triplet: E7, 73 and 76. RGB value is (231,115,118). Sum of RGB (Red+Green+Blue) = 231+115+118=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77376 is #188C89. Grayscale: #969696. Windows color (decimal): -1608842 or 7762919. OLE color: 7762919.

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

Color convert

RGB231115118-
CMYK00.500.490.09
HSL358.45º70.73%67.84%-
HSV(B)358.45º50.22%90.59%-
XYZ42.3630.5620.81-
YUV150.03109.93185.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.78%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=49.78%
G=24.78%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111511800.500.490.09358.4570.7367.84
HexE773760323191664744
Octal3471631660626111546107104
Binary11100111111001111101100110010110001100110110011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77376; }

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

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

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

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

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

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

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

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