#78416C

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

Shades of Eminence #78416C

Tints of Eminence #78416C

Color information

#78416C (or 0x78416C) is unknown color: approx Eminence. HEX triplet: 78, 41 and 6C. RGB value is (120,65,108). Sum of RGB (Red+Green+Blue) = 120+65+108=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78416C is #87BE93. Grayscale: #565656. Windows color (decimal): -8896148 or 7094648. OLE color: 7094648.

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

Color convert

RGB12065108-
CMYK00.460.100.53
HSL313.09º29.73%36.27%-
HSV(B)313.09º45.83%47.06%-
XYZ12.348.8615.25-
YUV86.35140.22152-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=40.96%
G=22.18%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206510800.460.100.53313.0929.7336.27
Hex78416C02EA351391e24
Octal17010115405612654713644
Binary1111000100000111011000101110101011010110011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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