Shades of Salt Box #73556D
Tints of Salt Box #73556D
RGB
CMYK
RGB Variations
Color information
#73556D (or 0x73556D) is known color: Salt Box. HEX triplet: 73, 55 and 6D. RGB value is (115,85,109). Sum of RGB (Red+Green+Blue) = 115+85+109=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73556D is #8CAA92. Grayscale: #606060. Windows color (decimal): -9218707 or 7165299. OLE color: 7165299.
HSL color Cylindrical-coordinate representation of color #73556D: hue angle of 312º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73556D is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 109 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.55 |
| HSL | 312º | 0.15% | 0.39% | - |
| HSV(B) | 312º | 0.26% | 0.45% | - |
| XYZ | 13.08 | 11.25 | 15.95 | - |
| YUV | 96.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 109 | 0 | 0.26 | 0.05 | 0.55 | 312 | 0.15 | 0.39 |
| Hex | 73 | 55 | 6D | 0 | 1A | 5 | 37 | 138 | F | 27 |
| Octal | 163 | 125 | 155 | 0 | 32 | 5 | 67 | 470 | 17 | 47 |
| Binary | 1110011 | 1010101 | 1101101 | 0 | 11010 | 101 | 110111 | 100111000 | 1111 | 100111 |
Color Harmonies of #73556D
Complementary color
Monochromatic Colors of #73556D
Black with #73556D
Text Example
Text Example
White with #73556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73556D; }
p { color: rgb(115,85,109); }
H1.HeaderClassName
{
color: #73556D;
}
.AnyTagClassName
{
color: #73556D;
}
</style>
background-color css
<style>
a { background-color: #73556D; }
a { background-color: rgb(115,85,109); }
div.DivClassName
{
background-color: #73556D;
}
.BgClassName
{
background-color: #73556D;
}
</style>
border-color css
<style>
span { border-color: #73556D; }
span { border-color: rgb(115,85,109); }
td.TdClassName
{
border-color: #73556D;
}
.TagClassName
{
border-color: #73556D;
}
</style>