Shades of Salt Box #71556F
Tints of Salt Box #71556F
RGB
CMYK
RGB Variations
Color information
#71556F (or 0x71556F) is known color: Salt Box. HEX triplet: 71, 55 and 6F. RGB value is (113,85,111). Sum of RGB (Red+Green+Blue) = 113+85+111=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71556F is #8EAA90. Grayscale: #606060. Windows color (decimal): -9349777 or 7296369. OLE color: 7296369.
HSL color Cylindrical-coordinate representation of color #71556F: hue angle of 304.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71556F is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 111 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.56 |
| HSL | 304.29º | 0.14% | 0.39% | - |
| HSV(B) | 304.29º | 0.25% | 0.44% | - |
| XYZ | 12.93 | 11.16 | 16.51 | - |
| YUV | 96.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 111 | 0 | 0.25 | 0.02 | 0.56 | 304.29 | 0.14 | 0.39 |
| Hex | 71 | 55 | 6F | 0 | 19 | 2 | 38 | 130 | E | 27 |
| Octal | 161 | 125 | 157 | 0 | 31 | 2 | 70 | 460 | 16 | 47 |
| Binary | 1110001 | 1010101 | 1101111 | 0 | 11001 | 10 | 111000 | 100110000 | 1110 | 100111 |
Color Harmonies of #71556F
Complementary color
Monochromatic Colors of #71556F
Black with #71556F
Text Example
Text Example
White with #71556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71556F; }
p { color: rgb(113,85,111); }
H1.HeaderClassName
{
color: #71556F;
}
.AnyTagClassName
{
color: #71556F;
}
</style>
background-color css
<style>
a { background-color: #71556F; }
a { background-color: rgb(113,85,111); }
div.DivClassName
{
background-color: #71556F;
}
.BgClassName
{
background-color: #71556F;
}
</style>
border-color css
<style>
span { border-color: #71556F; }
span { border-color: rgb(113,85,111); }
td.TdClassName
{
border-color: #71556F;
}
.TagClassName
{
border-color: #71556F;
}
</style>