Shades of Salt Box #7A5970
Tints of Salt Box #7A5970
RGB
CMYK
RGB Variations
Color information
#7A5970 (or 0x7A5970) is known color: Salt Box. HEX triplet: 7A, 59 and 70. RGB value is (122,89,112). Sum of RGB (Red+Green+Blue) = 122+89+112=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5970 is #85A68F. Grayscale: #656565. Windows color (decimal): -8758928 or 7362938. OLE color: 7362938.
HSL color Cylindrical-coordinate representation of color #7A5970: hue angle of 318.18º 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 #7A5970 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 112 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.52 |
| HSL | 318.18º | 0.16% | 0.41% | - |
| HSV(B) | 318.18º | 0.27% | 0.48% | - |
| XYZ | 14.52 | 12.45 | 16.97 | - |
| YUV | 101.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 112 | 0 | 0.27 | 0.08 | 0.52 | 318.18 | 0.16 | 0.41 |
| Hex | 7A | 59 | 70 | 0 | 1B | 8 | 34 | 13E | 10 | 29 |
| Octal | 172 | 131 | 160 | 0 | 33 | 10 | 64 | 476 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1110000 | 0 | 11011 | 1000 | 110100 | 100111110 | 10000 | 101001 |
Color Harmonies of #7A5970
Complementary color
Monochromatic Colors of #7A5970
Black with #7A5970
Text Example
Text Example
White with #7A5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5970; }
p { color: rgb(122,89,112); }
H1.HeaderClassName
{
color: #7A5970;
}
.AnyTagClassName
{
color: #7A5970;
}
</style>
background-color css
<style>
a { background-color: #7A5970; }
a { background-color: rgb(122,89,112); }
div.DivClassName
{
background-color: #7A5970;
}
.BgClassName
{
background-color: #7A5970;
}
</style>
border-color css
<style>
span { border-color: #7A5970; }
span { border-color: rgb(122,89,112); }
td.TdClassName
{
border-color: #7A5970;
}
.TagClassName
{
border-color: #7A5970;
}
</style>