#79466E

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

Shades of Eminence #79466E

Tints of Eminence #79466E

Color information

#79466E (or 0x79466E) is unknown color: approx Eminence. HEX triplet: 79, 46 and 6E. RGB value is (121,70,110). Sum of RGB (Red+Green+Blue) = 121+70+110=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79466E is #86B991. Grayscale: #595959. Windows color (decimal): -8829330 or 7227001. OLE color: 7227001.

HSL color Cylindrical-coordinate representation of color #79466E: hue angle of 312.94º degrees, saturation: 0.27, 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 #79466E is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12170110-
CMYK00.420.090.53
HSL312.94º26.7%37.45%-
HSV(B)312.94º42.15%47.45%-
XYZ12.899.5715.92-
YUV89.81139.4150.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=40.20%
G=23.26%
B=36.54%

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
Decimal1217011000.420.090.53312.9426.737.45
Hex79466E02A9351391b25
Octal17110615605211654713345
Binary1111001100011011011100101010100111010110011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,70,110); }

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

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

 a { background-color: rgb(121,70,110); }

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

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

 span { border-color: rgb(121,70,110); }

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