#705370

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

Shades of Salt Box #705370

Tints of Salt Box #705370

Color information

#705370 (or 0x705370) is unknown color: approx Salt Box. HEX triplet: 70, 53 and 70. RGB value is (112,83,112). Sum of RGB (Red+Green+Blue) = 112+83+112=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705370 is #8FAC8F. Grayscale: #5E5E5E. Windows color (decimal): -9415824 or 7361392. OLE color: 7361392.

HSL color Cylindrical-coordinate representation of color #705370: hue angle of 300º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705370 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11283112-
CMYK00.2600.56
HSL300º14.87%38.24%-
HSV(B)300º25.89%43.92%-
XYZ12.710.816.74-
YUV94.98137.61140.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=36.48%
G=27.04%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128311200.2600.5630014.8738.24
Hex70537001A03812cf26
Octal1601231600320704541746
Binary11100001010011111000001101001110001001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705370; }

 p { color: rgb(112,83,112); }

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

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

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

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

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

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

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