#7A477C

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

Shades of Eminence #7A477C

Tints of Eminence #7A477C

Color information

#7A477C (or 0x7A477C) is unknown color: approx Eminence. HEX triplet: 7A, 47 and 7C. RGB value is (122,71,124). Sum of RGB (Red+Green+Blue) = 122+71+124=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A477C is #85B883. Grayscale: #5C5C5C. Windows color (decimal): -8763524 or 8144762. OLE color: 8144762.

HSL color Cylindrical-coordinate representation of color #7A477C: hue angle of 297.74º 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 #7A477C is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12271124-
CMYK0.020.4300.51
HSL297.74º27.18%38.24%-
HSV(B)297.74º42.74%48.63%-
XYZ13.9210.120.28-
YUV92.29145.9149.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=38.49%
G=22.40%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122711240.020.4300.51297.7427.1838.24
Hex7A477C22B03312a1b26
Octal1721071742530634523346
Binary11110101000111111110010101011011001110010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A477C; }

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

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

<style>
 a { background-color: #7A477C; }

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

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

<style>
 span { border-color: #7A477C; }

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

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