Shades of Salt Box #794E6F
Tints of Salt Box #794E6F
RGB
CMYK
RGB Variations
Color information
#794E6F (or 0x794E6F) is known color: Salt Box. HEX triplet: 79, 4E and 6F. RGB value is (121,78,111). Sum of RGB (Red+Green+Blue) = 121+78+111=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #794E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E6F is #86B190. Grayscale: #5E5E5E. Windows color (decimal): -8827281 or 7294585. OLE color: 7294585.
HSL color Cylindrical-coordinate representation of color #794E6F: hue angle of 313.95º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794E6F is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 111 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.53 |
| HSL | 313.95º | 0.22% | 0.39% | - |
| HSV(B) | 313.95º | 0.36% | 0.47% | - |
| XYZ | 13.48 | 10.66 | 16.39 | - |
| YUV | 94.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 111 | 0 | 0.36 | 0.08 | 0.53 | 313.95 | 0.22 | 0.39 |
| Hex | 79 | 4E | 6F | 0 | 24 | 8 | 35 | 13A | 16 | 27 |
| Octal | 171 | 116 | 157 | 0 | 44 | 10 | 65 | 472 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1101111 | 0 | 100100 | 1000 | 110101 | 100111010 | 10110 | 100111 |
Color Harmonies of #794E6F
Complementary color
Monochromatic Colors of #794E6F
Black with #794E6F
Text Example
Text Example
White with #794E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E6F; }
p { color: rgb(121,78,111); }
H1.HeaderClassName
{
color: #794E6F;
}
.AnyTagClassName
{
color: #794E6F;
}
</style>
background-color css
<style>
a { background-color: #794E6F; }
a { background-color: rgb(121,78,111); }
div.DivClassName
{
background-color: #794E6F;
}
.BgClassName
{
background-color: #794E6F;
}
</style>
border-color css
<style>
span { border-color: #794E6F; }
span { border-color: rgb(121,78,111); }
td.TdClassName
{
border-color: #794E6F;
}
.TagClassName
{
border-color: #794E6F;
}
</style>