#77075D

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

Shades of Eggplant #77075D

Tints of Eggplant #77075D

Color information

#77075D (or 0x77075D) is unknown color: approx Eggplant. HEX triplet: 77, 07 and 5D. RGB value is (119,7,93). Sum of RGB (Red+Green+Blue) = 119+7+93=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075D is #88F8A2. Grayscale: #323232. Windows color (decimal): -8976547 or 6096759. OLE color: 6096759.

HSL color Cylindrical-coordinate representation of color #77075D: hue angle of 313.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77075D is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB119793-
CMYK00.940.220.53
HSL313.93º88.89%24.71%-
HSV(B)313.93º94.12%46.67%-
XYZ9.664.8610.79-
YUV50.29152.11177.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=54.34%
G=3.20%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11979300.940.220.53313.9388.8924.71
Hex7775D05E163513a5919
Octal16771350136266547213131
Binary111011111110111010101111010110110101100111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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