#785970

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

Shades of Salt Box #785970

Tints of Salt Box #785970

Color information

#785970 (or 0x785970) is unknown color: approx Salt Box. HEX triplet: 78, 59 and 70. RGB value is (120,89,112). Sum of RGB (Red+Green+Blue) = 120+89+112=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #785970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785970 is #87A68F. Grayscale: #646464. Windows color (decimal): -8890000 or 7362936. OLE color: 7362936.

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

Color convert

RGB12089112-
CMYK00.260.070.53
HSL315.48º14.83%40.98%-
HSV(B)315.48º25.83%47.06%-
XYZ14.2412.3116.95-
YUV100.89134.27141.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=37.38%
G=27.73%
B=34.89%

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
Decimal1208911200.260.070.53315.4814.8340.98
Hex78597001A73513bf29
Octal1701311600327654731751
Binary1111000101100111100000110101111101011001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785970; }

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

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

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

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

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

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

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

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