Shades of Salt Box #79486E
Tints of Salt Box #79486E
RGB
CMYK
RGB Variations
Color information
#79486E (or 0x79486E) is known color: Salt Box. HEX triplet: 79, 48 and 6E. RGB value is (121,72,110). Sum of RGB (Red+Green+Blue) = 121+72+110=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #79486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486E is #86B791. Grayscale: #5A5A5A. Windows color (decimal): -8828818 or 7227513. OLE color: 7227513.
HSL color Cylindrical-coordinate representation of color #79486E: hue angle of 313.47º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79486E is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 110 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.53 |
| HSL | 313.47º | 0.25% | 0.38% | - |
| HSV(B) | 313.47º | 0.4% | 0.47% | - |
| XYZ | 13.02 | 9.83 | 15.96 | - |
| YUV | 90.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 110 | 0 | 0.40 | 0.09 | 0.53 | 313.47 | 0.25 | 0.38 |
| Hex | 79 | 48 | 6E | 0 | 28 | 9 | 35 | 139 | 19 | 26 |
| Octal | 171 | 110 | 156 | 0 | 50 | 11 | 65 | 471 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1101110 | 0 | 101000 | 1001 | 110101 | 100111001 | 11001 | 100110 |
Color Harmonies of #79486E
Complementary color
Monochromatic Colors of #79486E
Black with #79486E
Text Example
Text Example
White with #79486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79486E; }
p { color: rgb(121,72,110); }
H1.HeaderClassName
{
color: #79486E;
}
.AnyTagClassName
{
color: #79486E;
}
</style>
background-color css
<style>
a { background-color: #79486E; }
a { background-color: rgb(121,72,110); }
div.DivClassName
{
background-color: #79486E;
}
.BgClassName
{
background-color: #79486E;
}
</style>
border-color css
<style>
span { border-color: #79486E; }
span { border-color: rgb(121,72,110); }
td.TdClassName
{
border-color: #79486E;
}
.TagClassName
{
border-color: #79486E;
}
</style>