Shades of Salt Box #70506C
Tints of Salt Box #70506C
RGB
CMYK
RGB Variations
Color information
#70506C (or 0x70506C) is known color: Salt Box. HEX triplet: 70, 50 and 6C. RGB value is (112,80,108). Sum of RGB (Red+Green+Blue) = 112+80+108=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #70506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506C is #8FAF93. Grayscale: #5C5C5C. Windows color (decimal): -9416596 or 7098480. OLE color: 7098480.
HSL color Cylindrical-coordinate representation of color #70506C: hue angle of 307.5º 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 #70506C is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 108 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.56 |
| HSL | 307.5º | 0.17% | 0.38% | - |
| HSV(B) | 307.5º | 0.29% | 0.44% | - |
| XYZ | 12.26 | 10.26 | 15.52 | - |
| YUV | 92.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 108 | 0 | 0.29 | 0.04 | 0.56 | 307.5 | 0.17 | 0.38 |
| Hex | 70 | 50 | 6C | 0 | 1D | 4 | 38 | 134 | 11 | 26 |
| Octal | 160 | 120 | 154 | 0 | 35 | 4 | 70 | 464 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1101100 | 0 | 11101 | 100 | 111000 | 100110100 | 10001 | 100110 |
Color Harmonies of #70506C
Complementary color
Monochromatic Colors of #70506C
Black with #70506C
Text Example
Text Example
White with #70506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70506C; }
p { color: rgb(112,80,108); }
H1.HeaderClassName
{
color: #70506C;
}
.AnyTagClassName
{
color: #70506C;
}
</style>
background-color css
<style>
a { background-color: #70506C; }
a { background-color: rgb(112,80,108); }
div.DivClassName
{
background-color: #70506C;
}
.BgClassName
{
background-color: #70506C;
}
</style>
border-color css
<style>
span { border-color: #70506C; }
span { border-color: rgb(112,80,108); }
td.TdClassName
{
border-color: #70506C;
}
.TagClassName
{
border-color: #70506C;
}
</style>