Shades of Salt Box #71556D
Tints of Salt Box #71556D
RGB
CMYK
RGB Variations
Color information
#71556D (or 0x71556D) is known color: Salt Box. HEX triplet: 71, 55 and 6D. RGB value is (113,85,109). Sum of RGB (Red+Green+Blue) = 113+85+109=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #71556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71556D is #8EAA92. Grayscale: #606060. Windows color (decimal): -9349779 or 7165297. OLE color: 7165297.
HSL color Cylindrical-coordinate representation of color #71556D: hue angle of 308.57º 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 #71556D is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 109 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.56 |
| HSL | 308.57º | 0.14% | 0.39% | - |
| HSV(B) | 308.57º | 0.25% | 0.44% | - |
| XYZ | 12.82 | 11.11 | 15.94 | - |
| YUV | 96.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 109 | 0 | 0.25 | 0.04 | 0.56 | 308.57 | 0.14 | 0.39 |
| Hex | 71 | 55 | 6D | 0 | 19 | 4 | 38 | 135 | E | 27 |
| Octal | 161 | 125 | 155 | 0 | 31 | 4 | 70 | 465 | 16 | 47 |
| Binary | 1110001 | 1010101 | 1101101 | 0 | 11001 | 100 | 111000 | 100110101 | 1110 | 100111 |
Color Harmonies of #71556D
Complementary color
Monochromatic Colors of #71556D
Black with #71556D
Text Example
Text Example
White with #71556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71556D; }
p { color: rgb(113,85,109); }
H1.HeaderClassName
{
color: #71556D;
}
.AnyTagClassName
{
color: #71556D;
}
</style>
background-color css
<style>
a { background-color: #71556D; }
a { background-color: rgb(113,85,109); }
div.DivClassName
{
background-color: #71556D;
}
.BgClassName
{
background-color: #71556D;
}
</style>
border-color css
<style>
span { border-color: #71556D; }
span { border-color: rgb(113,85,109); }
td.TdClassName
{
border-color: #71556D;
}
.TagClassName
{
border-color: #71556D;
}
</style>