Shades of Salt Box #705C6A
Tints of Salt Box #705C6A
RGB
CMYK
RGB Variations
Color information
#705C6A (or 0x705C6A) is known color: Salt Box. HEX triplet: 70, 5C and 6A. RGB value is (112,92,106). Sum of RGB (Red+Green+Blue) = 112+92+106=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #705C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C6A is #8FA395. Grayscale: #636363. Windows color (decimal): -9413526 or 6970480. OLE color: 6970480.
HSL color Cylindrical-coordinate representation of color #705C6A: hue angle of 318º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705C6A is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 106 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.56 |
| HSL | 318º | 0.1% | 0.4% | - |
| HSV(B) | 318º | 0.18% | 0.44% | - |
| XYZ | 13.11 | 12.14 | 15.29 | - |
| YUV | 99.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 106 | 0 | 0.18 | 0.05 | 0.56 | 318 | 0.1 | 0.4 |
| Hex | 70 | 5C | 6A | 0 | 12 | 5 | 38 | 13E | A | 28 |
| Octal | 160 | 134 | 152 | 0 | 22 | 5 | 70 | 476 | 12 | 50 |
| Binary | 1110000 | 1011100 | 1101010 | 0 | 10010 | 101 | 111000 | 100111110 | 1010 | 101000 |
Color Harmonies of #705C6A
Complementary color
Monochromatic Colors of #705C6A
Black with #705C6A
Text Example
Text Example
White with #705C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C6A; }
p { color: rgb(112,92,106); }
H1.HeaderClassName
{
color: #705C6A;
}
.AnyTagClassName
{
color: #705C6A;
}
</style>
background-color css
<style>
a { background-color: #705C6A; }
a { background-color: rgb(112,92,106); }
div.DivClassName
{
background-color: #705C6A;
}
.BgClassName
{
background-color: #705C6A;
}
</style>
border-color css
<style>
span { border-color: #705C6A; }
span { border-color: rgb(112,92,106); }
td.TdClassName
{
border-color: #705C6A;
}
.TagClassName
{
border-color: #705C6A;
}
</style>