#77055E

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

Shades of Eggplant #77055E

Tints of Eggplant #77055E

Color information

#77055E (or 0x77055E) is unknown color: approx Eggplant. HEX triplet: 77, 05 and 5E. RGB value is (119,5,94). Sum of RGB (Red+Green+Blue) = 119+5+94=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055E is #88FAA1. Grayscale: #303030. Windows color (decimal): -8977058 or 6161783. OLE color: 6161783.

HSL color Cylindrical-coordinate representation of color #77055E: hue angle of 313.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77055E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB119594-
CMYK00.960.210.53
HSL313.16º91.94%24.31%-
HSV(B)313.16º95.8%46.67%-
XYZ9.684.8411.01-
YUV49.23153.27177.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=54.59%
G=2.29%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11959400.960.210.53313.1691.9424.31
Hex7755E06015351395c18
Octal16751360140256547113430
Binary111011110110111100110000010101110101100111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77055E; }

 p { color: rgb(119,5,94); }

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

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

 a { background-color: rgb(119,5,94); }

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

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

 span { border-color: rgb(119,5,94); }

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