Shades of Salt Box #72516B
Tints of Salt Box #72516B
RGB
CMYK
RGB Variations
Color information
#72516B (or 0x72516B) is known color: Salt Box. HEX triplet: 72, 51 and 6B. RGB value is (114,81,107). Sum of RGB (Red+Green+Blue) = 114+81+107=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72516B is #8DAE94. Grayscale: #5D5D5D. Windows color (decimal): -9285269 or 7033202. OLE color: 7033202.
HSL color Cylindrical-coordinate representation of color #72516B: hue angle of 312.73º 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 #72516B is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 107 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.55 |
| HSL | 312.73º | 0.17% | 0.38% | - |
| HSV(B) | 312.73º | 0.29% | 0.45% | - |
| XYZ | 12.54 | 10.52 | 15.28 | - |
| YUV | 93.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 107 | 0 | 0.29 | 0.06 | 0.55 | 312.73 | 0.17 | 0.38 |
| Hex | 72 | 51 | 6B | 0 | 1D | 6 | 37 | 139 | 11 | 26 |
| Octal | 162 | 121 | 153 | 0 | 35 | 6 | 67 | 471 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1101011 | 0 | 11101 | 110 | 110111 | 100111001 | 10001 | 100110 |
Color Harmonies of #72516B
Complementary color
Monochromatic Colors of #72516B
Black with #72516B
Text Example
Text Example
White with #72516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72516B; }
p { color: rgb(114,81,107); }
H1.HeaderClassName
{
color: #72516B;
}
.AnyTagClassName
{
color: #72516B;
}
</style>
background-color css
<style>
a { background-color: #72516B; }
a { background-color: rgb(114,81,107); }
div.DivClassName
{
background-color: #72516B;
}
.BgClassName
{
background-color: #72516B;
}
</style>
border-color css
<style>
span { border-color: #72516B; }
span { border-color: rgb(114,81,107); }
td.TdClassName
{
border-color: #72516B;
}
.TagClassName
{
border-color: #72516B;
}
</style>