#78466D

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

Shades of Eminence #78466D

Tints of Eminence #78466D

Color information

#78466D (or 0x78466D) is unknown color: approx Eminence. HEX triplet: 78, 46 and 6D. RGB value is (120,70,109). Sum of RGB (Red+Green+Blue) = 120+70+109=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78466D is #87B992. Grayscale: #595959. Windows color (decimal): -8894867 or 7161464. OLE color: 7161464.

HSL color Cylindrical-coordinate representation of color #78466D: hue angle of 313.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78466D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12070109-
CMYK00.420.090.53
HSL313.2º26.32%37.25%-
HSV(B)313.2º41.67%47.06%-
XYZ12.79.4815.63-
YUV89.4139.06149.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=40.13%
G=23.41%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207010900.420.090.53313.226.3237.25
Hex78466D02A9351391a25
Octal17010615505211654713245
Binary1111000100011011011010101010100111010110011100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78466D; }

 p { color: rgb(120,70,109); }

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

<style>
 a { background-color: #78466D; }

 a { background-color: rgb(120,70,109); }

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

<style>
 span { border-color: #78466D; }

 span { border-color: rgb(120,70,109); }

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