Shades of Salt Box #705F6C
Tints of Salt Box #705F6C
RGB
CMYK
RGB Variations
Color information
#705F6C (or 0x705F6C) is known color: Salt Box. HEX triplet: 70, 5F and 6C. RGB value is (112,95,108). Sum of RGB (Red+Green+Blue) = 112+95+108=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6C is #8FA093. Grayscale: #656565. Windows color (decimal): -9412756 or 7102320. OLE color: 7102320.
HSL color Cylindrical-coordinate representation of color #705F6C: hue angle of 314.12º 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 #705F6C is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 108 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.56 |
| HSL | 314.12º | 0.08% | 0.41% | - |
| HSV(B) | 314.12º | 0.15% | 0.44% | - |
| XYZ | 13.48 | 12.71 | 15.93 | - |
| YUV | 101.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 108 | 0 | 0.15 | 0.04 | 0.56 | 314.12 | 0.08 | 0.41 |
| Hex | 70 | 5F | 6C | 0 | F | 4 | 38 | 13A | 8 | 29 |
| Octal | 160 | 137 | 154 | 0 | 17 | 4 | 70 | 472 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1101100 | 0 | 1111 | 100 | 111000 | 100111010 | 1000 | 101001 |
Color Harmonies of #705F6C
Complementary color
Monochromatic Colors of #705F6C
Black with #705F6C
Text Example
Text Example
White with #705F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F6C; }
p { color: rgb(112,95,108); }
H1.HeaderClassName
{
color: #705F6C;
}
.AnyTagClassName
{
color: #705F6C;
}
</style>
background-color css
<style>
a { background-color: #705F6C; }
a { background-color: rgb(112,95,108); }
div.DivClassName
{
background-color: #705F6C;
}
.BgClassName
{
background-color: #705F6C;
}
</style>
border-color css
<style>
span { border-color: #705F6C; }
span { border-color: rgb(112,95,108); }
td.TdClassName
{
border-color: #705F6C;
}
.TagClassName
{
border-color: #705F6C;
}
</style>