Shades of Salt Box #704F6E
Tints of Salt Box #704F6E
RGB
CMYK
RGB Variations
Color information
#704F6E (or 0x704F6E) is known color: Salt Box. HEX triplet: 70, 4F and 6E. RGB value is (112,79,110). Sum of RGB (Red+Green+Blue) = 112+79+110=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #704F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F6E is #8FB091. Grayscale: #5C5C5C. Windows color (decimal): -9416850 or 7229296. OLE color: 7229296.
HSL color Cylindrical-coordinate representation of color #704F6E: hue angle of 303.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #704F6E is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 79 | 110 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.56 |
| HSL | 303.64º | 0.17% | 0.37% | - |
| HSV(B) | 303.64º | 0.29% | 0.44% | - |
| XYZ | 12.29 | 10.16 | 16.07 | - |
| YUV | 92.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 110 | 0 | 0.29 | 0.02 | 0.56 | 303.64 | 0.17 | 0.37 |
| Hex | 70 | 4F | 6E | 0 | 1D | 2 | 38 | 130 | 11 | 25 |
| Octal | 160 | 117 | 156 | 0 | 35 | 2 | 70 | 460 | 21 | 45 |
| Binary | 1110000 | 1001111 | 1101110 | 0 | 11101 | 10 | 111000 | 100110000 | 10001 | 100101 |
Color Harmonies of #704F6E
Complementary color
Monochromatic Colors of #704F6E
Black with #704F6E
Text Example
Text Example
White with #704F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704F6E; }
p { color: rgb(112,79,110); }
H1.HeaderClassName
{
color: #704F6E;
}
.AnyTagClassName
{
color: #704F6E;
}
</style>
background-color css
<style>
a { background-color: #704F6E; }
a { background-color: rgb(112,79,110); }
div.DivClassName
{
background-color: #704F6E;
}
.BgClassName
{
background-color: #704F6E;
}
</style>
border-color css
<style>
span { border-color: #704F6E; }
span { border-color: rgb(112,79,110); }
td.TdClassName
{
border-color: #704F6E;
}
.TagClassName
{
border-color: #704F6E;
}
</style>