Shades of Salt Box #70646F
Tints of Salt Box #70646F
RGB
CMYK
RGB Variations
Color information
#70646F (or 0x70646F) is known color: Salt Box. HEX triplet: 70, 64 and 6F. RGB value is (112,100,111). Sum of RGB (Red+Green+Blue) = 112+100+111=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #70646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70646F is #8F9B90. Grayscale: #686868. Windows color (decimal): -9411473 or 7300208. OLE color: 7300208.
HSL color Cylindrical-coordinate representation of color #70646F: hue angle of 305º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70646F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 111 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.56 |
| HSL | 305º | 0.06% | 0.42% | - |
| HSV(B) | 305º | 0.11% | 0.44% | - |
| XYZ | 14.11 | 13.71 | 16.94 | - |
| YUV | 104.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 111 | 0 | 0.11 | 0.01 | 0.56 | 305 | 0.06 | 0.42 |
| Hex | 70 | 64 | 6F | 0 | B | 1 | 38 | 131 | 6 | 2A |
| Octal | 160 | 144 | 157 | 0 | 13 | 1 | 70 | 461 | 6 | 52 |
| Binary | 1110000 | 1100100 | 1101111 | 0 | 1011 | 1 | 111000 | 100110001 | 110 | 101010 |
Color Harmonies of #70646F
Complementary color
Monochromatic Colors of #70646F
Black with #70646F
Text Example
Text Example
White with #70646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70646F; }
p { color: rgb(112,100,111); }
H1.HeaderClassName
{
color: #70646F;
}
.AnyTagClassName
{
color: #70646F;
}
</style>
background-color css
<style>
a { background-color: #70646F; }
a { background-color: rgb(112,100,111); }
div.DivClassName
{
background-color: #70646F;
}
.BgClassName
{
background-color: #70646F;
}
</style>
border-color css
<style>
span { border-color: #70646F; }
span { border-color: rgb(112,100,111); }
td.TdClassName
{
border-color: #70646F;
}
.TagClassName
{
border-color: #70646F;
}
</style>