Shades of Salt Box #7A596F
Tints of Salt Box #7A596F
RGB
CMYK
RGB Variations
Color information
#7A596F (or 0x7A596F) is known color: Salt Box. HEX triplet: 7A, 59 and 6F. RGB value is (122,89,111). Sum of RGB (Red+Green+Blue) = 122+89+111=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A596F is #85A690. Grayscale: #656565. Windows color (decimal): -8758929 or 7297402. OLE color: 7297402.
HSL color Cylindrical-coordinate representation of color #7A596F: hue angle of 320º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A596F is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 111 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.52 |
| HSL | 320º | 0.16% | 0.41% | - |
| HSV(B) | 320º | 0.27% | 0.48% | - |
| XYZ | 14.47 | 12.43 | 16.68 | - |
| YUV | 101.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 111 | 0 | 0.27 | 0.09 | 0.52 | 320 | 0.16 | 0.41 |
| Hex | 7A | 59 | 6F | 0 | 1B | 9 | 34 | 140 | 10 | 29 |
| Octal | 172 | 131 | 157 | 0 | 33 | 11 | 64 | 500 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1101111 | 0 | 11011 | 1001 | 110100 | 101000000 | 10000 | 101001 |
Color Harmonies of #7A596F
Complementary color
Monochromatic Colors of #7A596F
Black with #7A596F
Text Example
Text Example
White with #7A596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A596F; }
p { color: rgb(122,89,111); }
H1.HeaderClassName
{
color: #7A596F;
}
.AnyTagClassName
{
color: #7A596F;
}
</style>
background-color css
<style>
a { background-color: #7A596F; }
a { background-color: rgb(122,89,111); }
div.DivClassName
{
background-color: #7A596F;
}
.BgClassName
{
background-color: #7A596F;
}
</style>
border-color css
<style>
span { border-color: #7A596F; }
span { border-color: rgb(122,89,111); }
td.TdClassName
{
border-color: #7A596F;
}
.TagClassName
{
border-color: #7A596F;
}
</style>