#78447C

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

Shades of Eminence #78447C

Tints of Eminence #78447C

Color information

#78447C (or 0x78447C) is unknown color: approx Eminence. HEX triplet: 78, 44 and 7C. RGB value is (120,68,124). Sum of RGB (Red+Green+Blue) = 120+68+124=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #78447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78447C is #87BB83. Grayscale: #595959. Windows color (decimal): -8895364 or 8143992. OLE color: 8143992.

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

Color convert

RGB12068124-
CMYK0.030.4500.51
HSL295.71º29.17%37.65%-
HSV(B)295.71º45.16%48.63%-
XYZ13.459.5820.21-
YUV89.93147.23149.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=38.46%
G=21.79%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120681240.030.4500.51295.7129.1737.65
Hex78447C32D0331281d26
Octal1701041743550634503546
Binary11110001000100111110011101101011001110010100011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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