#79496F

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

Shades of Salt Box #79496F

Tints of Salt Box #79496F

Color information

#79496F (or 0x79496F) is unknown color: approx Salt Box. HEX triplet: 79, 49 and 6F. RGB value is (121,73,111). Sum of RGB (Red+Green+Blue) = 121+73+111=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #79496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79496F is #86B690. Grayscale: #5B5B5B. Windows color (decimal): -8828561 or 7293305. OLE color: 7293305.

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

Color convert

RGB12173111-
CMYK00.400.080.53
HSL312.5º24.74%38.04%-
HSV(B)312.5º39.67%47.45%-
XYZ13.149.9816.27-
YUV91.68138.9148.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=39.67%
G=23.93%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217311100.400.080.53312.524.7438.04
Hex79496F0288351381926
Octal17111115705010654703146
Binary1111001100100111011110101000100011010110011100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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