Shades of Salt Box #71576D
Tints of Salt Box #71576D
RGB
CMYK
RGB Variations
Color information
#71576D (or 0x71576D) is known color: Salt Box. HEX triplet: 71, 57 and 6D. RGB value is (113,87,109). Sum of RGB (Red+Green+Blue) = 113+87+109=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71576D is #8EA892. Grayscale: #616161. Windows color (decimal): -9349267 or 7165809. OLE color: 7165809.
HSL color Cylindrical-coordinate representation of color #71576D: hue angle of 309.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71576D is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 109 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.56 |
| HSL | 309.23º | 0.13% | 0.39% | - |
| HSV(B) | 309.23º | 0.23% | 0.44% | - |
| XYZ | 12.98 | 11.43 | 15.99 | - |
| YUV | 97.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 109 | 0 | 0.23 | 0.04 | 0.56 | 309.23 | 0.13 | 0.39 |
| Hex | 71 | 57 | 6D | 0 | 17 | 4 | 38 | 135 | D | 27 |
| Octal | 161 | 127 | 155 | 0 | 27 | 4 | 70 | 465 | 15 | 47 |
| Binary | 1110001 | 1010111 | 1101101 | 0 | 10111 | 100 | 111000 | 100110101 | 1101 | 100111 |
Color Harmonies of #71576D
Complementary color
Monochromatic Colors of #71576D
Black with #71576D
Text Example
Text Example
White with #71576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71576D; }
p { color: rgb(113,87,109); }
H1.HeaderClassName
{
color: #71576D;
}
.AnyTagClassName
{
color: #71576D;
}
</style>
background-color css
<style>
a { background-color: #71576D; }
a { background-color: rgb(113,87,109); }
div.DivClassName
{
background-color: #71576D;
}
.BgClassName
{
background-color: #71576D;
}
</style>
border-color css
<style>
span { border-color: #71576D; }
span { border-color: rgb(113,87,109); }
td.TdClassName
{
border-color: #71576D;
}
.TagClassName
{
border-color: #71576D;
}
</style>