#79596E

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

Shades of Salt Box #79596E

Tints of Salt Box #79596E

Color information

#79596E (or 0x79596E) is unknown color: approx Salt Box. HEX triplet: 79, 59 and 6E. RGB value is (121,89,110). Sum of RGB (Red+Green+Blue) = 121+89+110=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #79596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79596E is #86A691. Grayscale: #646464. Windows color (decimal): -8824466 or 7231865. OLE color: 7231865.

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

Color convert

RGB12189110-
CMYK00.260.090.53
HSL320.62º15.24%41.18%-
HSV(B)320.62º26.45%47.45%-
XYZ14.2712.3416.38-
YUV100.96133.1142.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=37.81%
G=27.81%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218911000.260.090.53320.6215.2441.18
Hex79596E01A935141f29
Octal17113115603211655011751
Binary11110011011001110111001101010011101011010000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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