Shades of Salt Box #72516E
Tints of Salt Box #72516E
RGB
CMYK
RGB Variations
Color information
#72516E (or 0x72516E) is known color: Salt Box. HEX triplet: 72, 51 and 6E. RGB value is (114,81,110). Sum of RGB (Red+Green+Blue) = 114+81+110=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72516E is #8DAE91. Grayscale: #5E5E5E. Windows color (decimal): -9285266 or 7229810. OLE color: 7229810.
HSL color Cylindrical-coordinate representation of color #72516E: hue angle of 307.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72516E is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 110 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.55 |
| HSL | 307.27º | 0.17% | 0.38% | - |
| HSV(B) | 307.27º | 0.29% | 0.45% | - |
| XYZ | 12.7 | 10.59 | 16.13 | - |
| YUV | 94.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 110 | 0 | 0.29 | 0.04 | 0.55 | 307.27 | 0.17 | 0.38 |
| Hex | 72 | 51 | 6E | 0 | 1D | 4 | 37 | 133 | 11 | 26 |
| Octal | 162 | 121 | 156 | 0 | 35 | 4 | 67 | 463 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1101110 | 0 | 11101 | 100 | 110111 | 100110011 | 10001 | 100110 |
Color Harmonies of #72516E
Complementary color
Monochromatic Colors of #72516E
Black with #72516E
Text Example
Text Example
White with #72516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72516E; }
p { color: rgb(114,81,110); }
H1.HeaderClassName
{
color: #72516E;
}
.AnyTagClassName
{
color: #72516E;
}
</style>
background-color css
<style>
a { background-color: #72516E; }
a { background-color: rgb(114,81,110); }
div.DivClassName
{
background-color: #72516E;
}
.BgClassName
{
background-color: #72516E;
}
</style>
border-color css
<style>
span { border-color: #72516E; }
span { border-color: rgb(114,81,110); }
td.TdClassName
{
border-color: #72516E;
}
.TagClassName
{
border-color: #72516E;
}
</style>