Shades of Salt Box #70516D
Tints of Salt Box #70516D
RGB
CMYK
RGB Variations
Color information
#70516D (or 0x70516D) is known color: Salt Box. HEX triplet: 70, 51 and 6D. RGB value is (112,81,109). Sum of RGB (Red+Green+Blue) = 112+81+109=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #70516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70516D is #8FAE92. Grayscale: #5D5D5D. Windows color (decimal): -9416339 or 7164272. OLE color: 7164272.
HSL color Cylindrical-coordinate representation of color #70516D: hue angle of 305.81º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70516D is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 109 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.56 |
| HSL | 305.81º | 0.16% | 0.38% | - |
| HSV(B) | 305.81º | 0.28% | 0.44% | - |
| XYZ | 12.38 | 10.43 | 15.83 | - |
| YUV | 93.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 109 | 0 | 0.28 | 0.03 | 0.56 | 305.81 | 0.16 | 0.38 |
| Hex | 70 | 51 | 6D | 0 | 1C | 3 | 38 | 132 | 10 | 26 |
| Octal | 160 | 121 | 155 | 0 | 34 | 3 | 70 | 462 | 20 | 46 |
| Binary | 1110000 | 1010001 | 1101101 | 0 | 11100 | 11 | 111000 | 100110010 | 10000 | 100110 |
Color Harmonies of #70516D
Complementary color
Monochromatic Colors of #70516D
Black with #70516D
Text Example
Text Example
White with #70516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70516D; }
p { color: rgb(112,81,109); }
H1.HeaderClassName
{
color: #70516D;
}
.AnyTagClassName
{
color: #70516D;
}
</style>
background-color css
<style>
a { background-color: #70516D; }
a { background-color: rgb(112,81,109); }
div.DivClassName
{
background-color: #70516D;
}
.BgClassName
{
background-color: #70516D;
}
</style>
border-color css
<style>
span { border-color: #70516D; }
span { border-color: rgb(112,81,109); }
td.TdClassName
{
border-color: #70516D;
}
.TagClassName
{
border-color: #70516D;
}
</style>