#705C70

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

Shades of Salt Box #705C70

Tints of Salt Box #705C70

Color information

#705C70 (or 0x705C70) is unknown color: approx Salt Box. HEX triplet: 70, 5C and 70. RGB value is (112,92,112). Sum of RGB (Red+Green+Blue) = 112+92+112=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C70 is #8FA38F. Grayscale: #646464. Windows color (decimal): -9413520 or 7363696. OLE color: 7363696.

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

Color convert

RGB11292112-
CMYK00.1800.56
HSL300º9.8%40%-
HSV(B)300º17.86%43.92%-
XYZ13.4312.2716.99-
YUV100.26134.63136.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=35.44%
G=29.11%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129211200.1800.563009.840
Hex705C7001203812ca28
Octal1601341600220704541250
Binary11100001011100111000001001001110001001011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C70; }

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

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

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

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

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

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

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

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