Shades of Salt Box #704866
Tints of Salt Box #704866
RGB
CMYK
RGB Variations
Color information
#704866 (or 0x704866) is known color: Salt Box. HEX triplet: 70, 48 and 66. RGB value is (112,72,102). Sum of RGB (Red+Green+Blue) = 112+72+102=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704866 is #8FB799. Grayscale: #575757. Windows color (decimal): -9418650 or 6703216. OLE color: 6703216.
HSL color Cylindrical-coordinate representation of color #704866: hue angle of 315º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #704866 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 102 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.56 |
| HSL | 315º | 0.22% | 0.36% | - |
| HSV(B) | 315º | 0.36% | 0.44% | - |
| XYZ | 11.4 | 9.04 | 13.71 | - |
| YUV | 87.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 102 | 0 | 0.36 | 0.09 | 0.56 | 315 | 0.22 | 0.36 |
| Hex | 70 | 48 | 66 | 0 | 24 | 9 | 38 | 13B | 16 | 24 |
| Octal | 160 | 110 | 146 | 0 | 44 | 11 | 70 | 473 | 26 | 44 |
| Binary | 1110000 | 1001000 | 1100110 | 0 | 100100 | 1001 | 111000 | 100111011 | 10110 | 100100 |
Color Harmonies of #704866
Complementary color
Monochromatic Colors of #704866
Black with #704866
Text Example
Text Example
White with #704866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704866; }
p { color: rgb(112,72,102); }
H1.HeaderClassName
{
color: #704866;
}
.AnyTagClassName
{
color: #704866;
}
</style>
background-color css
<style>
a { background-color: #704866; }
a { background-color: rgb(112,72,102); }
div.DivClassName
{
background-color: #704866;
}
.BgClassName
{
background-color: #704866;
}
</style>
border-color css
<style>
span { border-color: #704866; }
span { border-color: rgb(112,72,102); }
td.TdClassName
{
border-color: #704866;
}
.TagClassName
{
border-color: #704866;
}
</style>