Shades of Salt Box #72516F
Tints of Salt Box #72516F
RGB
CMYK
RGB Variations
Color information
#72516F (or 0x72516F) is known color: Salt Box. HEX triplet: 72, 51 and 6F. RGB value is (114,81,111). Sum of RGB (Red+Green+Blue) = 114+81+111=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72516F is #8DAE90. Grayscale: #5E5E5E. Windows color (decimal): -9285265 or 7295346. OLE color: 7295346.
HSL color Cylindrical-coordinate representation of color #72516F: hue angle of 305.45º 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 #72516F is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 111 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.55 |
| HSL | 305.45º | 0.17% | 0.38% | - |
| HSV(B) | 305.45º | 0.29% | 0.45% | - |
| XYZ | 12.75 | 10.61 | 16.41 | - |
| YUV | 94.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 111 | 0 | 0.29 | 0.03 | 0.55 | 305.45 | 0.17 | 0.38 |
| Hex | 72 | 51 | 6F | 0 | 1D | 3 | 37 | 131 | 11 | 26 |
| Octal | 162 | 121 | 157 | 0 | 35 | 3 | 67 | 461 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1101111 | 0 | 11101 | 11 | 110111 | 100110001 | 10001 | 100110 |
Color Harmonies of #72516F
Complementary color
Monochromatic Colors of #72516F
Black with #72516F
Text Example
Text Example
White with #72516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72516F; }
p { color: rgb(114,81,111); }
H1.HeaderClassName
{
color: #72516F;
}
.AnyTagClassName
{
color: #72516F;
}
</style>
background-color css
<style>
a { background-color: #72516F; }
a { background-color: rgb(114,81,111); }
div.DivClassName
{
background-color: #72516F;
}
.BgClassName
{
background-color: #72516F;
}
</style>
border-color css
<style>
span { border-color: #72516F; }
span { border-color: rgb(114,81,111); }
td.TdClassName
{
border-color: #72516F;
}
.TagClassName
{
border-color: #72516F;
}
</style>