Shades of Salt Box #795E70
Tints of Salt Box #795E70
RGB
CMYK
RGB Variations
Color information
#795E70 (or 0x795E70) is known color: Salt Box. HEX triplet: 79, 5E and 70. RGB value is (121,94,112). Sum of RGB (Red+Green+Blue) = 121+94+112=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E70 is #86A18F. Grayscale: #686868. Windows color (decimal): -8823184 or 7364217. OLE color: 7364217.
HSL color Cylindrical-coordinate representation of color #795E70: hue angle of 320º degrees, saturation: 0.13, 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 #795E70 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 112 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.53 |
| HSL | 320º | 0.13% | 0.42% | - |
| HSV(B) | 320º | 0.22% | 0.47% | - |
| XYZ | 14.81 | 13.24 | 17.1 | - |
| YUV | 104.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 112 | 0 | 0.22 | 0.07 | 0.53 | 320 | 0.13 | 0.42 |
| Hex | 79 | 5E | 70 | 0 | 16 | 7 | 35 | 140 | D | 2A |
| Octal | 171 | 136 | 160 | 0 | 26 | 7 | 65 | 500 | 15 | 52 |
| Binary | 1111001 | 1011110 | 1110000 | 0 | 10110 | 111 | 110101 | 101000000 | 1101 | 101010 |
Color Harmonies of #795E70
Complementary color
Monochromatic Colors of #795E70
Black with #795E70
Text Example
Text Example
White with #795E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E70; }
p { color: rgb(121,94,112); }
H1.HeaderClassName
{
color: #795E70;
}
.AnyTagClassName
{
color: #795E70;
}
</style>
background-color css
<style>
a { background-color: #795E70; }
a { background-color: rgb(121,94,112); }
div.DivClassName
{
background-color: #795E70;
}
.BgClassName
{
background-color: #795E70;
}
</style>
border-color css
<style>
span { border-color: #795E70; }
span { border-color: rgb(121,94,112); }
td.TdClassName
{
border-color: #795E70;
}
.TagClassName
{
border-color: #795E70;
}
</style>