Shades of Salt Box #73506D
Tints of Salt Box #73506D
RGB
CMYK
RGB Variations
Color information
#73506D (or 0x73506D) is known color: Salt Box. HEX triplet: 73, 50 and 6D. RGB value is (115,80,109). Sum of RGB (Red+Green+Blue) = 115+80+109=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #73506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73506D is #8CAF92. Grayscale: #5D5D5D. Windows color (decimal): -9219987 or 7164019. OLE color: 7164019.
HSL color Cylindrical-coordinate representation of color #73506D: hue angle of 310.29º degrees, saturation: 0.18, 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 #73506D is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 109 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.55 |
| HSL | 310.29º | 0.18% | 0.38% | - |
| HSV(B) | 310.29º | 0.3% | 0.45% | - |
| XYZ | 12.7 | 10.49 | 15.82 | - |
| YUV | 93.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 109 | 0 | 0.30 | 0.05 | 0.55 | 310.29 | 0.18 | 0.38 |
| Hex | 73 | 50 | 6D | 0 | 1E | 5 | 37 | 136 | 12 | 26 |
| Octal | 163 | 120 | 155 | 0 | 36 | 5 | 67 | 466 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1101101 | 0 | 11110 | 101 | 110111 | 100110110 | 10010 | 100110 |
Color Harmonies of #73506D
Complementary color
Monochromatic Colors of #73506D
Black with #73506D
Text Example
Text Example
White with #73506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73506D; }
p { color: rgb(115,80,109); }
H1.HeaderClassName
{
color: #73506D;
}
.AnyTagClassName
{
color: #73506D;
}
</style>
background-color css
<style>
a { background-color: #73506D; }
a { background-color: rgb(115,80,109); }
div.DivClassName
{
background-color: #73506D;
}
.BgClassName
{
background-color: #73506D;
}
</style>
border-color css
<style>
span { border-color: #73506D; }
span { border-color: rgb(115,80,109); }
td.TdClassName
{
border-color: #73506D;
}
.TagClassName
{
border-color: #73506D;
}
</style>