#705C6F

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

Shades of Salt Box #705C6F

Tints of Salt Box #705C6F

Color information

#705C6F (or 0x705C6F) is unknown color: approx Salt Box. HEX triplet: 70, 5C and 6F. RGB value is (112,92,111). Sum of RGB (Red+Green+Blue) = 112+92+111=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #705C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C6F is #8FA390. Grayscale: #646464. Windows color (decimal): -9413521 or 7298160. OLE color: 7298160.

HSL color Cylindrical-coordinate representation of color #705C6F: hue angle of 303º 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 #705C6F is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11292111-
CMYK00.180.010.56
HSL303º9.8%40%-
HSV(B)303º17.86%43.92%-
XYZ13.3812.2516.7-
YUV100.15134.13136.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=35.56%
G=29.21%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129211100.180.010.563039.840
Hex705C6F01213812fa28
Octal1601341570221704571250
Binary11100001011100110111101001011110001001011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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