#77477C

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

Shades of Eminence #77477C

Tints of Eminence #77477C

Color information

#77477C (or 0x77477C) is unknown color: approx Eminence. HEX triplet: 77, 47 and 7C. RGB value is (119,71,124). Sum of RGB (Red+Green+Blue) = 119+71+124=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #77477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77477C is #88B883. Grayscale: #5B5B5B. Windows color (decimal): -8960132 or 8144759. OLE color: 8144759.

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

Color convert

RGB11971124-
CMYK0.040.4300.51
HSL294.34º27.18%38.24%-
HSV(B)294.34º42.74%48.63%-
XYZ13.59.8820.27-
YUV91.39146.4147.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=37.90%
G=22.61%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119711240.040.4300.51294.3427.1838.24
Hex77477C42B0331261b26
Octal1671071744530634463346
Binary111011110001111111100100101011011001110010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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