Shades of Salt Box #704B66
Tints of Salt Box #704B66
RGB
CMYK
RGB Variations
Color information
#704B66 (or 0x704B66) is known color: Salt Box. HEX triplet: 70, 4B and 66. RGB value is (112,75,102). Sum of RGB (Red+Green+Blue) = 112+75+102=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B66 is #8FB499. Grayscale: #595959. Windows color (decimal): -9417882 or 6703984. OLE color: 6703984.
HSL color Cylindrical-coordinate representation of color #704B66: hue angle of 316.22º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B66 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 102 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.56 |
| HSL | 316.22º | 0.2% | 0.37% | - |
| HSV(B) | 316.22º | 0.33% | 0.44% | - |
| XYZ | 11.6 | 9.44 | 13.78 | - |
| YUV | 89.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 102 | 0 | 0.33 | 0.09 | 0.56 | 316.22 | 0.2 | 0.37 |
| Hex | 70 | 4B | 66 | 0 | 21 | 9 | 38 | 13C | 14 | 25 |
| Octal | 160 | 113 | 146 | 0 | 41 | 11 | 70 | 474 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1100110 | 0 | 100001 | 1001 | 111000 | 100111100 | 10100 | 100101 |
Color Harmonies of #704B66
Complementary color
Monochromatic Colors of #704B66
Black with #704B66
Text Example
Text Example
White with #704B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B66; }
p { color: rgb(112,75,102); }
H1.HeaderClassName
{
color: #704B66;
}
.AnyTagClassName
{
color: #704B66;
}
</style>
background-color css
<style>
a { background-color: #704B66; }
a { background-color: rgb(112,75,102); }
div.DivClassName
{
background-color: #704B66;
}
.BgClassName
{
background-color: #704B66;
}
</style>
border-color css
<style>
span { border-color: #704B66; }
span { border-color: rgb(112,75,102); }
td.TdClassName
{
border-color: #704B66;
}
.TagClassName
{
border-color: #704B66;
}
</style>