#705F6D

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

Shades of Salt Box #705F6D

Tints of Salt Box #705F6D

Color information

#705F6D (or 0x705F6D) is unknown color: approx Salt Box. HEX triplet: 70, 5F and 6D. RGB value is (112,95,109). Sum of RGB (Red+Green+Blue) = 112+95+109=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6D is #8FA092. Grayscale: #656565. Windows color (decimal): -9412755 or 7167856. OLE color: 7167856.

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

Color convert

RGB11295109-
CMYK00.150.030.56
HSL310.59º8.21%40.59%-
HSV(B)310.59º15.18%43.92%-
XYZ13.5312.7316.21-
YUV101.68132.13135.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=35.44%
G=30.06%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129510900.150.030.56310.598.2140.59
Hex705F6D0F338137829
Octal1601371550173704671051
Binary11100001011111110110101111111110001001101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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