Shades of Salt Box #70566A
Tints of Salt Box #70566A
RGB
CMYK
RGB Variations
Color information
#70566A (or 0x70566A) is known color: Salt Box. HEX triplet: 70, 56 and 6A. RGB value is (112,86,106). Sum of RGB (Red+Green+Blue) = 112+86+106=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70566A is #8FA995. Grayscale: #606060. Windows color (decimal): -9415062 or 6968944. OLE color: 6968944.
HSL color Cylindrical-coordinate representation of color #70566A: hue angle of 313.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70566A is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 106 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.56 |
| HSL | 313.85º | 0.13% | 0.39% | - |
| HSV(B) | 313.85º | 0.23% | 0.44% | - |
| XYZ | 12.61 | 11.14 | 15.12 | - |
| YUV | 96.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 106 | 0 | 0.23 | 0.05 | 0.56 | 313.85 | 0.13 | 0.39 |
| Hex | 70 | 56 | 6A | 0 | 17 | 5 | 38 | 13A | D | 27 |
| Octal | 160 | 126 | 152 | 0 | 27 | 5 | 70 | 472 | 15 | 47 |
| Binary | 1110000 | 1010110 | 1101010 | 0 | 10111 | 101 | 111000 | 100111010 | 1101 | 100111 |
Color Harmonies of #70566A
Complementary color
Monochromatic Colors of #70566A
Black with #70566A
Text Example
Text Example
White with #70566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70566A; }
p { color: rgb(112,86,106); }
H1.HeaderClassName
{
color: #70566A;
}
.AnyTagClassName
{
color: #70566A;
}
</style>
background-color css
<style>
a { background-color: #70566A; }
a { background-color: rgb(112,86,106); }
div.DivClassName
{
background-color: #70566A;
}
.BgClassName
{
background-color: #70566A;
}
</style>
border-color css
<style>
span { border-color: #70566A; }
span { border-color: rgb(112,86,106); }
td.TdClassName
{
border-color: #70566A;
}
.TagClassName
{
border-color: #70566A;
}
</style>