#77035E

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

Shades of Eggplant #77035E

Tints of Eggplant #77035E

Color information

#77035E (or 0x77035E) is unknown color: approx Eggplant. HEX triplet: 77, 03 and 5E. RGB value is (119,3,94). Sum of RGB (Red+Green+Blue) = 119+3+94=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77035E is #88FCA1. Grayscale: #2F2F2F. Windows color (decimal): -8977570 or 6161271. OLE color: 6161271.

HSL color Cylindrical-coordinate representation of color #77035E: hue angle of 312.93º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77035E is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB119394-
CMYK00.970.210.53
HSL312.93º95.08%23.92%-
HSV(B)312.93º97.48%46.67%-
XYZ9.664.811.01-
YUV48.06153.93178.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=55.09%
G=1.39%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11939400.970.210.53312.9395.0823.92
Hex7735E06115351395f18
Octal16731360141256547113730
Binary11101111110111100110000110101110101100111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77035E; }

 p { color: rgb(119,3,94); }

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

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

 a { background-color: rgb(119,3,94); }

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

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

 span { border-color: rgb(119,3,94); }

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