#78406C

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

Shades of Eminence #78406C

Tints of Eminence #78406C

Color information

#78406C (or 0x78406C) is unknown color: approx Eminence. HEX triplet: 78, 40 and 6C. RGB value is (120,64,108). Sum of RGB (Red+Green+Blue) = 120+64+108=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #78406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78406C is #87BF93. Grayscale: #555555. Windows color (decimal): -8896404 or 7094392. OLE color: 7094392.

HSL color Cylindrical-coordinate representation of color #78406C: hue angle of 312.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78406C is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12064108-
CMYK00.470.100.53
HSL312.86º30.43%36.08%-
HSV(B)312.86º46.67%47.06%-
XYZ12.298.7415.23-
YUV85.76140.55152.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=41.10%
G=21.92%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206410800.470.100.53312.8630.4336.08
Hex78406C02FA351391e24
Octal17010015405712654713644
Binary1111000100000011011000101111101011010110011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,64,108); }

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

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

 a { background-color: rgb(120,64,108); }

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

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

 span { border-color: rgb(120,64,108); }

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