Shades of Salt Box #71516C
Tints of Salt Box #71516C
RGB
CMYK
RGB Variations
Color information
#71516C (or 0x71516C) is known color: Salt Box. HEX triplet: 71, 51 and 6C. RGB value is (113,81,108). Sum of RGB (Red+Green+Blue) = 113+81+108=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71516C is #8EAE93. Grayscale: #5D5D5D. Windows color (decimal): -9350804 or 7098737. OLE color: 7098737.
HSL color Cylindrical-coordinate representation of color #71516C: hue angle of 309.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71516C is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 108 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.56 |
| HSL | 309.38º | 0.16% | 0.38% | - |
| HSV(B) | 309.38º | 0.28% | 0.44% | - |
| XYZ | 12.46 | 10.48 | 15.55 | - |
| YUV | 93.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 108 | 0 | 0.28 | 0.04 | 0.56 | 309.38 | 0.16 | 0.38 |
| Hex | 71 | 51 | 6C | 0 | 1C | 4 | 38 | 135 | 10 | 26 |
| Octal | 161 | 121 | 154 | 0 | 34 | 4 | 70 | 465 | 20 | 46 |
| Binary | 1110001 | 1010001 | 1101100 | 0 | 11100 | 100 | 111000 | 100110101 | 10000 | 100110 |
Color Harmonies of #71516C
Complementary color
Monochromatic Colors of #71516C
Black with #71516C
Text Example
Text Example
White with #71516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71516C; }
p { color: rgb(113,81,108); }
H1.HeaderClassName
{
color: #71516C;
}
.AnyTagClassName
{
color: #71516C;
}
</style>
background-color css
<style>
a { background-color: #71516C; }
a { background-color: rgb(113,81,108); }
div.DivClassName
{
background-color: #71516C;
}
.BgClassName
{
background-color: #71516C;
}
</style>
border-color css
<style>
span { border-color: #71516C; }
span { border-color: rgb(113,81,108); }
td.TdClassName
{
border-color: #71516C;
}
.TagClassName
{
border-color: #71516C;
}
</style>