#77015A

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

Shades of Eggplant #77015A

Tints of Eggplant #77015A

Color information

#77015A (or 0x77015A) is unknown color: approx Eggplant. HEX triplet: 77, 01 and 5A. RGB value is (119,1,90). Sum of RGB (Red+Green+Blue) = 119+1+90=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77015A is #88FEA5. Grayscale: #2E2E2E. Windows color (decimal): -8978086 or 5898615. OLE color: 5898615.

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

Color convert

RGB119190-
CMYK00.990.240.53
HSL314.75º98.33%23.53%-
HSV(B)314.75º99.16%46.67%-
XYZ9.464.6810.08-
YUV46.43152.59179.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=56.67%
G=0.48%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11919000.990.240.53314.7598.3323.53
Hex7715A063183513b6218
Octal16711320143306547314230
Binary1110111110110100110001111000110101100111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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