Shades of Salt Box #70576D
Tints of Salt Box #70576D
RGB
CMYK
RGB Variations
Color information
#70576D (or 0x70576D) is known color: Salt Box. HEX triplet: 70, 57 and 6D. RGB value is (112,87,109). Sum of RGB (Red+Green+Blue) = 112+87+109=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70576D is #8FA892. Grayscale: #606060. Windows color (decimal): -9414803 or 7165808. OLE color: 7165808.
HSL color Cylindrical-coordinate representation of color #70576D: hue angle of 307.2º 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 #70576D is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 109 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.56 |
| HSL | 307.2º | 0.13% | 0.39% | - |
| HSV(B) | 307.2º | 0.22% | 0.44% | - |
| XYZ | 12.85 | 11.37 | 15.98 | - |
| YUV | 96.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 109 | 0 | 0.22 | 0.03 | 0.56 | 307.2 | 0.13 | 0.39 |
| Hex | 70 | 57 | 6D | 0 | 16 | 3 | 38 | 133 | D | 27 |
| Octal | 160 | 127 | 155 | 0 | 26 | 3 | 70 | 463 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1101101 | 0 | 10110 | 11 | 111000 | 100110011 | 1101 | 100111 |
Color Harmonies of #70576D
Complementary color
Monochromatic Colors of #70576D
Black with #70576D
Text Example
Text Example
White with #70576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70576D; }
p { color: rgb(112,87,109); }
H1.HeaderClassName
{
color: #70576D;
}
.AnyTagClassName
{
color: #70576D;
}
</style>
background-color css
<style>
a { background-color: #70576D; }
a { background-color: rgb(112,87,109); }
div.DivClassName
{
background-color: #70576D;
}
.BgClassName
{
background-color: #70576D;
}
</style>
border-color css
<style>
span { border-color: #70576D; }
span { border-color: rgb(112,87,109); }
td.TdClassName
{
border-color: #70576D;
}
.TagClassName
{
border-color: #70576D;
}
</style>