Shades of Salt Box #7C5271
Tints of Salt Box #7C5271
RGB
CMYK
RGB Variations
Color information
#7C5271 (or 0x7C5271) is known color: Salt Box. HEX triplet: 7C, 52 and 71. RGB value is (124,82,113). Sum of RGB (Red+Green+Blue) = 124+82+113=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5271 is #83AD8E. Grayscale: #626262. Windows color (decimal): -8629647 or 7426684. OLE color: 7426684.
HSL color Cylindrical-coordinate representation of color #7C5271: hue angle of 315.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5271 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 113 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.51 |
| HSL | 315.71º | 0.2% | 0.4% | - |
| HSV(B) | 315.71º | 0.34% | 0.49% | - |
| XYZ | 14.31 | 11.51 | 17.09 | - |
| YUV | 98.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 113 | 0 | 0.34 | 0.09 | 0.51 | 315.71 | 0.2 | 0.4 |
| Hex | 7C | 52 | 71 | 0 | 22 | 9 | 33 | 13C | 14 | 28 |
| Octal | 174 | 122 | 161 | 0 | 42 | 11 | 63 | 474 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1110001 | 0 | 100010 | 1001 | 110011 | 100111100 | 10100 | 101000 |
Color Harmonies of #7C5271
Complementary color
Monochromatic Colors of #7C5271
Black with #7C5271
Text Example
Text Example
White with #7C5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5271; }
p { color: rgb(124,82,113); }
H1.HeaderClassName
{
color: #7C5271;
}
.AnyTagClassName
{
color: #7C5271;
}
</style>
background-color css
<style>
a { background-color: #7C5271; }
a { background-color: rgb(124,82,113); }
div.DivClassName
{
background-color: #7C5271;
}
.BgClassName
{
background-color: #7C5271;
}
</style>
border-color css
<style>
span { border-color: #7C5271; }
span { border-color: rgb(124,82,113); }
td.TdClassName
{
border-color: #7C5271;
}
.TagClassName
{
border-color: #7C5271;
}
</style>