Shades of Salt Box #705066
Tints of Salt Box #705066
RGB
CMYK
RGB Variations
Color information
#705066 (or 0x705066) is known color: Salt Box. HEX triplet: 70, 50 and 66. RGB value is (112,80,102). Sum of RGB (Red+Green+Blue) = 112+80+102=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705066 is #8FAF99. Grayscale: #5C5C5C. Windows color (decimal): -9416602 or 6705264. OLE color: 6705264.
HSL color Cylindrical-coordinate representation of color #705066: hue angle of 318.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705066 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 102 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.56 |
| HSL | 318.75º | 0.17% | 0.38% | - |
| HSV(B) | 318.75º | 0.29% | 0.44% | - |
| XYZ | 11.95 | 10.14 | 13.9 | - |
| YUV | 92.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 102 | 0 | 0.29 | 0.09 | 0.56 | 318.75 | 0.17 | 0.38 |
| Hex | 70 | 50 | 66 | 0 | 1D | 9 | 38 | 13F | 11 | 26 |
| Octal | 160 | 120 | 146 | 0 | 35 | 11 | 70 | 477 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1100110 | 0 | 11101 | 1001 | 111000 | 100111111 | 10001 | 100110 |
Color Harmonies of #705066
Complementary color
Monochromatic Colors of #705066
Black with #705066
Text Example
Text Example
White with #705066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705066; }
p { color: rgb(112,80,102); }
H1.HeaderClassName
{
color: #705066;
}
.AnyTagClassName
{
color: #705066;
}
</style>
background-color css
<style>
a { background-color: #705066; }
a { background-color: rgb(112,80,102); }
div.DivClassName
{
background-color: #705066;
}
.BgClassName
{
background-color: #705066;
}
</style>
border-color css
<style>
span { border-color: #705066; }
span { border-color: rgb(112,80,102); }
td.TdClassName
{
border-color: #705066;
}
.TagClassName
{
border-color: #705066;
}
</style>