Shades of Salt Box #70536D
Tints of Salt Box #70536D
RGB
CMYK
RGB Variations
Color information
#70536D (or 0x70536D) is known color: Salt Box. HEX triplet: 70, 53 and 6D. RGB value is (112,83,109). Sum of RGB (Red+Green+Blue) = 112+83+109=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70536D is #8FAC92. Grayscale: #5E5E5E. Windows color (decimal): -9415827 or 7164784. OLE color: 7164784.
HSL color Cylindrical-coordinate representation of color #70536D: hue angle of 306.21º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70536D is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 109 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.56 |
| HSL | 306.21º | 0.15% | 0.38% | - |
| HSV(B) | 306.21º | 0.26% | 0.44% | - |
| XYZ | 12.54 | 10.74 | 15.88 | - |
| YUV | 94.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 109 | 0 | 0.26 | 0.03 | 0.56 | 306.21 | 0.15 | 0.38 |
| Hex | 70 | 53 | 6D | 0 | 1A | 3 | 38 | 132 | F | 26 |
| Octal | 160 | 123 | 155 | 0 | 32 | 3 | 70 | 462 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1101101 | 0 | 11010 | 11 | 111000 | 100110010 | 1111 | 100110 |
Color Harmonies of #70536D
Complementary color
Monochromatic Colors of #70536D
Black with #70536D
Text Example
Text Example
White with #70536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70536D; }
p { color: rgb(112,83,109); }
H1.HeaderClassName
{
color: #70536D;
}
.AnyTagClassName
{
color: #70536D;
}
</style>
background-color css
<style>
a { background-color: #70536D; }
a { background-color: rgb(112,83,109); }
div.DivClassName
{
background-color: #70536D;
}
.BgClassName
{
background-color: #70536D;
}
</style>
border-color css
<style>
span { border-color: #70536D; }
span { border-color: rgb(112,83,109); }
td.TdClassName
{
border-color: #70536D;
}
.TagClassName
{
border-color: #70536D;
}
</style>