Shades of Salt Box #706C6F
Tints of Salt Box #706C6F
RGB
CMYK
RGB Variations
Color information
#706C6F (or 0x706C6F) is known color: Salt Box. HEX triplet: 70, 6C and 6F. RGB value is (112,108,111). Sum of RGB (Red+Green+Blue) = 112+108+111=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 112 - color contains mainly: red. Hex color #706C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C6F is #8F9390. Grayscale: #6D6D6D. Windows color (decimal): -9409425 or 7302256. OLE color: 7302256.
HSL color Cylindrical-coordinate representation of color #706C6F: hue angle of 315º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706C6F is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 111 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.56 |
| HSL | 315º | 0.02% | 0.43% | - |
| HSV(B) | 315º | 0.04% | 0.44% | - |
| XYZ | 14.91 | 15.32 | 17.21 | - |
| YUV | 109.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 111 | 0 | 0.04 | 0.01 | 0.56 | 315 | 0.02 | 0.43 |
| Hex | 70 | 6C | 6F | 0 | 4 | 1 | 38 | 13B | 2 | 2B |
| Octal | 160 | 154 | 157 | 0 | 4 | 1 | 70 | 473 | 2 | 53 |
| Binary | 1110000 | 1101100 | 1101111 | 0 | 100 | 1 | 111000 | 100111011 | 10 | 101011 |
Color Harmonies of #706C6F
Complementary color
Monochromatic Colors of #706C6F
Black with #706C6F
Text Example
Text Example
White with #706C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C6F; }
p { color: rgb(112,108,111); }
H1.HeaderClassName
{
color: #706C6F;
}
.AnyTagClassName
{
color: #706C6F;
}
</style>
background-color css
<style>
a { background-color: #706C6F; }
a { background-color: rgb(112,108,111); }
div.DivClassName
{
background-color: #706C6F;
}
.BgClassName
{
background-color: #706C6F;
}
</style>
border-color css
<style>
span { border-color: #706C6F; }
span { border-color: rgb(112,108,111); }
td.TdClassName
{
border-color: #706C6F;
}
.TagClassName
{
border-color: #706C6F;
}
</style>