#78446E

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

Shades of Eminence #78446E

Tints of Eminence #78446E

Color information

#78446E (or 0x78446E) is unknown color: approx Eminence. HEX triplet: 78, 44 and 6E. RGB value is (120,68,110). Sum of RGB (Red+Green+Blue) = 120+68+110=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78446E is #87BB91. Grayscale: #585858. Windows color (decimal): -8895378 or 7226488. OLE color: 7226488.

HSL color Cylindrical-coordinate representation of color #78446E: hue angle of 311.54º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78446E is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12068110-
CMYK00.430.080.53
HSL311.54º27.66%36.86%-
HSV(B)311.54º43.33%47.06%-
XYZ12.639.2515.87-
YUV88.34140.23150.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=40.27%
G=22.82%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206811000.430.080.53311.5427.6636.86
Hex78446E02B8351381c25
Octal17010415605310654703445
Binary1111000100010011011100101011100011010110011100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78446E; }

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

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

<style>
 a { background-color: #78446E; }

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

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

<style>
 span { border-color: #78446E; }

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

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