#77055C

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

Shades of Eggplant #77055C

Tints of Eggplant #77055C

Color information

#77055C (or 0x77055C) is unknown color: approx Eggplant. HEX triplet: 77, 05 and 5C. RGB value is (119,5,92). Sum of RGB (Red+Green+Blue) = 119+5+92=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055C is #88FAA3. Grayscale: #303030. Windows color (decimal): -8977060 or 6030711. OLE color: 6030711.

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

Color convert

RGB119592-
CMYK00.960.230.53
HSL314.21º91.94%24.31%-
HSV(B)314.21º95.8%46.67%-
XYZ9.594.810.55-
YUV49152.27177.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=55.09%
G=2.31%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11959200.960.230.53314.2191.9424.31
Hex7755C060173513a5c18
Octal16751340140276547213430
Binary111011110110111000110000010111110101100111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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