#77397C

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

Shades of Eminence #77397C

Tints of Eminence #77397C

Color information

#77397C (or 0x77397C) is unknown color: approx Eminence. HEX triplet: 77, 39 and 7C. RGB value is (119,57,124). Sum of RGB (Red+Green+Blue) = 119+57+124=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #77397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77397C is #88C683. Grayscale: #525252. Windows color (decimal): -8963716 or 8141175. OLE color: 8141175.

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

Color convert

RGB11957124-
CMYK0.040.5400.51
HSL295.52º37.02%35.49%-
HSV(B)295.52º54.03%48.63%-
XYZ12.718.320-
YUV83.18151.04153.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=39.67%
G=19%
B=41.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119571240.040.5400.51295.5237.0235.49
Hex77397C4360331282523
Octal167711744660634504543
Binary111011111100111111001001101100110011100101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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