Shades of Salt Box #705F6F
Tints of Salt Box #705F6F
RGB
CMYK
RGB Variations
Color information
#705F6F (or 0x705F6F) is known color: Salt Box. HEX triplet: 70, 5F and 6F. RGB value is (112,95,111). Sum of RGB (Red+Green+Blue) = 112+95+111=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6F is #8FA090. Grayscale: #656565. Windows color (decimal): -9412753 or 7298928. OLE color: 7298928.
HSL color Cylindrical-coordinate representation of color #705F6F: hue angle of 303.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F6F is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 111 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.56 |
| HSL | 303.53º | 0.08% | 0.41% | - |
| HSV(B) | 303.53º | 0.15% | 0.44% | - |
| XYZ | 13.64 | 12.78 | 16.79 | - |
| YUV | 101.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 111 | 0 | 0.15 | 0.01 | 0.56 | 303.53 | 0.08 | 0.41 |
| Hex | 70 | 5F | 6F | 0 | F | 1 | 38 | 130 | 8 | 29 |
| Octal | 160 | 137 | 157 | 0 | 17 | 1 | 70 | 460 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1101111 | 0 | 1111 | 1 | 111000 | 100110000 | 1000 | 101001 |
Color Harmonies of #705F6F
Complementary color
Monochromatic Colors of #705F6F
Black with #705F6F
Text Example
Text Example
White with #705F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F6F; }
p { color: rgb(112,95,111); }
H1.HeaderClassName
{
color: #705F6F;
}
.AnyTagClassName
{
color: #705F6F;
}
</style>
background-color css
<style>
a { background-color: #705F6F; }
a { background-color: rgb(112,95,111); }
div.DivClassName
{
background-color: #705F6F;
}
.BgClassName
{
background-color: #705F6F;
}
</style>
border-color css
<style>
span { border-color: #705F6F; }
span { border-color: rgb(112,95,111); }
td.TdClassName
{
border-color: #705F6F;
}
.TagClassName
{
border-color: #705F6F;
}
</style>