Shades of Salt Box #70686E
Tints of Salt Box #70686E
RGB
CMYK
RGB Variations
Color information
#70686E (or 0x70686E) is known color: Salt Box. HEX triplet: 70, 68 and 6E. RGB value is (112,104,110). Sum of RGB (Red+Green+Blue) = 112+104+110=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #70686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70686E is #8F9791. Grayscale: #6B6B6B. Windows color (decimal): -9410450 or 7235696. OLE color: 7235696.
HSL color Cylindrical-coordinate representation of color #70686E: hue angle of 315º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #70686E is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 110 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.56 |
| HSL | 315º | 0.04% | 0.42% | - |
| HSV(B) | 315º | 0.07% | 0.44% | - |
| XYZ | 14.45 | 14.47 | 16.78 | - |
| YUV | 107.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 110 | 0 | 0.07 | 0.02 | 0.56 | 315 | 0.04 | 0.42 |
| Hex | 70 | 68 | 6E | 0 | 7 | 2 | 38 | 13B | 4 | 2A |
| Octal | 160 | 150 | 156 | 0 | 7 | 2 | 70 | 473 | 4 | 52 |
| Binary | 1110000 | 1101000 | 1101110 | 0 | 111 | 10 | 111000 | 100111011 | 100 | 101010 |
Color Harmonies of #70686E
Complementary color
Monochromatic Colors of #70686E
Black with #70686E
Text Example
Text Example
White with #70686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70686E; }
p { color: rgb(112,104,110); }
H1.HeaderClassName
{
color: #70686E;
}
.AnyTagClassName
{
color: #70686E;
}
</style>
background-color css
<style>
a { background-color: #70686E; }
a { background-color: rgb(112,104,110); }
div.DivClassName
{
background-color: #70686E;
}
.BgClassName
{
background-color: #70686E;
}
</style>
border-color css
<style>
span { border-color: #70686E; }
span { border-color: rgb(112,104,110); }
td.TdClassName
{
border-color: #70686E;
}
.TagClassName
{
border-color: #70686E;
}
</style>