#77487C

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

Shades of Eminence #77487C

Tints of Eminence #77487C

Color information

#77487C (or 0x77487C) is unknown color: approx Eminence. HEX triplet: 77, 48 and 7C. RGB value is (119,72,124). Sum of RGB (Red+Green+Blue) = 119+72+124=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #77487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77487C is #88B783. Grayscale: #5B5B5B. Windows color (decimal): -8959876 or 8145015. OLE color: 8145015.

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

Color convert

RGB11972124-
CMYK0.040.4200.51
HSL294.23º26.53%38.43%-
HSV(B)294.23º41.94%48.63%-
XYZ13.5610.0120.29-
YUV91.98146.07147.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=37.78%
G=22.86%
B=39.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119721240.040.4200.51294.2326.5338.43
Hex77487C42A0331261b26
Octal1671101744520634463346
Binary111011110010001111100100101010011001110010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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