#78596F

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

Shades of Salt Box #78596F

Tints of Salt Box #78596F

Color information

#78596F (or 0x78596F) is unknown color: approx Salt Box. HEX triplet: 78, 59 and 6F. RGB value is (120,89,111). Sum of RGB (Red+Green+Blue) = 120+89+111=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #78596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78596F is #87A690. Grayscale: #646464. Windows color (decimal): -8890001 or 7297400. OLE color: 7297400.

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

Color convert

RGB12089111-
CMYK00.260.080.53
HSL317.42º14.83%40.98%-
HSV(B)317.42º25.83%47.06%-
XYZ14.1912.2916.66-
YUV100.78133.77141.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=37.5%
G=27.81%
B=34.69%

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
Decimal1208911100.260.080.53317.4214.8340.98
Hex78596F01A83513df29
Octal17013115703210654751751
Binary11110001011001110111101101010001101011001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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