Shades of Salt Box #705070
Tints of Salt Box #705070
RGB
CMYK
RGB Variations
Color information
#705070 (or 0x705070) is known color: Salt Box. HEX triplet: 70, 50 and 70. RGB value is (112,80,112). Sum of RGB (Red+Green+Blue) = 112+80+112=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705070 is #8FAF8F. Grayscale: #5D5D5D. Windows color (decimal): -9416592 or 7360624. OLE color: 7360624.
HSL color Cylindrical-coordinate representation of color #705070: hue angle of 300º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705070 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 112 | - |
| CMYK | 0 | 0.29 | 0 | 0.56 |
| HSL | 300º | 0.17% | 0.38% | - |
| HSV(B) | 300º | 0.29% | 0.44% | - |
| XYZ | 12.48 | 10.35 | 16.67 | - |
| YUV | 93.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 112 | 0 | 0.29 | 0 | 0.56 | 300 | 0.17 | 0.38 |
| Hex | 70 | 50 | 70 | 0 | 1D | 0 | 38 | 12C | 11 | 26 |
| Octal | 160 | 120 | 160 | 0 | 35 | 0 | 70 | 454 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1110000 | 0 | 11101 | 0 | 111000 | 100101100 | 10001 | 100110 |
Color Harmonies of #705070
Complementary color
Monochromatic Colors of #705070
Black with #705070
Text Example
Text Example
White with #705070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705070; }
p { color: rgb(112,80,112); }
H1.HeaderClassName
{
color: #705070;
}
.AnyTagClassName
{
color: #705070;
}
</style>
background-color css
<style>
a { background-color: #705070; }
a { background-color: rgb(112,80,112); }
div.DivClassName
{
background-color: #705070;
}
.BgClassName
{
background-color: #705070;
}
</style>
border-color css
<style>
span { border-color: #705070; }
span { border-color: rgb(112,80,112); }
td.TdClassName
{
border-color: #705070;
}
.TagClassName
{
border-color: #705070;
}
</style>