#79596F

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

Shades of Salt Box #79596F

Tints of Salt Box #79596F

Color information

#79596F (or 0x79596F) is unknown color: approx Salt Box. HEX triplet: 79, 59 and 6F. RGB value is (121,89,111). Sum of RGB (Red+Green+Blue) = 121+89+111=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #79596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79596F is #86A690. Grayscale: #656565. Windows color (decimal): -8824465 or 7297401. OLE color: 7297401.

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

Color convert

RGB12189111-
CMYK00.260.080.53
HSL318.75º15.24%41.18%-
HSV(B)318.75º26.45%47.45%-
XYZ14.3312.3616.67-
YUV101.08133.6142.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=37.69%
G=27.73%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218911100.260.080.53318.7515.2441.18
Hex79596F01A83513ff29
Octal17113115703210654771751
Binary11110011011001110111101101010001101011001111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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