Shades of Salt Box #70536E
Tints of Salt Box #70536E
RGB
CMYK
RGB Variations
Color information
#70536E (or 0x70536E) is known color: Salt Box. HEX triplet: 70, 53 and 6E. RGB value is (112,83,110). Sum of RGB (Red+Green+Blue) = 112+83+110=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70536E is #8FAC91. Grayscale: #5E5E5E. Windows color (decimal): -9415826 or 7230320. OLE color: 7230320.
HSL color Cylindrical-coordinate representation of color #70536E: hue angle of 304.14º 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 #70536E is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 110 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.56 |
| HSL | 304.14º | 0.15% | 0.38% | - |
| HSV(B) | 304.14º | 0.26% | 0.44% | - |
| XYZ | 12.59 | 10.76 | 16.16 | - |
| YUV | 94.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 110 | 0 | 0.26 | 0.02 | 0.56 | 304.14 | 0.15 | 0.38 |
| Hex | 70 | 53 | 6E | 0 | 1A | 2 | 38 | 130 | F | 26 |
| Octal | 160 | 123 | 156 | 0 | 32 | 2 | 70 | 460 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1101110 | 0 | 11010 | 10 | 111000 | 100110000 | 1111 | 100110 |
Color Harmonies of #70536E
Complementary color
Monochromatic Colors of #70536E
Black with #70536E
Text Example
Text Example
White with #70536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70536E; }
p { color: rgb(112,83,110); }
H1.HeaderClassName
{
color: #70536E;
}
.AnyTagClassName
{
color: #70536E;
}
</style>
background-color css
<style>
a { background-color: #70536E; }
a { background-color: rgb(112,83,110); }
div.DivClassName
{
background-color: #70536E;
}
.BgClassName
{
background-color: #70536E;
}
</style>
border-color css
<style>
span { border-color: #70536E; }
span { border-color: rgb(112,83,110); }
td.TdClassName
{
border-color: #70536E;
}
.TagClassName
{
border-color: #70536E;
}
</style>