#795971

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

Shades of Salt Box #795971

Tints of Salt Box #795971

Color information

#795971 (or 0x795971) is unknown color: approx Salt Box. HEX triplet: 79, 59 and 71. RGB value is (121,89,113). Sum of RGB (Red+Green+Blue) = 121+89+113=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795971 is #86A68E. Grayscale: #656565. Windows color (decimal): -8824463 or 7428473. OLE color: 7428473.

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

Color convert

RGB12189113-
CMYK00.260.070.53
HSL315º15.24%41.18%-
HSV(B)315º26.45%47.45%-
XYZ14.4412.417.26-
YUV101.3134.6142.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=37.46%
G=27.55%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218911300.260.070.5331515.2441.18
Hex79597101A73513bf29
Octal1711311610327654731751
Binary1111001101100111100010110101111101011001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795971; }

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

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

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

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

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

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

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

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