Shades of Salt Box #73516D
Tints of Salt Box #73516D
RGB
CMYK
RGB Variations
Color information
#73516D (or 0x73516D) is known color: Salt Box. HEX triplet: 73, 51 and 6D. RGB value is (115,81,109). Sum of RGB (Red+Green+Blue) = 115+81+109=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73516D is #8CAE92. Grayscale: #5E5E5E. Windows color (decimal): -9219731 or 7164275. OLE color: 7164275.
HSL color Cylindrical-coordinate representation of color #73516D: hue angle of 310.59º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73516D is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 109 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.55 |
| HSL | 310.59º | 0.17% | 0.38% | - |
| HSV(B) | 310.59º | 0.3% | 0.45% | - |
| XYZ | 12.77 | 10.63 | 15.85 | - |
| YUV | 94.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 109 | 0 | 0.30 | 0.05 | 0.55 | 310.59 | 0.17 | 0.38 |
| Hex | 73 | 51 | 6D | 0 | 1E | 5 | 37 | 137 | 11 | 26 |
| Octal | 163 | 121 | 155 | 0 | 36 | 5 | 67 | 467 | 21 | 46 |
| Binary | 1110011 | 1010001 | 1101101 | 0 | 11110 | 101 | 110111 | 100110111 | 10001 | 100110 |
Color Harmonies of #73516D
Complementary color
Monochromatic Colors of #73516D
Black with #73516D
Text Example
Text Example
White with #73516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73516D; }
p { color: rgb(115,81,109); }
H1.HeaderClassName
{
color: #73516D;
}
.AnyTagClassName
{
color: #73516D;
}
</style>
background-color css
<style>
a { background-color: #73516D; }
a { background-color: rgb(115,81,109); }
div.DivClassName
{
background-color: #73516D;
}
.BgClassName
{
background-color: #73516D;
}
</style>
border-color css
<style>
span { border-color: #73516D; }
span { border-color: rgb(115,81,109); }
td.TdClassName
{
border-color: #73516D;
}
.TagClassName
{
border-color: #73516D;
}
</style>