Shades of Salt Box #704D66
Tints of Salt Box #704D66
RGB
CMYK
RGB Variations
Color information
#704D66 (or 0x704D66) is known color: Salt Box. HEX triplet: 70, 4D and 66. RGB value is (112,77,102). Sum of RGB (Red+Green+Blue) = 112+77+102=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #704D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D66 is #8FB299. Grayscale: #5A5A5A. Windows color (decimal): -9417370 or 6704496. OLE color: 6704496.
HSL color Cylindrical-coordinate representation of color #704D66: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D66 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 102 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.56 |
| HSL | 317.14º | 0.19% | 0.37% | - |
| HSV(B) | 317.14º | 0.31% | 0.44% | - |
| XYZ | 11.73 | 9.71 | 13.83 | - |
| YUV | 90.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 102 | 0 | 0.31 | 0.09 | 0.56 | 317.14 | 0.19 | 0.37 |
| Hex | 70 | 4D | 66 | 0 | 1F | 9 | 38 | 13D | 13 | 25 |
| Octal | 160 | 115 | 146 | 0 | 37 | 11 | 70 | 475 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1100110 | 0 | 11111 | 1001 | 111000 | 100111101 | 10011 | 100101 |
Color Harmonies of #704D66
Complementary color
Monochromatic Colors of #704D66
Black with #704D66
Text Example
Text Example
White with #704D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D66; }
p { color: rgb(112,77,102); }
H1.HeaderClassName
{
color: #704D66;
}
.AnyTagClassName
{
color: #704D66;
}
</style>
background-color css
<style>
a { background-color: #704D66; }
a { background-color: rgb(112,77,102); }
div.DivClassName
{
background-color: #704D66;
}
.BgClassName
{
background-color: #704D66;
}
</style>
border-color css
<style>
span { border-color: #704D66; }
span { border-color: rgb(112,77,102); }
td.TdClassName
{
border-color: #704D66;
}
.TagClassName
{
border-color: #704D66;
}
</style>