#77447C

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

Shades of Eminence #77447C

Tints of Eminence #77447C

Color information

#77447C (or 0x77447C) is unknown color: approx Eminence. HEX triplet: 77, 44 and 7C. RGB value is (119,68,124). Sum of RGB (Red+Green+Blue) = 119+68+124=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #77447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77447C is #88BB83. Grayscale: #595959. Windows color (decimal): -8960900 or 8143991. OLE color: 8143991.

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

Color convert

RGB11968124-
CMYK0.040.4500.51
HSL294.64º29.17%37.65%-
HSV(B)294.64º45.16%48.63%-
XYZ13.319.5120.2-
YUV89.63147.4148.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=38.26%
G=21.86%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119681240.040.4500.51294.6429.1737.65
Hex77447C42D0331271d26
Octal1671041744550634473546
Binary111011110001001111100100101101011001110010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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