#77497C

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

Shades of Eminence #77497C

Tints of Eminence #77497C

Color information

#77497C (or 0x77497C) is unknown color: approx Eminence. HEX triplet: 77, 49 and 7C. RGB value is (119,73,124). Sum of RGB (Red+Green+Blue) = 119+73+124=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #77497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77497C is #88B683. Grayscale: #5C5C5C. Windows color (decimal): -8959620 or 8145271. OLE color: 8145271.

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

Color convert

RGB11973124-
CMYK0.040.4100.51
HSL294.12º25.89%38.63%-
HSV(B)294.12º41.13%48.63%-
XYZ13.6310.1420.31-
YUV92.57145.74146.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=37.66%
G=23.10%
B=39.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119731240.040.4100.51294.1225.8938.63
Hex77497C4290331261a27
Octal1671111744510634463247
Binary111011110010011111100100101001011001110010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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