#77055D

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

Shades of Eggplant #77055D

Tints of Eggplant #77055D

Color information

#77055D (or 0x77055D) is unknown color: approx Eggplant. HEX triplet: 77, 05 and 5D. RGB value is (119,5,93). Sum of RGB (Red+Green+Blue) = 119+5+93=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055D is #88FAA2. Grayscale: #303030. Windows color (decimal): -8977059 or 6096247. OLE color: 6096247.

HSL color Cylindrical-coordinate representation of color #77055D: hue angle of 313.68º 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 #77055D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB119593-
CMYK00.960.220.53
HSL313.68º91.94%24.31%-
HSV(B)313.68º95.8%46.67%-
XYZ9.644.8210.78-
YUV49.12152.77177.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=54.84%
G=2.30%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11959300.960.220.53313.6891.9424.31
Hex7755D060163513a5c18
Octal16751350140266547213430
Binary111011110110111010110000010110110101100111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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