#77005A

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

Shades of Eggplant #77005A

Tints of Eggplant #77005A

Color information

#77005A (or 0x77005A) is unknown color: approx Eggplant. HEX triplet: 77, 00 and 5A. RGB value is (119,0,90). Sum of RGB (Red+Green+Blue) = 119+0+90=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #77005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77005A is #88FFA5. Grayscale: #2D2D2D. Windows color (decimal): -8978342 or 5898359. OLE color: 5898359.

HSL color Cylindrical-coordinate representation of color #77005A: hue angle of 314.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77005A is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB119090-
CMYK010.240.53
HSL314.62º100%23.33%-
HSV(B)314.62º100%46.67%-
XYZ9.454.6610.07-
YUV45.84152.92180.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=56.94%
G=0%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119090010.240.53314.6210023.33
Hex7705A064183513b6417
Octal16701320144306547314427
Binary1110111010110100110010011000110101100111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77005A; }

 p { color: rgb(119,0,90); }

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

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

 a { background-color: rgb(119,0,90); }

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

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

 span { border-color: rgb(119,0,90); }

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