Shades of Salt Box #73516B
Tints of Salt Box #73516B
RGB
CMYK
RGB Variations
Color information
#73516B (or 0x73516B) is known color: Salt Box. HEX triplet: 73, 51 and 6B. RGB value is (115,81,107). Sum of RGB (Red+Green+Blue) = 115+81+107=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73516B is #8CAE94. Grayscale: #5E5E5E. Windows color (decimal): -9219733 or 7033203. OLE color: 7033203.
HSL color Cylindrical-coordinate representation of color #73516B: hue angle of 314.12º 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 #73516B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 107 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.55 |
| HSL | 314.12º | 0.17% | 0.38% | - |
| HSV(B) | 314.12º | 0.3% | 0.45% | - |
| XYZ | 12.67 | 10.59 | 15.29 | - |
| YUV | 94.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 107 | 0 | 0.30 | 0.07 | 0.55 | 314.12 | 0.17 | 0.38 |
| Hex | 73 | 51 | 6B | 0 | 1E | 7 | 37 | 13A | 11 | 26 |
| Octal | 163 | 121 | 153 | 0 | 36 | 7 | 67 | 472 | 21 | 46 |
| Binary | 1110011 | 1010001 | 1101011 | 0 | 11110 | 111 | 110111 | 100111010 | 10001 | 100110 |
Color Harmonies of #73516B
Complementary color
Monochromatic Colors of #73516B
Black with #73516B
Text Example
Text Example
White with #73516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73516B; }
p { color: rgb(115,81,107); }
H1.HeaderClassName
{
color: #73516B;
}
.AnyTagClassName
{
color: #73516B;
}
</style>
background-color css
<style>
a { background-color: #73516B; }
a { background-color: rgb(115,81,107); }
div.DivClassName
{
background-color: #73516B;
}
.BgClassName
{
background-color: #73516B;
}
</style>
border-color css
<style>
span { border-color: #73516B; }
span { border-color: rgb(115,81,107); }
td.TdClassName
{
border-color: #73516B;
}
.TagClassName
{
border-color: #73516B;
}
</style>