#78457C

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

Shades of Eminence #78457C

Tints of Eminence #78457C

Color information

#78457C (or 0x78457C) is unknown color: approx Eminence. HEX triplet: 78, 45 and 7C. RGB value is (120,69,124). Sum of RGB (Red+Green+Blue) = 120+69+124=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #78457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78457C is #87BA83. Grayscale: #5A5A5A. Windows color (decimal): -8895108 or 8144248. OLE color: 8144248.

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

Color convert

RGB12069124-
CMYK0.030.4400.51
HSL295.64º28.5%37.84%-
HSV(B)295.64º44.35%48.63%-
XYZ13.519.720.23-
YUV90.52146.9149.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=38.34%
G=22.04%
B=39.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120691240.030.4400.51295.6428.537.84
Hex78457C32C0331281c26
Octal1701051743540634503446
Binary11110001000101111110011101100011001110010100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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