Shades of Salt Box #785E70
Tints of Salt Box #785E70
RGB
CMYK
RGB Variations
Color information
#785E70 (or 0x785E70) is known color: Salt Box. HEX triplet: 78, 5E and 70. RGB value is (120,94,112). Sum of RGB (Red+Green+Blue) = 120+94+112=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #785E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E70 is #87A18F. Grayscale: #676767. Windows color (decimal): -8888720 or 7364216. OLE color: 7364216.
HSL color Cylindrical-coordinate representation of color #785E70: hue angle of 318.46º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E70 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 112 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.53 |
| HSL | 318.46º | 0.12% | 0.42% | - |
| HSV(B) | 318.46º | 0.22% | 0.47% | - |
| XYZ | 14.67 | 13.17 | 17.1 | - |
| YUV | 103.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 112 | 0 | 0.22 | 0.07 | 0.53 | 318.46 | 0.12 | 0.42 |
| Hex | 78 | 5E | 70 | 0 | 16 | 7 | 35 | 13E | C | 2A |
| Octal | 170 | 136 | 160 | 0 | 26 | 7 | 65 | 476 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1110000 | 0 | 10110 | 111 | 110101 | 100111110 | 1100 | 101010 |
Color Harmonies of #785E70
Complementary color
Monochromatic Colors of #785E70
Black with #785E70
Text Example
Text Example
White with #785E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E70; }
p { color: rgb(120,94,112); }
H1.HeaderClassName
{
color: #785E70;
}
.AnyTagClassName
{
color: #785E70;
}
</style>
background-color css
<style>
a { background-color: #785E70; }
a { background-color: rgb(120,94,112); }
div.DivClassName
{
background-color: #785E70;
}
.BgClassName
{
background-color: #785E70;
}
</style>
border-color css
<style>
span { border-color: #785E70; }
span { border-color: rgb(120,94,112); }
td.TdClassName
{
border-color: #785E70;
}
.TagClassName
{
border-color: #785E70;
}
</style>