Shades of Salt Box #72516A
Tints of Salt Box #72516A
RGB
CMYK
RGB Variations
Color information
#72516A (or 0x72516A) is known color: Salt Box. HEX triplet: 72, 51 and 6A. RGB value is (114,81,106). Sum of RGB (Red+Green+Blue) = 114+81+106=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #72516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72516A is #8DAE95. Grayscale: #5D5D5D. Windows color (decimal): -9285270 or 6967666. OLE color: 6967666.
HSL color Cylindrical-coordinate representation of color #72516A: hue angle of 314.55º 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 #72516A is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 106 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.55 |
| HSL | 314.55º | 0.17% | 0.38% | - |
| HSV(B) | 314.55º | 0.29% | 0.45% | - |
| XYZ | 12.48 | 10.5 | 15 | - |
| YUV | 93.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 106 | 0 | 0.29 | 0.07 | 0.55 | 314.55 | 0.17 | 0.38 |
| Hex | 72 | 51 | 6A | 0 | 1D | 7 | 37 | 13B | 11 | 26 |
| Octal | 162 | 121 | 152 | 0 | 35 | 7 | 67 | 473 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1101010 | 0 | 11101 | 111 | 110111 | 100111011 | 10001 | 100110 |
Color Harmonies of #72516A
Complementary color
Monochromatic Colors of #72516A
Black with #72516A
Text Example
Text Example
White with #72516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72516A; }
p { color: rgb(114,81,106); }
H1.HeaderClassName
{
color: #72516A;
}
.AnyTagClassName
{
color: #72516A;
}
</style>
background-color css
<style>
a { background-color: #72516A; }
a { background-color: rgb(114,81,106); }
div.DivClassName
{
background-color: #72516A;
}
.BgClassName
{
background-color: #72516A;
}
</style>
border-color css
<style>
span { border-color: #72516A; }
span { border-color: rgb(114,81,106); }
td.TdClassName
{
border-color: #72516A;
}
.TagClassName
{
border-color: #72516A;
}
</style>