Shades of Salt Box #705F6B
Tints of Salt Box #705F6B
RGB
CMYK
RGB Variations
Color information
#705F6B (or 0x705F6B) is known color: Salt Box. HEX triplet: 70, 5F and 6B. RGB value is (112,95,107). Sum of RGB (Red+Green+Blue) = 112+95+107=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6B is #8FA094. Grayscale: #656565. Windows color (decimal): -9412757 or 7036784. OLE color: 7036784.
HSL color Cylindrical-coordinate representation of color #705F6B: hue angle of 317.65º 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 #705F6B is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 107 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.56 |
| HSL | 317.65º | 0.08% | 0.41% | - |
| HSV(B) | 317.65º | 0.15% | 0.44% | - |
| XYZ | 13.43 | 12.69 | 15.65 | - |
| YUV | 101.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 107 | 0 | 0.15 | 0.04 | 0.56 | 317.65 | 0.08 | 0.41 |
| Hex | 70 | 5F | 6B | 0 | F | 4 | 38 | 13E | 8 | 29 |
| Octal | 160 | 137 | 153 | 0 | 17 | 4 | 70 | 476 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1101011 | 0 | 1111 | 100 | 111000 | 100111110 | 1000 | 101001 |
Color Harmonies of #705F6B
Complementary color
Monochromatic Colors of #705F6B
Black with #705F6B
Text Example
Text Example
White with #705F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F6B; }
p { color: rgb(112,95,107); }
H1.HeaderClassName
{
color: #705F6B;
}
.AnyTagClassName
{
color: #705F6B;
}
</style>
background-color css
<style>
a { background-color: #705F6B; }
a { background-color: rgb(112,95,107); }
div.DivClassName
{
background-color: #705F6B;
}
.BgClassName
{
background-color: #705F6B;
}
</style>
border-color css
<style>
span { border-color: #705F6B; }
span { border-color: rgb(112,95,107); }
td.TdClassName
{
border-color: #705F6B;
}
.TagClassName
{
border-color: #705F6B;
}
</style>