Shades of Salt Box #71566F
Tints of Salt Box #71566F
RGB
CMYK
RGB Variations
Color information
#71566F (or 0x71566F) is known color: Salt Box. HEX triplet: 71, 56 and 6F. RGB value is (113,86,111). Sum of RGB (Red+Green+Blue) = 113+86+111=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #71566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71566F is #8EA990. Grayscale: #606060. Windows color (decimal): -9349521 or 7296625. OLE color: 7296625.
HSL color Cylindrical-coordinate representation of color #71566F: hue angle of 304.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71566F is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 86 | 111 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.56 |
| HSL | 304.44º | 0.14% | 0.39% | - |
| HSV(B) | 304.44º | 0.24% | 0.44% | - |
| XYZ | 13.01 | 11.31 | 16.54 | - |
| YUV | 96.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 111 | 0 | 0.24 | 0.02 | 0.56 | 304.44 | 0.14 | 0.39 |
| Hex | 71 | 56 | 6F | 0 | 18 | 2 | 38 | 130 | E | 27 |
| Octal | 161 | 126 | 157 | 0 | 30 | 2 | 70 | 460 | 16 | 47 |
| Binary | 1110001 | 1010110 | 1101111 | 0 | 11000 | 10 | 111000 | 100110000 | 1110 | 100111 |
Color Harmonies of #71566F
Complementary color
Monochromatic Colors of #71566F
Black with #71566F
Text Example
Text Example
White with #71566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71566F; }
p { color: rgb(113,86,111); }
H1.HeaderClassName
{
color: #71566F;
}
.AnyTagClassName
{
color: #71566F;
}
</style>
background-color css
<style>
a { background-color: #71566F; }
a { background-color: rgb(113,86,111); }
div.DivClassName
{
background-color: #71566F;
}
.BgClassName
{
background-color: #71566F;
}
</style>
border-color css
<style>
span { border-color: #71566F; }
span { border-color: rgb(113,86,111); }
td.TdClassName
{
border-color: #71566F;
}
.TagClassName
{
border-color: #71566F;
}
</style>