Shades of Salt Box #70506E
Tints of Salt Box #70506E
RGB
CMYK
RGB Variations
Color information
#70506E (or 0x70506E) is known color: Salt Box. HEX triplet: 70, 50 and 6E. RGB value is (112,80,110). Sum of RGB (Red+Green+Blue) = 112+80+110=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #70506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506E is #8FAF91. Grayscale: #5C5C5C. Windows color (decimal): -9416594 or 7229552. OLE color: 7229552.
HSL color Cylindrical-coordinate representation of color #70506E: hue angle of 303.75º 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 #70506E is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 110 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.56 |
| HSL | 303.75º | 0.17% | 0.38% | - |
| HSV(B) | 303.75º | 0.29% | 0.44% | - |
| XYZ | 12.37 | 10.31 | 16.09 | - |
| YUV | 92.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 110 | 0 | 0.29 | 0.02 | 0.56 | 303.75 | 0.17 | 0.38 |
| Hex | 70 | 50 | 6E | 0 | 1D | 2 | 38 | 130 | 11 | 26 |
| Octal | 160 | 120 | 156 | 0 | 35 | 2 | 70 | 460 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1101110 | 0 | 11101 | 10 | 111000 | 100110000 | 10001 | 100110 |
Color Harmonies of #70506E
Complementary color
Monochromatic Colors of #70506E
Black with #70506E
Text Example
Text Example
White with #70506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70506E; }
p { color: rgb(112,80,110); }
H1.HeaderClassName
{
color: #70506E;
}
.AnyTagClassName
{
color: #70506E;
}
</style>
background-color css
<style>
a { background-color: #70506E; }
a { background-color: rgb(112,80,110); }
div.DivClassName
{
background-color: #70506E;
}
.BgClassName
{
background-color: #70506E;
}
</style>
border-color css
<style>
span { border-color: #70506E; }
span { border-color: rgb(112,80,110); }
td.TdClassName
{
border-color: #70506E;
}
.TagClassName
{
border-color: #70506E;
}
</style>