Shades of Salt Box #7D5771
Tints of Salt Box #7D5771
RGB
CMYK
RGB Variations
Color information
#7D5771 (or 0x7D5771) is known color: Salt Box. HEX triplet: 7D, 57 and 71. RGB value is (125,87,113). Sum of RGB (Red+Green+Blue) = 125+87+113=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5771 is #82A88E. Grayscale: #656565. Windows color (decimal): -8562831 or 7427965. OLE color: 7427965.
HSL color Cylindrical-coordinate representation of color #7D5771: hue angle of 318.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5771 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 113 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.51 |
| HSL | 318.95º | 0.18% | 0.42% | - |
| HSV(B) | 318.95º | 0.3% | 0.49% | - |
| XYZ | 14.85 | 12.37 | 17.23 | - |
| YUV | 101.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 113 | 0 | 0.30 | 0.10 | 0.51 | 318.95 | 0.18 | 0.42 |
| Hex | 7D | 57 | 71 | 0 | 1E | A | 33 | 13F | 12 | 2A |
| Octal | 175 | 127 | 161 | 0 | 36 | 12 | 63 | 477 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1110001 | 0 | 11110 | 1010 | 110011 | 100111111 | 10010 | 101010 |
Color Harmonies of #7D5771
Complementary color
Monochromatic Colors of #7D5771
Black with #7D5771
Text Example
Text Example
White with #7D5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5771; }
p { color: rgb(125,87,113); }
H1.HeaderClassName
{
color: #7D5771;
}
.AnyTagClassName
{
color: #7D5771;
}
</style>
background-color css
<style>
a { background-color: #7D5771; }
a { background-color: rgb(125,87,113); }
div.DivClassName
{
background-color: #7D5771;
}
.BgClassName
{
background-color: #7D5771;
}
</style>
border-color css
<style>
span { border-color: #7D5771; }
span { border-color: rgb(125,87,113); }
td.TdClassName
{
border-color: #7D5771;
}
.TagClassName
{
border-color: #7D5771;
}
</style>