#705D6C

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

Shades of Salt Box #705D6C

Tints of Salt Box #705D6C

Color information

#705D6C (or 0x705D6C) is unknown color: approx Salt Box. HEX triplet: 70, 5D and 6C. RGB value is (112,93,108). Sum of RGB (Red+Green+Blue) = 112+93+108=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #705D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D6C is #8FA293. Grayscale: #646464. Windows color (decimal): -9413268 or 7101808. OLE color: 7101808.

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

Color convert

RGB11293108-
CMYK00.170.040.56
HSL312.63º9.27%40.2%-
HSV(B)312.63º16.96%43.92%-
XYZ13.312.3615.87-
YUV100.39132.29136.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=35.78%
G=29.71%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129310800.170.040.56312.639.2740.2
Hex705D6C011438139928
Octal1601351540214704711150
Binary1110000101110111011000100011001110001001110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,108); }

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

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

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

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

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

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

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