#78477C

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

Shades of Eminence #78477C

Tints of Eminence #78477C

Color information

#78477C (or 0x78477C) is unknown color: approx Eminence. HEX triplet: 78, 47 and 7C. RGB value is (120,71,124). Sum of RGB (Red+Green+Blue) = 120+71+124=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 71 (28.12% from 255 or 22.54% 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 #78477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78477C is #87B883. Grayscale: #5B5B5B. Windows color (decimal): -8894596 or 8144760. OLE color: 8144760.

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

Color convert

RGB12071124-
CMYK0.030.4300.51
HSL295.47º27.18%38.24%-
HSV(B)295.47º42.74%48.63%-
XYZ13.649.9520.27-
YUV91.69146.23148.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=38.10%
G=22.54%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120711240.030.4300.51295.4727.1838.24
Hex78477C32B0331271b26
Octal1701071743530634473346
Binary11110001000111111110011101011011001110010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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