#705770

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

Shades of Salt Box #705770

Tints of Salt Box #705770

Color information

#705770 (or 0x705770) is unknown color: approx Salt Box. HEX triplet: 70, 57 and 70. RGB value is (112,87,112). Sum of RGB (Red+Green+Blue) = 112+87+112=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705770 is #8FA88F. Grayscale: #616161. Windows color (decimal): -9414800 or 7362416. OLE color: 7362416.

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

Color convert

RGB11287112-
CMYK00.2200.56
HSL300º12.56%39.02%-
HSV(B)300º22.32%43.92%-
XYZ13.0111.4316.85-
YUV97.32136.28138.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=36.01%
G=27.97%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128711200.2200.5630012.5639.02
Hex70577001603812cd27
Octal1601271600260704541547
Binary11100001010111111000001011001110001001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705770; }

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

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

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

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

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

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

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

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