Shades of Salt Box #7A4B70
Tints of Salt Box #7A4B70
RGB
CMYK
RGB Variations
Color information
#7A4B70 (or 0x7A4B70) is known color: Salt Box. HEX triplet: 7A, 4B and 70. RGB value is (122,75,112). Sum of RGB (Red+Green+Blue) = 122+75+112=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4B70 is #85B48F. Grayscale: #5D5D5D. Windows color (decimal): -8762512 or 7359354. OLE color: 7359354.
HSL color Cylindrical-coordinate representation of color #7A4B70: hue angle of 312.77º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4B70 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 75 | 112 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.52 |
| HSL | 312.77º | 0.24% | 0.39% | - |
| HSV(B) | 312.77º | 0.39% | 0.48% | - |
| XYZ | 13.47 | 10.34 | 16.62 | - |
| YUV | 93.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 112 | 0 | 0.39 | 0.08 | 0.52 | 312.77 | 0.24 | 0.39 |
| Hex | 7A | 4B | 70 | 0 | 27 | 8 | 34 | 139 | 18 | 27 |
| Octal | 172 | 113 | 160 | 0 | 47 | 10 | 64 | 471 | 30 | 47 |
| Binary | 1111010 | 1001011 | 1110000 | 0 | 100111 | 1000 | 110100 | 100111001 | 11000 | 100111 |
Color Harmonies of #7A4B70
Complementary color
Monochromatic Colors of #7A4B70
Black with #7A4B70
Text Example
Text Example
White with #7A4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4B70; }
p { color: rgb(122,75,112); }
H1.HeaderClassName
{
color: #7A4B70;
}
.AnyTagClassName
{
color: #7A4B70;
}
</style>
background-color css
<style>
a { background-color: #7A4B70; }
a { background-color: rgb(122,75,112); }
div.DivClassName
{
background-color: #7A4B70;
}
.BgClassName
{
background-color: #7A4B70;
}
</style>
border-color css
<style>
span { border-color: #7A4B70; }
span { border-color: rgb(122,75,112); }
td.TdClassName
{
border-color: #7A4B70;
}
.TagClassName
{
border-color: #7A4B70;
}
</style>