#705F6F

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

Shades of Salt Box #705F6F

Tints of Salt Box #705F6F

Color information

#705F6F (or 0x705F6F) is unknown color: approx Salt Box. HEX triplet: 70, 5F and 6F. RGB value is (112,95,111). Sum of RGB (Red+Green+Blue) = 112+95+111=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6F is #8FA090. Grayscale: #656565. Windows color (decimal): -9412753 or 7298928. OLE color: 7298928.

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

Color convert

RGB11295111-
CMYK00.150.010.56
HSL303.53º8.21%40.59%-
HSV(B)303.53º15.18%43.92%-
XYZ13.6412.7816.79-
YUV101.91133.13135.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=35.22%
G=29.87%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129511100.150.010.56303.538.2140.59
Hex705F6F0F138130829
Octal1601371570171704601051
Binary1110000101111111011110111111110001001100001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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