Shades of Salt Box #73516A
Tints of Salt Box #73516A
RGB
CMYK
RGB Variations
Color information
#73516A (or 0x73516A) is known color: Salt Box. HEX triplet: 73, 51 and 6A. RGB value is (115,81,106). Sum of RGB (Red+Green+Blue) = 115+81+106=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #73516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73516A is #8CAE95. Grayscale: #5D5D5D. Windows color (decimal): -9219734 or 6967667. OLE color: 6967667.
HSL color Cylindrical-coordinate representation of color #73516A: hue angle of 315.88º 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 #73516A is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 106 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.55 |
| HSL | 315.88º | 0.17% | 0.38% | - |
| HSV(B) | 315.88º | 0.3% | 0.45% | - |
| XYZ | 12.61 | 10.57 | 15.01 | - |
| YUV | 94.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 106 | 0 | 0.30 | 0.08 | 0.55 | 315.88 | 0.17 | 0.38 |
| Hex | 73 | 51 | 6A | 0 | 1E | 8 | 37 | 13C | 11 | 26 |
| Octal | 163 | 121 | 152 | 0 | 36 | 10 | 67 | 474 | 21 | 46 |
| Binary | 1110011 | 1010001 | 1101010 | 0 | 11110 | 1000 | 110111 | 100111100 | 10001 | 100110 |
Color Harmonies of #73516A
Complementary color
Monochromatic Colors of #73516A
Black with #73516A
Text Example
Text Example
White with #73516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73516A; }
p { color: rgb(115,81,106); }
H1.HeaderClassName
{
color: #73516A;
}
.AnyTagClassName
{
color: #73516A;
}
</style>
background-color css
<style>
a { background-color: #73516A; }
a { background-color: rgb(115,81,106); }
div.DivClassName
{
background-color: #73516A;
}
.BgClassName
{
background-color: #73516A;
}
</style>
border-color css
<style>
span { border-color: #73516A; }
span { border-color: rgb(115,81,106); }
td.TdClassName
{
border-color: #73516A;
}
.TagClassName
{
border-color: #73516A;
}
</style>