Shades of Salt Box #705D6D
Tints of Salt Box #705D6D
RGB
CMYK
RGB Variations
Color information
#705D6D (or 0x705D6D) is known color: Salt Box. HEX triplet: 70, 5D and 6D. RGB value is (112,93,109). Sum of RGB (Red+Green+Blue) = 112+93+109=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #705D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D6D is #8FA292. Grayscale: #646464. Windows color (decimal): -9413267 or 7167344. OLE color: 7167344.
HSL color Cylindrical-coordinate representation of color #705D6D: hue angle of 309.47º 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 #705D6D is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 109 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.56 |
| HSL | 309.47º | 0.09% | 0.4% | - |
| HSV(B) | 309.47º | 0.17% | 0.44% | - |
| XYZ | 13.36 | 12.38 | 16.15 | - |
| YUV | 100.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 109 | 0 | 0.17 | 0.03 | 0.56 | 309.47 | 0.09 | 0.4 |
| Hex | 70 | 5D | 6D | 0 | 11 | 3 | 38 | 135 | 9 | 28 |
| Octal | 160 | 135 | 155 | 0 | 21 | 3 | 70 | 465 | 11 | 50 |
| Binary | 1110000 | 1011101 | 1101101 | 0 | 10001 | 11 | 111000 | 100110101 | 1001 | 101000 |
Color Harmonies of #705D6D
Complementary color
Monochromatic Colors of #705D6D
Black with #705D6D
Text Example
Text Example
White with #705D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D6D; }
p { color: rgb(112,93,109); }
H1.HeaderClassName
{
color: #705D6D;
}
.AnyTagClassName
{
color: #705D6D;
}
</style>
background-color css
<style>
a { background-color: #705D6D; }
a { background-color: rgb(112,93,109); }
div.DivClassName
{
background-color: #705D6D;
}
.BgClassName
{
background-color: #705D6D;
}
</style>
border-color css
<style>
span { border-color: #705D6D; }
span { border-color: rgb(112,93,109); }
td.TdClassName
{
border-color: #705D6D;
}
.TagClassName
{
border-color: #705D6D;
}
</style>