#79476F

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

Shades of Eminence #79476F

Tints of Eminence #79476F

Color information

#79476F (or 0x79476F) is unknown color: approx Eminence. HEX triplet: 79, 47 and 6F. RGB value is (121,71,111). Sum of RGB (Red+Green+Blue) = 121+71+111=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #79476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79476F is #86B890. Grayscale: #5A5A5A. Windows color (decimal): -8829073 or 7292793. OLE color: 7292793.

HSL color Cylindrical-coordinate representation of color #79476F: hue angle of 312º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79476F is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12171111-
CMYK00.410.080.53
HSL312º26.04%37.65%-
HSV(B)312º41.32%47.45%-
XYZ13.019.7216.23-
YUV90.51139.56149.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=39.93%
G=23.43%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217111100.410.080.5331226.0437.65
Hex79476F0298351381a26
Octal17110715705110654703246
Binary1111001100011111011110101001100011010110011100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79476F; }

 p { color: rgb(121,71,111); }

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

<style>
 a { background-color: #79476F; }

 a { background-color: rgb(121,71,111); }

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

<style>
 span { border-color: #79476F; }

 span { border-color: rgb(121,71,111); }

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