Shades of Salt Box #70576E
Tints of Salt Box #70576E
RGB
CMYK
RGB Variations
Color information
#70576E (or 0x70576E) is known color: Salt Box. HEX triplet: 70, 57 and 6E. RGB value is (112,87,110). Sum of RGB (Red+Green+Blue) = 112+87+110=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70576E is #8FA891. Grayscale: #616161. Windows color (decimal): -9414802 or 7231344. OLE color: 7231344.
HSL color Cylindrical-coordinate representation of color #70576E: hue angle of 304.8º 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 #70576E is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 110 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.56 |
| HSL | 304.8º | 0.13% | 0.39% | - |
| HSV(B) | 304.8º | 0.22% | 0.44% | - |
| XYZ | 12.9 | 11.39 | 16.27 | - |
| YUV | 97.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 110 | 0 | 0.22 | 0.02 | 0.56 | 304.8 | 0.13 | 0.39 |
| Hex | 70 | 57 | 6E | 0 | 16 | 2 | 38 | 131 | D | 27 |
| Octal | 160 | 127 | 156 | 0 | 26 | 2 | 70 | 461 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1101110 | 0 | 10110 | 10 | 111000 | 100110001 | 1101 | 100111 |
Color Harmonies of #70576E
Complementary color
Monochromatic Colors of #70576E
Black with #70576E
Text Example
Text Example
White with #70576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70576E; }
p { color: rgb(112,87,110); }
H1.HeaderClassName
{
color: #70576E;
}
.AnyTagClassName
{
color: #70576E;
}
</style>
background-color css
<style>
a { background-color: #70576E; }
a { background-color: rgb(112,87,110); }
div.DivClassName
{
background-color: #70576E;
}
.BgClassName
{
background-color: #70576E;
}
</style>
border-color css
<style>
span { border-color: #70576E; }
span { border-color: rgb(112,87,110); }
td.TdClassName
{
border-color: #70576E;
}
.TagClassName
{
border-color: #70576E;
}
</style>