Shades of Salt Box #71546A
Tints of Salt Box #71546A
RGB
CMYK
RGB Variations
Color information
#71546A (or 0x71546A) is known color: Salt Box. HEX triplet: 71, 54 and 6A. RGB value is (113,84,106). Sum of RGB (Red+Green+Blue) = 113+84+106=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71546A is #8EAB95. Grayscale: #5F5F5F. Windows color (decimal): -9350038 or 6968433. OLE color: 6968433.
HSL color Cylindrical-coordinate representation of color #71546A: hue angle of 314.48º 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 #71546A is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 84 | 106 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.56 |
| HSL | 314.48º | 0.15% | 0.39% | - |
| HSV(B) | 314.48º | 0.26% | 0.44% | - |
| XYZ | 12.58 | 10.89 | 15.07 | - |
| YUV | 95.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 106 | 0 | 0.26 | 0.06 | 0.56 | 314.48 | 0.15 | 0.39 |
| Hex | 71 | 54 | 6A | 0 | 1A | 6 | 38 | 13A | F | 27 |
| Octal | 161 | 124 | 152 | 0 | 32 | 6 | 70 | 472 | 17 | 47 |
| Binary | 1110001 | 1010100 | 1101010 | 0 | 11010 | 110 | 111000 | 100111010 | 1111 | 100111 |
Color Harmonies of #71546A
Complementary color
Monochromatic Colors of #71546A
Black with #71546A
Text Example
Text Example
White with #71546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71546A; }
p { color: rgb(113,84,106); }
H1.HeaderClassName
{
color: #71546A;
}
.AnyTagClassName
{
color: #71546A;
}
</style>
background-color css
<style>
a { background-color: #71546A; }
a { background-color: rgb(113,84,106); }
div.DivClassName
{
background-color: #71546A;
}
.BgClassName
{
background-color: #71546A;
}
</style>
border-color css
<style>
span { border-color: #71546A; }
span { border-color: rgb(113,84,106); }
td.TdClassName
{
border-color: #71546A;
}
.TagClassName
{
border-color: #71546A;
}
</style>