Shades of Salt Box #70576F
Tints of Salt Box #70576F
RGB
CMYK
RGB Variations
Color information
#70576F (or 0x70576F) is known color: Salt Box. HEX triplet: 70, 57 and 6F. RGB value is (112,87,111). Sum of RGB (Red+Green+Blue) = 112+87+111=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70576F is #8FA890. Grayscale: #616161. Windows color (decimal): -9414801 or 7296880. OLE color: 7296880.
HSL color Cylindrical-coordinate representation of color #70576F: hue angle of 302.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70576F is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 111 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.56 |
| HSL | 302.4º | 0.13% | 0.39% | - |
| HSV(B) | 302.4º | 0.22% | 0.44% | - |
| XYZ | 12.96 | 11.41 | 16.56 | - |
| YUV | 97.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 111 | 0 | 0.22 | 0.01 | 0.56 | 302.4 | 0.13 | 0.39 |
| Hex | 70 | 57 | 6F | 0 | 16 | 1 | 38 | 12E | D | 27 |
| Octal | 160 | 127 | 157 | 0 | 26 | 1 | 70 | 456 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1101111 | 0 | 10110 | 1 | 111000 | 100101110 | 1101 | 100111 |
Color Harmonies of #70576F
Complementary color
Monochromatic Colors of #70576F
Black with #70576F
Text Example
Text Example
White with #70576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70576F; }
p { color: rgb(112,87,111); }
H1.HeaderClassName
{
color: #70576F;
}
.AnyTagClassName
{
color: #70576F;
}
</style>
background-color css
<style>
a { background-color: #70576F; }
a { background-color: rgb(112,87,111); }
div.DivClassName
{
background-color: #70576F;
}
.BgClassName
{
background-color: #70576F;
}
</style>
border-color css
<style>
span { border-color: #70576F; }
span { border-color: rgb(112,87,111); }
td.TdClassName
{
border-color: #70576F;
}
.TagClassName
{
border-color: #70576F;
}
</style>