Shades of Salt Box #7A5070
Tints of Salt Box #7A5070
RGB
CMYK
RGB Variations
Color information
#7A5070 (or 0x7A5070) is known color: Salt Box. HEX triplet: 7A, 50 and 70. RGB value is (122,80,112). Sum of RGB (Red+Green+Blue) = 122+80+112=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5070 is #85AF8F. Grayscale: #606060. Windows color (decimal): -8761232 or 7360634. OLE color: 7360634.
HSL color Cylindrical-coordinate representation of color #7A5070: hue angle of 314.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5070 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 112 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.52 |
| HSL | 314.29º | 0.21% | 0.4% | - |
| HSV(B) | 314.29º | 0.34% | 0.48% | - |
| XYZ | 13.82 | 11.04 | 16.73 | - |
| YUV | 96.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 112 | 0 | 0.34 | 0.08 | 0.52 | 314.29 | 0.21 | 0.4 |
| Hex | 7A | 50 | 70 | 0 | 22 | 8 | 34 | 13A | 15 | 28 |
| Octal | 172 | 120 | 160 | 0 | 42 | 10 | 64 | 472 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1110000 | 0 | 100010 | 1000 | 110100 | 100111010 | 10101 | 101000 |
Color Harmonies of #7A5070
Complementary color
Monochromatic Colors of #7A5070
Black with #7A5070
Text Example
Text Example
White with #7A5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5070; }
p { color: rgb(122,80,112); }
H1.HeaderClassName
{
color: #7A5070;
}
.AnyTagClassName
{
color: #7A5070;
}
</style>
background-color css
<style>
a { background-color: #7A5070; }
a { background-color: rgb(122,80,112); }
div.DivClassName
{
background-color: #7A5070;
}
.BgClassName
{
background-color: #7A5070;
}
</style>
border-color css
<style>
span { border-color: #7A5070; }
span { border-color: rgb(122,80,112); }
td.TdClassName
{
border-color: #7A5070;
}
.TagClassName
{
border-color: #7A5070;
}
</style>