Shades of Salt Box #704C6C
Tints of Salt Box #704C6C
RGB
CMYK
RGB Variations
Color information
#704C6C (or 0x704C6C) is known color: Salt Box. HEX triplet: 70, 4C and 6C. RGB value is (112,76,108). Sum of RGB (Red+Green+Blue) = 112+76+108=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6C is #8FB393. Grayscale: #5A5A5A. Windows color (decimal): -9417620 or 7097456. OLE color: 7097456.
HSL color Cylindrical-coordinate representation of color #704C6C: hue angle of 306.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C6C is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 108 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.56 |
| HSL | 306.67º | 0.19% | 0.37% | - |
| HSV(B) | 306.67º | 0.32% | 0.44% | - |
| XYZ | 11.97 | 9.7 | 15.43 | - |
| YUV | 90.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 108 | 0 | 0.32 | 0.04 | 0.56 | 306.67 | 0.19 | 0.37 |
| Hex | 70 | 4C | 6C | 0 | 20 | 4 | 38 | 133 | 13 | 25 |
| Octal | 160 | 114 | 154 | 0 | 40 | 4 | 70 | 463 | 23 | 45 |
| Binary | 1110000 | 1001100 | 1101100 | 0 | 100000 | 100 | 111000 | 100110011 | 10011 | 100101 |
Color Harmonies of #704C6C
Complementary color
Monochromatic Colors of #704C6C
Black with #704C6C
Text Example
Text Example
White with #704C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C6C; }
p { color: rgb(112,76,108); }
H1.HeaderClassName
{
color: #704C6C;
}
.AnyTagClassName
{
color: #704C6C;
}
</style>
background-color css
<style>
a { background-color: #704C6C; }
a { background-color: rgb(112,76,108); }
div.DivClassName
{
background-color: #704C6C;
}
.BgClassName
{
background-color: #704C6C;
}
</style>
border-color css
<style>
span { border-color: #704C6C; }
span { border-color: rgb(112,76,108); }
td.TdClassName
{
border-color: #704C6C;
}
.TagClassName
{
border-color: #704C6C;
}
</style>