Shades of Salt Box #705B69
Tints of Salt Box #705B69
RGB
CMYK
RGB Variations
Color information
#705B69 (or 0x705B69) is known color: Salt Box. HEX triplet: 70, 5B and 69. RGB value is (112,91,105). Sum of RGB (Red+Green+Blue) = 112+91+105=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #705B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B69 is #8FA496. Grayscale: #626262. Windows color (decimal): -9413783 or 6904688. OLE color: 6904688.
HSL color Cylindrical-coordinate representation of color #705B69: hue angle of 320º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705B69 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 105 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.56 |
| HSL | 320º | 0.1% | 0.4% | - |
| HSV(B) | 320º | 0.19% | 0.44% | - |
| XYZ | 12.97 | 11.95 | 14.99 | - |
| YUV | 98.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 105 | 0 | 0.19 | 0.06 | 0.56 | 320 | 0.1 | 0.4 |
| Hex | 70 | 5B | 69 | 0 | 13 | 6 | 38 | 140 | A | 28 |
| Octal | 160 | 133 | 151 | 0 | 23 | 6 | 70 | 500 | 12 | 50 |
| Binary | 1110000 | 1011011 | 1101001 | 0 | 10011 | 110 | 111000 | 101000000 | 1010 | 101000 |
Color Harmonies of #705B69
Complementary color
Monochromatic Colors of #705B69
Black with #705B69
Text Example
Text Example
White with #705B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B69; }
p { color: rgb(112,91,105); }
H1.HeaderClassName
{
color: #705B69;
}
.AnyTagClassName
{
color: #705B69;
}
</style>
background-color css
<style>
a { background-color: #705B69; }
a { background-color: rgb(112,91,105); }
div.DivClassName
{
background-color: #705B69;
}
.BgClassName
{
background-color: #705B69;
}
</style>
border-color css
<style>
span { border-color: #705B69; }
span { border-color: rgb(112,91,105); }
td.TdClassName
{
border-color: #705B69;
}
.TagClassName
{
border-color: #705B69;
}
</style>