Shades of Salt Box #71536C
Tints of Salt Box #71536C
RGB
CMYK
RGB Variations
Color information
#71536C (or 0x71536C) is known color: Salt Box. HEX triplet: 71, 53 and 6C. RGB value is (113,83,108). Sum of RGB (Red+Green+Blue) = 113+83+108=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536C is #8EAC93. Grayscale: #5E5E5E. Windows color (decimal): -9350292 or 7099249. OLE color: 7099249.
HSL color Cylindrical-coordinate representation of color #71536C: hue angle of 310º degrees, saturation: 0.15, 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 #71536C is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 108 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.56 |
| HSL | 310º | 0.15% | 0.38% | - |
| HSV(B) | 310º | 0.27% | 0.44% | - |
| XYZ | 12.61 | 10.78 | 15.6 | - |
| YUV | 94.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 108 | 0 | 0.27 | 0.04 | 0.56 | 310 | 0.15 | 0.38 |
| Hex | 71 | 53 | 6C | 0 | 1B | 4 | 38 | 136 | F | 26 |
| Octal | 161 | 123 | 154 | 0 | 33 | 4 | 70 | 466 | 17 | 46 |
| Binary | 1110001 | 1010011 | 1101100 | 0 | 11011 | 100 | 111000 | 100110110 | 1111 | 100110 |
Color Harmonies of #71536C
Complementary color
Monochromatic Colors of #71536C
Black with #71536C
Text Example
Text Example
White with #71536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71536C; }
p { color: rgb(113,83,108); }
H1.HeaderClassName
{
color: #71536C;
}
.AnyTagClassName
{
color: #71536C;
}
</style>
background-color css
<style>
a { background-color: #71536C; }
a { background-color: rgb(113,83,108); }
div.DivClassName
{
background-color: #71536C;
}
.BgClassName
{
background-color: #71536C;
}
</style>
border-color css
<style>
span { border-color: #71536C; }
span { border-color: rgb(113,83,108); }
td.TdClassName
{
border-color: #71536C;
}
.TagClassName
{
border-color: #71536C;
}
</style>