Shades of Salt Box #7A496F
Tints of Salt Box #7A496F
RGB
CMYK
RGB Variations
Color information
#7A496F (or 0x7A496F) is known color: Salt Box. HEX triplet: 7A, 49 and 6F. RGB value is (122,73,111). Sum of RGB (Red+Green+Blue) = 122+73+111=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A496F is #85B690. Grayscale: #5B5B5B. Windows color (decimal): -8763025 or 7293306. OLE color: 7293306.
HSL color Cylindrical-coordinate representation of color #7A496F: hue angle of 313.47º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A496F is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 111 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.52 |
| HSL | 313.47º | 0.25% | 0.38% | - |
| HSV(B) | 313.47º | 0.4% | 0.48% | - |
| XYZ | 13.28 | 10.05 | 16.28 | - |
| YUV | 91.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 111 | 0 | 0.40 | 0.09 | 0.52 | 313.47 | 0.25 | 0.38 |
| Hex | 7A | 49 | 6F | 0 | 28 | 9 | 34 | 139 | 19 | 26 |
| Octal | 172 | 111 | 157 | 0 | 50 | 11 | 64 | 471 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1101111 | 0 | 101000 | 1001 | 110100 | 100111001 | 11001 | 100110 |
Color Harmonies of #7A496F
Complementary color
Monochromatic Colors of #7A496F
Black with #7A496F
Text Example
Text Example
White with #7A496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A496F; }
p { color: rgb(122,73,111); }
H1.HeaderClassName
{
color: #7A496F;
}
.AnyTagClassName
{
color: #7A496F;
}
</style>
background-color css
<style>
a { background-color: #7A496F; }
a { background-color: rgb(122,73,111); }
div.DivClassName
{
background-color: #7A496F;
}
.BgClassName
{
background-color: #7A496F;
}
</style>
border-color css
<style>
span { border-color: #7A496F; }
span { border-color: rgb(122,73,111); }
td.TdClassName
{
border-color: #7A496F;
}
.TagClassName
{
border-color: #7A496F;
}
</style>