Shades of Salt Box #70526E
Tints of Salt Box #70526E
RGB
CMYK
RGB Variations
Color information
#70526E (or 0x70526E) is known color: Salt Box. HEX triplet: 70, 52 and 6E. RGB value is (112,82,110). Sum of RGB (Red+Green+Blue) = 112+82+110=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70526E is #8FAD91. Grayscale: #5E5E5E. Windows color (decimal): -9416082 or 7230064. OLE color: 7230064.
HSL color Cylindrical-coordinate representation of color #70526E: hue angle of 304º 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 #70526E is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 110 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.56 |
| HSL | 304º | 0.15% | 0.38% | - |
| HSV(B) | 304º | 0.27% | 0.44% | - |
| XYZ | 12.51 | 10.61 | 16.14 | - |
| YUV | 94.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 110 | 0 | 0.27 | 0.02 | 0.56 | 304 | 0.15 | 0.38 |
| Hex | 70 | 52 | 6E | 0 | 1B | 2 | 38 | 130 | F | 26 |
| Octal | 160 | 122 | 156 | 0 | 33 | 2 | 70 | 460 | 17 | 46 |
| Binary | 1110000 | 1010010 | 1101110 | 0 | 11011 | 10 | 111000 | 100110000 | 1111 | 100110 |
Color Harmonies of #70526E
Complementary color
Monochromatic Colors of #70526E
Black with #70526E
Text Example
Text Example
White with #70526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70526E; }
p { color: rgb(112,82,110); }
H1.HeaderClassName
{
color: #70526E;
}
.AnyTagClassName
{
color: #70526E;
}
</style>
background-color css
<style>
a { background-color: #70526E; }
a { background-color: rgb(112,82,110); }
div.DivClassName
{
background-color: #70526E;
}
.BgClassName
{
background-color: #70526E;
}
</style>
border-color css
<style>
span { border-color: #70526E; }
span { border-color: rgb(112,82,110); }
td.TdClassName
{
border-color: #70526E;
}
.TagClassName
{
border-color: #70526E;
}
</style>