Shades of Salt Box #7D5571
Tints of Salt Box #7D5571
RGB
CMYK
RGB Variations
Color information
#7D5571 (or 0x7D5571) is known color: Salt Box. HEX triplet: 7D, 55 and 71. RGB value is (125,85,113). Sum of RGB (Red+Green+Blue) = 125+85+113=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5571 is #82AA8E. Grayscale: #646464. Windows color (decimal): -8563343 or 7427453. OLE color: 7427453.
HSL color Cylindrical-coordinate representation of color #7D5571: hue angle of 318º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5571 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 113 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.51 |
| HSL | 318º | 0.19% | 0.41% | - |
| HSV(B) | 318º | 0.32% | 0.49% | - |
| XYZ | 14.69 | 12.05 | 17.17 | - |
| YUV | 100.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 113 | 0 | 0.32 | 0.10 | 0.51 | 318 | 0.19 | 0.41 |
| Hex | 7D | 55 | 71 | 0 | 20 | A | 33 | 13E | 13 | 29 |
| Octal | 175 | 125 | 161 | 0 | 40 | 12 | 63 | 476 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1110001 | 0 | 100000 | 1010 | 110011 | 100111110 | 10011 | 101001 |
Color Harmonies of #7D5571
Complementary color
Monochromatic Colors of #7D5571
Black with #7D5571
Text Example
Text Example
White with #7D5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5571; }
p { color: rgb(125,85,113); }
H1.HeaderClassName
{
color: #7D5571;
}
.AnyTagClassName
{
color: #7D5571;
}
</style>
background-color css
<style>
a { background-color: #7D5571; }
a { background-color: rgb(125,85,113); }
div.DivClassName
{
background-color: #7D5571;
}
.BgClassName
{
background-color: #7D5571;
}
</style>
border-color css
<style>
span { border-color: #7D5571; }
span { border-color: rgb(125,85,113); }
td.TdClassName
{
border-color: #7D5571;
}
.TagClassName
{
border-color: #7D5571;
}
</style>