Shades of Salt Box #70526D
Tints of Salt Box #70526D
RGB
CMYK
RGB Variations
Color information
#70526D (or 0x70526D) is known color: Salt Box. HEX triplet: 70, 52 and 6D. RGB value is (112,82,109). Sum of RGB (Red+Green+Blue) = 112+82+109=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70526D is #8FAD92. Grayscale: #5D5D5D. Windows color (decimal): -9416083 or 7164528. OLE color: 7164528.
HSL color Cylindrical-coordinate representation of color #70526D: hue angle of 306º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70526D is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 109 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.56 |
| HSL | 306º | 0.15% | 0.38% | - |
| HSV(B) | 306º | 0.27% | 0.44% | - |
| XYZ | 12.46 | 10.58 | 15.85 | - |
| YUV | 94.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 109 | 0 | 0.27 | 0.03 | 0.56 | 306 | 0.15 | 0.38 |
| Hex | 70 | 52 | 6D | 0 | 1B | 3 | 38 | 132 | F | 26 |
| Octal | 160 | 122 | 155 | 0 | 33 | 3 | 70 | 462 | 17 | 46 |
| Binary | 1110000 | 1010010 | 1101101 | 0 | 11011 | 11 | 111000 | 100110010 | 1111 | 100110 |
Color Harmonies of #70526D
Complementary color
Monochromatic Colors of #70526D
Black with #70526D
Text Example
Text Example
White with #70526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70526D; }
p { color: rgb(112,82,109); }
H1.HeaderClassName
{
color: #70526D;
}
.AnyTagClassName
{
color: #70526D;
}
</style>
background-color css
<style>
a { background-color: #70526D; }
a { background-color: rgb(112,82,109); }
div.DivClassName
{
background-color: #70526D;
}
.BgClassName
{
background-color: #70526D;
}
</style>
border-color css
<style>
span { border-color: #70526D; }
span { border-color: rgb(112,82,109); }
td.TdClassName
{
border-color: #70526D;
}
.TagClassName
{
border-color: #70526D;
}
</style>