Shades of Salt Box #70636C
Tints of Salt Box #70636C
RGB
CMYK
RGB Variations
Color information
#70636C (or 0x70636C) is known color: Salt Box. HEX triplet: 70, 63 and 6C. RGB value is (112,99,108). Sum of RGB (Red+Green+Blue) = 112+99+108=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #70636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636C is #8F9C93. Grayscale: #676767. Windows color (decimal): -9411732 or 7103344. OLE color: 7103344.
HSL color Cylindrical-coordinate representation of color #70636C: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70636C is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 108 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.56 |
| HSL | 318.46º | 0.06% | 0.41% | - |
| HSV(B) | 318.46º | 0.12% | 0.44% | - |
| XYZ | 13.85 | 13.45 | 16.05 | - |
| YUV | 103.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 108 | 0 | 0.12 | 0.04 | 0.56 | 318.46 | 0.06 | 0.41 |
| Hex | 70 | 63 | 6C | 0 | C | 4 | 38 | 13E | 6 | 29 |
| Octal | 160 | 143 | 154 | 0 | 14 | 4 | 70 | 476 | 6 | 51 |
| Binary | 1110000 | 1100011 | 1101100 | 0 | 1100 | 100 | 111000 | 100111110 | 110 | 101001 |
Color Harmonies of #70636C
Complementary color
Monochromatic Colors of #70636C
Black with #70636C
Text Example
Text Example
White with #70636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70636C; }
p { color: rgb(112,99,108); }
H1.HeaderClassName
{
color: #70636C;
}
.AnyTagClassName
{
color: #70636C;
}
</style>
background-color css
<style>
a { background-color: #70636C; }
a { background-color: rgb(112,99,108); }
div.DivClassName
{
background-color: #70636C;
}
.BgClassName
{
background-color: #70636C;
}
</style>
border-color css
<style>
span { border-color: #70636C; }
span { border-color: rgb(112,99,108); }
td.TdClassName
{
border-color: #70636C;
}
.TagClassName
{
border-color: #70636C;
}
</style>