Shades of Salt Box #7C5571
Tints of Salt Box #7C5571
RGB
CMYK
RGB Variations
Color information
#7C5571 (or 0x7C5571) is known color: Salt Box. HEX triplet: 7C, 55 and 71. RGB value is (124,85,113). Sum of RGB (Red+Green+Blue) = 124+85+113=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5571 is #83AA8E. Grayscale: #636363. Windows color (decimal): -8628879 or 7427452. OLE color: 7427452.
HSL color Cylindrical-coordinate representation of color #7C5571: hue angle of 316.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5571 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 113 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.51 |
| HSL | 316.92º | 0.19% | 0.41% | - |
| HSV(B) | 316.92º | 0.31% | 0.49% | - |
| XYZ | 14.54 | 11.97 | 17.17 | - |
| YUV | 99.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 113 | 0 | 0.31 | 0.09 | 0.51 | 316.92 | 0.19 | 0.41 |
| Hex | 7C | 55 | 71 | 0 | 1F | 9 | 33 | 13D | 13 | 29 |
| Octal | 174 | 125 | 161 | 0 | 37 | 11 | 63 | 475 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1110001 | 0 | 11111 | 1001 | 110011 | 100111101 | 10011 | 101001 |
Color Harmonies of #7C5571
Complementary color
Monochromatic Colors of #7C5571
Black with #7C5571
Text Example
Text Example
White with #7C5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5571; }
p { color: rgb(124,85,113); }
H1.HeaderClassName
{
color: #7C5571;
}
.AnyTagClassName
{
color: #7C5571;
}
</style>
background-color css
<style>
a { background-color: #7C5571; }
a { background-color: rgb(124,85,113); }
div.DivClassName
{
background-color: #7C5571;
}
.BgClassName
{
background-color: #7C5571;
}
</style>
border-color css
<style>
span { border-color: #7C5571; }
span { border-color: rgb(124,85,113); }
td.TdClassName
{
border-color: #7C5571;
}
.TagClassName
{
border-color: #7C5571;
}
</style>