Shades of Salt Box #704E6B
Tints of Salt Box #704E6B
RGB
CMYK
RGB Variations
Color information
#704E6B (or 0x704E6B) is known color: Salt Box. HEX triplet: 70, 4E and 6B. RGB value is (112,78,107). Sum of RGB (Red+Green+Blue) = 112+78+107=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #704E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E6B is #8FB194. Grayscale: #5B5B5B. Windows color (decimal): -9417109 or 7032432. OLE color: 7032432.
HSL color Cylindrical-coordinate representation of color #704E6B: hue angle of 308.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E6B is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 107 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.56 |
| HSL | 308.82º | 0.18% | 0.37% | - |
| HSV(B) | 308.82º | 0.3% | 0.44% | - |
| XYZ | 12.06 | 9.96 | 15.2 | - |
| YUV | 91.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 107 | 0 | 0.30 | 0.04 | 0.56 | 308.82 | 0.18 | 0.37 |
| Hex | 70 | 4E | 6B | 0 | 1E | 4 | 38 | 135 | 12 | 25 |
| Octal | 160 | 116 | 153 | 0 | 36 | 4 | 70 | 465 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1101011 | 0 | 11110 | 100 | 111000 | 100110101 | 10010 | 100101 |
Color Harmonies of #704E6B
Complementary color
Monochromatic Colors of #704E6B
Black with #704E6B
Text Example
Text Example
White with #704E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E6B; }
p { color: rgb(112,78,107); }
H1.HeaderClassName
{
color: #704E6B;
}
.AnyTagClassName
{
color: #704E6B;
}
</style>
background-color css
<style>
a { background-color: #704E6B; }
a { background-color: rgb(112,78,107); }
div.DivClassName
{
background-color: #704E6B;
}
.BgClassName
{
background-color: #704E6B;
}
</style>
border-color css
<style>
span { border-color: #704E6B; }
span { border-color: rgb(112,78,107); }
td.TdClassName
{
border-color: #704E6B;
}
.TagClassName
{
border-color: #704E6B;
}
</style>