#77337C

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

Shades of Eminence #77337C

Tints of Eminence #77337C

Color information

#77337C (or 0x77337C) is unknown color: approx Eminence. HEX triplet: 77, 33 and 7C. RGB value is (119,51,124). Sum of RGB (Red+Green+Blue) = 119+51+124=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #77337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77337C is #88CC83. Grayscale: #4F4F4F. Windows color (decimal): -8965252 or 8139639. OLE color: 8139639.

HSL color Cylindrical-coordinate representation of color #77337C: hue angle of 295.89º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77337C is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11951124-
CMYK0.040.5900.51
HSL295.89º41.71%34.31%-
HSV(B)295.89º58.87%48.63%-
XYZ12.437.7419.91-
YUV79.65153.03156.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=40.48%
G=17.35%
B=42.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119511240.040.5900.51295.8941.7134.31
Hex77337C43B0331282a22
Octal167631744730634505242
Binary111011111001111111001001110110110011100101000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,51,124); }

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

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

 a { background-color: rgb(119,51,124); }

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

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

 span { border-color: rgb(119,51,124); }

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