Shades of Salt Box #73586D
Tints of Salt Box #73586D
RGB
CMYK
RGB Variations
Color information
#73586D (or 0x73586D) is known color: Salt Box. HEX triplet: 73, 58 and 6D. RGB value is (115,88,109). Sum of RGB (Red+Green+Blue) = 115+88+109=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73586D is #8CA792. Grayscale: #626262. Windows color (decimal): -9217939 or 7166067. OLE color: 7166067.
HSL color Cylindrical-coordinate representation of color #73586D: hue angle of 313.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73586D is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 109 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.55 |
| HSL | 313.33º | 0.13% | 0.4% | - |
| HSV(B) | 313.33º | 0.23% | 0.45% | - |
| XYZ | 13.32 | 11.73 | 16.03 | - |
| YUV | 98.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 109 | 0 | 0.23 | 0.05 | 0.55 | 313.33 | 0.13 | 0.4 |
| Hex | 73 | 58 | 6D | 0 | 17 | 5 | 37 | 139 | D | 28 |
| Octal | 163 | 130 | 155 | 0 | 27 | 5 | 67 | 471 | 15 | 50 |
| Binary | 1110011 | 1011000 | 1101101 | 0 | 10111 | 101 | 110111 | 100111001 | 1101 | 101000 |
Color Harmonies of #73586D
Complementary color
Monochromatic Colors of #73586D
Black with #73586D
Text Example
Text Example
White with #73586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73586D; }
p { color: rgb(115,88,109); }
H1.HeaderClassName
{
color: #73586D;
}
.AnyTagClassName
{
color: #73586D;
}
</style>
background-color css
<style>
a { background-color: #73586D; }
a { background-color: rgb(115,88,109); }
div.DivClassName
{
background-color: #73586D;
}
.BgClassName
{
background-color: #73586D;
}
</style>
border-color css
<style>
span { border-color: #73586D; }
span { border-color: rgb(115,88,109); }
td.TdClassName
{
border-color: #73586D;
}
.TagClassName
{
border-color: #73586D;
}
</style>