Shades of Salt Box #7A5770
Tints of Salt Box #7A5770
RGB
CMYK
RGB Variations
Color information
#7A5770 (or 0x7A5770) is known color: Salt Box. HEX triplet: 7A, 57 and 70. RGB value is (122,87,112). Sum of RGB (Red+Green+Blue) = 122+87+112=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5770 is #85A88F. Grayscale: #646464. Windows color (decimal): -8759440 or 7362426. OLE color: 7362426.
HSL color Cylindrical-coordinate representation of color #7A5770: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A5770 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 112 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.52 |
| HSL | 317.14º | 0.17% | 0.41% | - |
| HSV(B) | 317.14º | 0.29% | 0.48% | - |
| XYZ | 14.36 | 12.12 | 16.91 | - |
| YUV | 100.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 112 | 0 | 0.29 | 0.08 | 0.52 | 317.14 | 0.17 | 0.41 |
| Hex | 7A | 57 | 70 | 0 | 1D | 8 | 34 | 13D | 11 | 29 |
| Octal | 172 | 127 | 160 | 0 | 35 | 10 | 64 | 475 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1110000 | 0 | 11101 | 1000 | 110100 | 100111101 | 10001 | 101001 |
Color Harmonies of #7A5770
Complementary color
Monochromatic Colors of #7A5770
Black with #7A5770
Text Example
Text Example
White with #7A5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5770; }
p { color: rgb(122,87,112); }
H1.HeaderClassName
{
color: #7A5770;
}
.AnyTagClassName
{
color: #7A5770;
}
</style>
background-color css
<style>
a { background-color: #7A5770; }
a { background-color: rgb(122,87,112); }
div.DivClassName
{
background-color: #7A5770;
}
.BgClassName
{
background-color: #7A5770;
}
</style>
border-color css
<style>
span { border-color: #7A5770; }
span { border-color: rgb(122,87,112); }
td.TdClassName
{
border-color: #7A5770;
}
.TagClassName
{
border-color: #7A5770;
}
</style>