Shades of Salt Box #704E6A
Tints of Salt Box #704E6A
RGB
CMYK
RGB Variations
Color information
#704E6A (or 0x704E6A) is known color: Salt Box. HEX triplet: 70, 4E and 6A. RGB value is (112,78,106). Sum of RGB (Red+Green+Blue) = 112+78+106=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E6A is #8FB195. Grayscale: #5B5B5B. Windows color (decimal): -9417110 or 6966896. OLE color: 6966896.
HSL color Cylindrical-coordinate representation of color #704E6A: hue angle of 310.59º 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 #704E6A is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 106 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.56 |
| HSL | 310.59º | 0.18% | 0.37% | - |
| HSV(B) | 310.59º | 0.3% | 0.44% | - |
| XYZ | 12.01 | 9.93 | 14.92 | - |
| YUV | 91.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 106 | 0 | 0.30 | 0.05 | 0.56 | 310.59 | 0.18 | 0.37 |
| Hex | 70 | 4E | 6A | 0 | 1E | 5 | 38 | 137 | 12 | 25 |
| Octal | 160 | 116 | 152 | 0 | 36 | 5 | 70 | 467 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1101010 | 0 | 11110 | 101 | 111000 | 100110111 | 10010 | 100101 |
Color Harmonies of #704E6A
Complementary color
Monochromatic Colors of #704E6A
Black with #704E6A
Text Example
Text Example
White with #704E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E6A; }
p { color: rgb(112,78,106); }
H1.HeaderClassName
{
color: #704E6A;
}
.AnyTagClassName
{
color: #704E6A;
}
</style>
background-color css
<style>
a { background-color: #704E6A; }
a { background-color: rgb(112,78,106); }
div.DivClassName
{
background-color: #704E6A;
}
.BgClassName
{
background-color: #704E6A;
}
</style>
border-color css
<style>
span { border-color: #704E6A; }
span { border-color: rgb(112,78,106); }
td.TdClassName
{
border-color: #704E6A;
}
.TagClassName
{
border-color: #704E6A;
}
</style>