Shades of Salt Box #7A5271
Tints of Salt Box #7A5271
RGB
CMYK
RGB Variations
Color information
#7A5271 (or 0x7A5271) is known color: Salt Box. HEX triplet: 7A, 52 and 71. RGB value is (122,82,113). Sum of RGB (Red+Green+Blue) = 122+82+113=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5271 is #85AD8E. Grayscale: #616161. Windows color (decimal): -8760719 or 7426682. OLE color: 7426682.
HSL color Cylindrical-coordinate representation of color #7A5271: hue angle of 313.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5271 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 113 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.52 |
| HSL | 313.5º | 0.2% | 0.4% | - |
| HSV(B) | 313.5º | 0.33% | 0.48% | - |
| XYZ | 14.02 | 11.36 | 17.08 | - |
| YUV | 97.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 113 | 0 | 0.33 | 0.07 | 0.52 | 313.5 | 0.2 | 0.4 |
| Hex | 7A | 52 | 71 | 0 | 21 | 7 | 34 | 13A | 14 | 28 |
| Octal | 172 | 122 | 161 | 0 | 41 | 7 | 64 | 472 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1110001 | 0 | 100001 | 111 | 110100 | 100111010 | 10100 | 101000 |
Color Harmonies of #7A5271
Complementary color
Monochromatic Colors of #7A5271
Black with #7A5271
Text Example
Text Example
White with #7A5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5271; }
p { color: rgb(122,82,113); }
H1.HeaderClassName
{
color: #7A5271;
}
.AnyTagClassName
{
color: #7A5271;
}
</style>
background-color css
<style>
a { background-color: #7A5271; }
a { background-color: rgb(122,82,113); }
div.DivClassName
{
background-color: #7A5271;
}
.BgClassName
{
background-color: #7A5271;
}
</style>
border-color css
<style>
span { border-color: #7A5271; }
span { border-color: rgb(122,82,113); }
td.TdClassName
{
border-color: #7A5271;
}
.TagClassName
{
border-color: #7A5271;
}
</style>