Shades of Salt Box #79476E
Tints of Salt Box #79476E
RGB
CMYK
RGB Variations
Color information
#79476E (or 0x79476E) is known color: Salt Box. HEX triplet: 79, 47 and 6E. RGB value is (121,71,110). Sum of RGB (Red+Green+Blue) = 121+71+110=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #79476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79476E is #86B891. Grayscale: #5A5A5A. Windows color (decimal): -8829074 or 7227257. OLE color: 7227257.
HSL color Cylindrical-coordinate representation of color #79476E: hue angle of 313.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79476E is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 71 | 110 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.53 |
| HSL | 313.2º | 0.26% | 0.38% | - |
| HSV(B) | 313.2º | 0.41% | 0.47% | - |
| XYZ | 12.95 | 9.7 | 15.94 | - |
| YUV | 90.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 71 | 110 | 0 | 0.41 | 0.09 | 0.53 | 313.2 | 0.26 | 0.38 |
| Hex | 79 | 47 | 6E | 0 | 29 | 9 | 35 | 139 | 1A | 26 |
| Octal | 171 | 107 | 156 | 0 | 51 | 11 | 65 | 471 | 32 | 46 |
| Binary | 1111001 | 1000111 | 1101110 | 0 | 101001 | 1001 | 110101 | 100111001 | 11010 | 100110 |
Color Harmonies of #79476E
Complementary color
Monochromatic Colors of #79476E
Black with #79476E
Text Example
Text Example
White with #79476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79476E; }
p { color: rgb(121,71,110); }
H1.HeaderClassName
{
color: #79476E;
}
.AnyTagClassName
{
color: #79476E;
}
</style>
background-color css
<style>
a { background-color: #79476E; }
a { background-color: rgb(121,71,110); }
div.DivClassName
{
background-color: #79476E;
}
.BgClassName
{
background-color: #79476E;
}
</style>
border-color css
<style>
span { border-color: #79476E; }
span { border-color: rgb(121,71,110); }
td.TdClassName
{
border-color: #79476E;
}
.TagClassName
{
border-color: #79476E;
}
</style>