#77065D

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

Shades of Eggplant #77065D

Tints of Eggplant #77065D

Color information

#77065D (or 0x77065D) is unknown color: approx Eggplant. HEX triplet: 77, 06 and 5D. RGB value is (119,6,93). Sum of RGB (Red+Green+Blue) = 119+6+93=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77065D is #88F9A2. Grayscale: #313131. Windows color (decimal): -8976803 or 6096503. OLE color: 6096503.

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

Color convert

RGB119693-
CMYK00.950.220.53
HSL313.81º90.4%24.51%-
HSV(B)313.81º94.96%46.67%-
XYZ9.654.8410.78-
YUV49.7152.44177.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=54.59%
G=2.75%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969300.950.220.53313.8190.424.51
Hex7765D05F163513a5a19
Octal16761350137266547213231
Binary111011111010111010101111110110110101100111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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