Shades of Salt Box #706A6E
Tints of Salt Box #706A6E
RGB
CMYK
RGB Variations
Color information
#706A6E (or 0x706A6E) is known color: Salt Box. HEX triplet: 70, 6A and 6E. RGB value is (112,106,110). Sum of RGB (Red+Green+Blue) = 112+106+110=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 112 - color contains mainly: red. Hex color #706A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A6E is #8F9591. Grayscale: #6C6C6C. Windows color (decimal): -9409938 or 7236208. OLE color: 7236208.
HSL color Cylindrical-coordinate representation of color #706A6E: hue angle of 320º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706A6E is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 110 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.56 |
| HSL | 320º | 0.03% | 0.43% | - |
| HSV(B) | 320º | 0.05% | 0.44% | - |
| XYZ | 14.65 | 14.88 | 16.85 | - |
| YUV | 108.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 110 | 0 | 0.05 | 0.02 | 0.56 | 320 | 0.03 | 0.43 |
| Hex | 70 | 6A | 6E | 0 | 5 | 2 | 38 | 140 | 3 | 2B |
| Octal | 160 | 152 | 156 | 0 | 5 | 2 | 70 | 500 | 3 | 53 |
| Binary | 1110000 | 1101010 | 1101110 | 0 | 101 | 10 | 111000 | 101000000 | 11 | 101011 |
Color Harmonies of #706A6E
Complementary color
Monochromatic Colors of #706A6E
Black with #706A6E
Text Example
Text Example
White with #706A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A6E; }
p { color: rgb(112,106,110); }
H1.HeaderClassName
{
color: #706A6E;
}
.AnyTagClassName
{
color: #706A6E;
}
</style>
background-color css
<style>
a { background-color: #706A6E; }
a { background-color: rgb(112,106,110); }
div.DivClassName
{
background-color: #706A6E;
}
.BgClassName
{
background-color: #706A6E;
}
</style>
border-color css
<style>
span { border-color: #706A6E; }
span { border-color: rgb(112,106,110); }
td.TdClassName
{
border-color: #706A6E;
}
.TagClassName
{
border-color: #706A6E;
}
</style>