#E77C7D

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

Shades of Froly #E77C7D

Tints of Froly #E77C7D

Color information

#E77C7D (or 0xE77C7D) is unknown color: approx Froly. HEX triplet: E7, 7C and 7D. RGB value is (231,124,125). Sum of RGB (Red+Green+Blue) = 231+124+125=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C7D is #188382. Grayscale: #9C9C9C. Windows color (decimal): -1606531 or 8223975. OLE color: 8223975.

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

Color convert

RGB231124125-
CMYK00.460.460.09
HSL359.44º69.03%69.61%-
HSV(B)359.44º46.32%90.59%-
XYZ43.8632.8823.44-
YUV156.11110.45181.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=48.12%
G=25.83%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112412500.460.460.09359.4469.0369.61
HexE77C7D02E2E91674546
Octal3471741750565611547105106
Binary11100111111110011111010101110101110100110110011110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77C7D; }

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

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

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

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

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

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

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

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