#E77D7E

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

Shades of Froly #E77D7E

Tints of Froly #E77D7E

Color information

#E77D7E (or 0xE77D7E) is unknown color: approx Froly. HEX triplet: E7, 7D and 7E. RGB value is (231,125,126). Sum of RGB (Red+Green+Blue) = 231+125+126=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D7E is #188281. Grayscale: #9C9C9C. Windows color (decimal): -1606274 or 8289767. OLE color: 8289767.

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

Color convert

RGB231125126-
CMYK00.460.450.09
HSL359.43º68.83%69.8%-
HSV(B)359.43º45.89%90.59%-
XYZ44.0533.1623.82-
YUV156.81110.62180.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=47.93%
G=25.93%
B=26.14%

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
Decimal23112512600.460.450.09359.4368.8369.8
HexE77D7E02E2D91674546
Octal3471751760565511547105106
Binary11100111111110111111100101110101101100110110011110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77D7E; }

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

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

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

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

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

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

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

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