Shades of Salt Box #70556A
Tints of Salt Box #70556A
RGB
CMYK
RGB Variations
Color information
#70556A (or 0x70556A) is known color: Salt Box. HEX triplet: 70, 55 and 6A. RGB value is (112,85,106). Sum of RGB (Red+Green+Blue) = 112+85+106=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70556A is #8FAA95. Grayscale: #5F5F5F. Windows color (decimal): -9415318 or 6968688. OLE color: 6968688.
HSL color Cylindrical-coordinate representation of color #70556A: hue angle of 313.33º 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 #70556A is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 106 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.56 |
| HSL | 313.33º | 0.14% | 0.39% | - |
| HSV(B) | 313.33º | 0.24% | 0.44% | - |
| XYZ | 12.53 | 10.98 | 15.09 | - |
| YUV | 95.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 106 | 0 | 0.24 | 0.05 | 0.56 | 313.33 | 0.14 | 0.39 |
| Hex | 70 | 55 | 6A | 0 | 18 | 5 | 38 | 139 | E | 27 |
| Octal | 160 | 125 | 152 | 0 | 30 | 5 | 70 | 471 | 16 | 47 |
| Binary | 1110000 | 1010101 | 1101010 | 0 | 11000 | 101 | 111000 | 100111001 | 1110 | 100111 |
Color Harmonies of #70556A
Complementary color
Monochromatic Colors of #70556A
Black with #70556A
Text Example
Text Example
White with #70556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70556A; }
p { color: rgb(112,85,106); }
H1.HeaderClassName
{
color: #70556A;
}
.AnyTagClassName
{
color: #70556A;
}
</style>
background-color css
<style>
a { background-color: #70556A; }
a { background-color: rgb(112,85,106); }
div.DivClassName
{
background-color: #70556A;
}
.BgClassName
{
background-color: #70556A;
}
</style>
border-color css
<style>
span { border-color: #70556A; }
span { border-color: rgb(112,85,106); }
td.TdClassName
{
border-color: #70556A;
}
.TagClassName
{
border-color: #70556A;
}
</style>