Shades of Salt Box #72516D
Tints of Salt Box #72516D
RGB
CMYK
RGB Variations
Color information
#72516D (or 0x72516D) is known color: Salt Box. HEX triplet: 72, 51 and 6D. RGB value is (114,81,109). Sum of RGB (Red+Green+Blue) = 114+81+109=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72516D is #8DAE92. Grayscale: #5D5D5D. Windows color (decimal): -9285267 or 7164274. OLE color: 7164274.
HSL color Cylindrical-coordinate representation of color #72516D: hue angle of 309.09º 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 #72516D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 109 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.55 |
| HSL | 309.09º | 0.17% | 0.38% | - |
| HSV(B) | 309.09º | 0.29% | 0.45% | - |
| XYZ | 12.64 | 10.57 | 15.84 | - |
| YUV | 94.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 109 | 0 | 0.29 | 0.04 | 0.55 | 309.09 | 0.17 | 0.38 |
| Hex | 72 | 51 | 6D | 0 | 1D | 4 | 37 | 135 | 11 | 26 |
| Octal | 162 | 121 | 155 | 0 | 35 | 4 | 67 | 465 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1101101 | 0 | 11101 | 100 | 110111 | 100110101 | 10001 | 100110 |
Color Harmonies of #72516D
Complementary color
Monochromatic Colors of #72516D
Black with #72516D
Text Example
Text Example
White with #72516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72516D; }
p { color: rgb(114,81,109); }
H1.HeaderClassName
{
color: #72516D;
}
.AnyTagClassName
{
color: #72516D;
}
</style>
background-color css
<style>
a { background-color: #72516D; }
a { background-color: rgb(114,81,109); }
div.DivClassName
{
background-color: #72516D;
}
.BgClassName
{
background-color: #72516D;
}
</style>
border-color css
<style>
span { border-color: #72516D; }
span { border-color: rgb(114,81,109); }
td.TdClassName
{
border-color: #72516D;
}
.TagClassName
{
border-color: #72516D;
}
</style>