#E77C7F

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

Shades of Froly #E77C7F

Tints of Froly #E77C7F

Color information

#E77C7F (or 0xE77C7F) is unknown color: approx Froly. HEX triplet: E7, 7C and 7F. RGB value is (231,124,127). Sum of RGB (Red+Green+Blue) = 231+124+127=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C7F is #188380. Grayscale: #9C9C9C. Windows color (decimal): -1606529 or 8355047. OLE color: 8355047.

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

Color convert

RGB231124127-
CMYK00.460.450.09
HSL358.32º69.03%69.61%-
HSV(B)358.32º46.32%90.59%-
XYZ43.9932.9424.12-
YUV156.34111.45181.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 127 (50% from 255) = 26.35%
R=47.93%
G=25.73%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112412700.460.450.09358.3269.0369.61
HexE77C7F02E2D91664546
Octal3471741770565511546105106
Binary11100111111110011111110101110101101100110110011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C7F; }

 p { color: rgb(231,124,127); }

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

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

 a { background-color: rgb(231,124,127); }

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

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

 span { border-color: rgb(231,124,127); }

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