Shades of Salt Box #7A5571
Tints of Salt Box #7A5571
RGB
CMYK
RGB Variations
Color information
#7A5571 (or 0x7A5571) is known color: Salt Box. HEX triplet: 7A, 55 and 71. RGB value is (122,85,113). Sum of RGB (Red+Green+Blue) = 122+85+113=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5571 is #85AA8E. Grayscale: #636363. Windows color (decimal): -8759951 or 7427450. OLE color: 7427450.
HSL color Cylindrical-coordinate representation of color #7A5571: hue angle of 314.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5571 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 113 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.52 |
| HSL | 314.59º | 0.18% | 0.41% | - |
| HSV(B) | 314.59º | 0.3% | 0.48% | - |
| XYZ | 14.26 | 11.83 | 17.15 | - |
| YUV | 99.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 113 | 0 | 0.30 | 0.07 | 0.52 | 314.59 | 0.18 | 0.41 |
| Hex | 7A | 55 | 71 | 0 | 1E | 7 | 34 | 13B | 12 | 29 |
| Octal | 172 | 125 | 161 | 0 | 36 | 7 | 64 | 473 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1110001 | 0 | 11110 | 111 | 110100 | 100111011 | 10010 | 101001 |
Color Harmonies of #7A5571
Complementary color
Monochromatic Colors of #7A5571
Black with #7A5571
Text Example
Text Example
White with #7A5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5571; }
p { color: rgb(122,85,113); }
H1.HeaderClassName
{
color: #7A5571;
}
.AnyTagClassName
{
color: #7A5571;
}
</style>
background-color css
<style>
a { background-color: #7A5571; }
a { background-color: rgb(122,85,113); }
div.DivClassName
{
background-color: #7A5571;
}
.BgClassName
{
background-color: #7A5571;
}
</style>
border-color css
<style>
span { border-color: #7A5571; }
span { border-color: rgb(122,85,113); }
td.TdClassName
{
border-color: #7A5571;
}
.TagClassName
{
border-color: #7A5571;
}
</style>