Shades of Salt Box #7A556F
Tints of Salt Box #7A556F
RGB
CMYK
RGB Variations
Color information
#7A556F (or 0x7A556F) is known color: Salt Box. HEX triplet: 7A, 55 and 6F. RGB value is (122,85,111). Sum of RGB (Red+Green+Blue) = 122+85+111=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556F is #85AA90. Grayscale: #626262. Windows color (decimal): -8759953 or 7296378. OLE color: 7296378.
HSL color Cylindrical-coordinate representation of color #7A556F: hue angle of 317.84º 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 #7A556F is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 111 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.52 |
| HSL | 317.84º | 0.18% | 0.41% | - |
| HSV(B) | 317.84º | 0.3% | 0.48% | - |
| XYZ | 14.14 | 11.78 | 16.57 | - |
| YUV | 99.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 111 | 0 | 0.30 | 0.09 | 0.52 | 317.84 | 0.18 | 0.41 |
| Hex | 7A | 55 | 6F | 0 | 1E | 9 | 34 | 13E | 12 | 29 |
| Octal | 172 | 125 | 157 | 0 | 36 | 11 | 64 | 476 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1101111 | 0 | 11110 | 1001 | 110100 | 100111110 | 10010 | 101001 |
Color Harmonies of #7A556F
Complementary color
Monochromatic Colors of #7A556F
Black with #7A556F
Text Example
Text Example
White with #7A556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A556F; }
p { color: rgb(122,85,111); }
H1.HeaderClassName
{
color: #7A556F;
}
.AnyTagClassName
{
color: #7A556F;
}
</style>
background-color css
<style>
a { background-color: #7A556F; }
a { background-color: rgb(122,85,111); }
div.DivClassName
{
background-color: #7A556F;
}
.BgClassName
{
background-color: #7A556F;
}
</style>
border-color css
<style>
span { border-color: #7A556F; }
span { border-color: rgb(122,85,111); }
td.TdClassName
{
border-color: #7A556F;
}
.TagClassName
{
border-color: #7A556F;
}
</style>