#770660

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

Shades of Eggplant #770660

Tints of Eggplant #770660

Color information

#770660 (or 0x770660) is unknown color: approx Eggplant. HEX triplet: 77, 06 and 60. RGB value is (119,6,96). Sum of RGB (Red+Green+Blue) = 119+6+96=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770660 is #88F99F. Grayscale: #313131. Windows color (decimal): -8976800 or 6293111. OLE color: 6293111.

HSL color Cylindrical-coordinate representation of color #770660: hue angle of 312.21º 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 #770660 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB119696-
CMYK00.950.190.53
HSL312.21º90.4%24.51%-
HSV(B)312.21º94.96%46.67%-
XYZ9.784.911.5-
YUV50.05153.94177.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=53.85%
G=2.71%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969600.950.190.53312.2190.424.51
Hex7766005F13351385a19
Octal16761400137236547013231
Binary111011111011000000101111110011110101100111000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770660; }

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

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

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

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

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

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

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

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