Shades of Salt Box #70556C
Tints of Salt Box #70556C
RGB
CMYK
RGB Variations
Color information
#70556C (or 0x70556C) is known color: Salt Box. HEX triplet: 70, 55 and 6C. RGB value is (112,85,108). Sum of RGB (Red+Green+Blue) = 112+85+108=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70556C is #8FAA93. Grayscale: #5F5F5F. Windows color (decimal): -9415316 or 7099760. OLE color: 7099760.
HSL color Cylindrical-coordinate representation of color #70556C: hue angle of 308.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70556C is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 108 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.56 |
| HSL | 308.89º | 0.14% | 0.39% | - |
| HSV(B) | 308.89º | 0.24% | 0.44% | - |
| XYZ | 12.64 | 11.02 | 15.65 | - |
| YUV | 95.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 108 | 0 | 0.24 | 0.04 | 0.56 | 308.89 | 0.14 | 0.39 |
| Hex | 70 | 55 | 6C | 0 | 18 | 4 | 38 | 135 | E | 27 |
| Octal | 160 | 125 | 154 | 0 | 30 | 4 | 70 | 465 | 16 | 47 |
| Binary | 1110000 | 1010101 | 1101100 | 0 | 11000 | 100 | 111000 | 100110101 | 1110 | 100111 |
Color Harmonies of #70556C
Complementary color
Monochromatic Colors of #70556C
Black with #70556C
Text Example
Text Example
White with #70556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70556C; }
p { color: rgb(112,85,108); }
H1.HeaderClassName
{
color: #70556C;
}
.AnyTagClassName
{
color: #70556C;
}
</style>
background-color css
<style>
a { background-color: #70556C; }
a { background-color: rgb(112,85,108); }
div.DivClassName
{
background-color: #70556C;
}
.BgClassName
{
background-color: #70556C;
}
</style>
border-color css
<style>
span { border-color: #70556C; }
span { border-color: rgb(112,85,108); }
td.TdClassName
{
border-color: #70556C;
}
.TagClassName
{
border-color: #70556C;
}
</style>