Shades of Salt Box #71526D
Tints of Salt Box #71526D
RGB
CMYK
RGB Variations
Color information
#71526D (or 0x71526D) is known color: Salt Box. HEX triplet: 71, 52 and 6D. RGB value is (113,82,109). Sum of RGB (Red+Green+Blue) = 113+82+109=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71526D is #8EAD92. Grayscale: #5E5E5E. Windows color (decimal): -9350547 or 7164529. OLE color: 7164529.
HSL color Cylindrical-coordinate representation of color #71526D: hue angle of 307.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71526D is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 109 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.56 |
| HSL | 307.74º | 0.16% | 0.38% | - |
| HSV(B) | 307.74º | 0.27% | 0.44% | - |
| XYZ | 12.59 | 10.65 | 15.86 | - |
| YUV | 94.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 109 | 0 | 0.27 | 0.04 | 0.56 | 307.74 | 0.16 | 0.38 |
| Hex | 71 | 52 | 6D | 0 | 1B | 4 | 38 | 134 | 10 | 26 |
| Octal | 161 | 122 | 155 | 0 | 33 | 4 | 70 | 464 | 20 | 46 |
| Binary | 1110001 | 1010010 | 1101101 | 0 | 11011 | 100 | 111000 | 100110100 | 10000 | 100110 |
Color Harmonies of #71526D
Complementary color
Monochromatic Colors of #71526D
Black with #71526D
Text Example
Text Example
White with #71526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71526D; }
p { color: rgb(113,82,109); }
H1.HeaderClassName
{
color: #71526D;
}
.AnyTagClassName
{
color: #71526D;
}
</style>
background-color css
<style>
a { background-color: #71526D; }
a { background-color: rgb(113,82,109); }
div.DivClassName
{
background-color: #71526D;
}
.BgClassName
{
background-color: #71526D;
}
</style>
border-color css
<style>
span { border-color: #71526D; }
span { border-color: rgb(113,82,109); }
td.TdClassName
{
border-color: #71526D;
}
.TagClassName
{
border-color: #71526D;
}
</style>