#77035F

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

Shades of Eggplant #77035F

Tints of Eggplant #77035F

Color information

#77035F (or 0x77035F) is unknown color: approx Eggplant. HEX triplet: 77, 03 and 5F. RGB value is (119,3,95). Sum of RGB (Red+Green+Blue) = 119+3+95=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77035F is #88FCA0. Grayscale: #2F2F2F. Windows color (decimal): -8977569 or 6226807. OLE color: 6226807.

HSL color Cylindrical-coordinate representation of color #77035F: hue angle of 312.41º 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 #77035F is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB119395-
CMYK00.970.200.53
HSL312.41º95.08%23.92%-
HSV(B)312.41º97.48%46.67%-
XYZ9.714.8111.24-
YUV48.17154.43178.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=54.84%
G=1.38%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11939500.970.200.53312.4195.0823.92
Hex7735F06114351385f18
Octal16731370141246547013730
Binary11101111110111110110000110100110101100111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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