Shades of Salt Box #71526C
Tints of Salt Box #71526C
RGB
CMYK
RGB Variations
Color information
#71526C (or 0x71526C) is known color: Salt Box. HEX triplet: 71, 52 and 6C. RGB value is (113,82,108). Sum of RGB (Red+Green+Blue) = 113+82+108=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71526C is #8EAD93. Grayscale: #5E5E5E. Windows color (decimal): -9350548 or 7098993. OLE color: 7098993.
HSL color Cylindrical-coordinate representation of color #71526C: hue angle of 309.68º 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 #71526C is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 108 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.56 |
| HSL | 309.68º | 0.16% | 0.38% | - |
| HSV(B) | 309.68º | 0.27% | 0.44% | - |
| XYZ | 12.53 | 10.63 | 15.58 | - |
| YUV | 94.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 108 | 0 | 0.27 | 0.04 | 0.56 | 309.68 | 0.16 | 0.38 |
| Hex | 71 | 52 | 6C | 0 | 1B | 4 | 38 | 136 | 10 | 26 |
| Octal | 161 | 122 | 154 | 0 | 33 | 4 | 70 | 466 | 20 | 46 |
| Binary | 1110001 | 1010010 | 1101100 | 0 | 11011 | 100 | 111000 | 100110110 | 10000 | 100110 |
Color Harmonies of #71526C
Complementary color
Monochromatic Colors of #71526C
Black with #71526C
Text Example
Text Example
White with #71526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71526C; }
p { color: rgb(113,82,108); }
H1.HeaderClassName
{
color: #71526C;
}
.AnyTagClassName
{
color: #71526C;
}
</style>
background-color css
<style>
a { background-color: #71526C; }
a { background-color: rgb(113,82,108); }
div.DivClassName
{
background-color: #71526C;
}
.BgClassName
{
background-color: #71526C;
}
</style>
border-color css
<style>
span { border-color: #71526C; }
span { border-color: rgb(113,82,108); }
td.TdClassName
{
border-color: #71526C;
}
.TagClassName
{
border-color: #71526C;
}
</style>