#77045C

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

Shades of Eggplant #77045C

Tints of Eggplant #77045C

Color information

#77045C (or 0x77045C) is unknown color: approx Eggplant. HEX triplet: 77, 04 and 5C. RGB value is (119,4,92). Sum of RGB (Red+Green+Blue) = 119+4+92=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77045C is #88FBA3. Grayscale: #303030. Windows color (decimal): -8977316 or 6030455. OLE color: 6030455.

HSL color Cylindrical-coordinate representation of color #77045C: hue angle of 314.09º degrees, saturation: 0.93, 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 #77045C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB119492-
CMYK00.970.230.53
HSL314.09º93.5%24.12%-
HSV(B)314.09º96.64%46.67%-
XYZ9.584.7810.54-
YUV48.42152.6178.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=55.35%
G=1.86%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11949200.970.230.53314.0993.524.12
Hex7745C061173513a5d18
Octal16741340141276547213530
Binary111011110010111000110000110111110101100111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77045C; }

 p { color: rgb(119,4,92); }

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

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

 a { background-color: rgb(119,4,92); }

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

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

 span { border-color: rgb(119,4,92); }

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