Shades of Salt Box #71546C
Tints of Salt Box #71546C
RGB
CMYK
RGB Variations
Color information
#71546C (or 0x71546C) is known color: Salt Box. HEX triplet: 71, 54 and 6C. RGB value is (113,84,108). Sum of RGB (Red+Green+Blue) = 113+84+108=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71546C is #8EAB93. Grayscale: #5F5F5F. Windows color (decimal): -9350036 or 7099505. OLE color: 7099505.
HSL color Cylindrical-coordinate representation of color #71546C: hue angle of 310.34º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71546C is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 84 | 108 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.56 |
| HSL | 310.34º | 0.15% | 0.39% | - |
| HSV(B) | 310.34º | 0.26% | 0.44% | - |
| XYZ | 12.69 | 10.93 | 15.63 | - |
| YUV | 95.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 108 | 0 | 0.26 | 0.04 | 0.56 | 310.34 | 0.15 | 0.39 |
| Hex | 71 | 54 | 6C | 0 | 1A | 4 | 38 | 136 | F | 27 |
| Octal | 161 | 124 | 154 | 0 | 32 | 4 | 70 | 466 | 17 | 47 |
| Binary | 1110001 | 1010100 | 1101100 | 0 | 11010 | 100 | 111000 | 100110110 | 1111 | 100111 |
Color Harmonies of #71546C
Complementary color
Monochromatic Colors of #71546C
Black with #71546C
Text Example
Text Example
White with #71546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71546C; }
p { color: rgb(113,84,108); }
H1.HeaderClassName
{
color: #71546C;
}
.AnyTagClassName
{
color: #71546C;
}
</style>
background-color css
<style>
a { background-color: #71546C; }
a { background-color: rgb(113,84,108); }
div.DivClassName
{
background-color: #71546C;
}
.BgClassName
{
background-color: #71546C;
}
</style>
border-color css
<style>
span { border-color: #71546C; }
span { border-color: rgb(113,84,108); }
td.TdClassName
{
border-color: #71546C;
}
.TagClassName
{
border-color: #71546C;
}
</style>