Shades of Salt Box #71586E
Tints of Salt Box #71586E
RGB
CMYK
RGB Variations
Color information
#71586E (or 0x71586E) is known color: Salt Box. HEX triplet: 71, 58 and 6E. RGB value is (113,88,110). Sum of RGB (Red+Green+Blue) = 113+88+110=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #71586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71586E is #8EA791. Grayscale: #616161. Windows color (decimal): -9349010 or 7231601. OLE color: 7231601.
HSL color Cylindrical-coordinate representation of color #71586E: hue angle of 307.2º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71586E is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 110 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.56 |
| HSL | 307.2º | 0.12% | 0.39% | - |
| HSV(B) | 307.2º | 0.22% | 0.44% | - |
| XYZ | 13.11 | 11.62 | 16.3 | - |
| YUV | 97.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 110 | 0 | 0.22 | 0.03 | 0.56 | 307.2 | 0.12 | 0.39 |
| Hex | 71 | 58 | 6E | 0 | 16 | 3 | 38 | 133 | C | 27 |
| Octal | 161 | 130 | 156 | 0 | 26 | 3 | 70 | 463 | 14 | 47 |
| Binary | 1110001 | 1011000 | 1101110 | 0 | 10110 | 11 | 111000 | 100110011 | 1100 | 100111 |
Color Harmonies of #71586E
Complementary color
Monochromatic Colors of #71586E
Black with #71586E
Text Example
Text Example
White with #71586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71586E; }
p { color: rgb(113,88,110); }
H1.HeaderClassName
{
color: #71586E;
}
.AnyTagClassName
{
color: #71586E;
}
</style>
background-color css
<style>
a { background-color: #71586E; }
a { background-color: rgb(113,88,110); }
div.DivClassName
{
background-color: #71586E;
}
.BgClassName
{
background-color: #71586E;
}
</style>
border-color css
<style>
span { border-color: #71586E; }
span { border-color: rgb(113,88,110); }
td.TdClassName
{
border-color: #71586E;
}
.TagClassName
{
border-color: #71586E;
}
</style>