Shades of Salt Box #73606D
Tints of Salt Box #73606D
RGB
CMYK
RGB Variations
Color information
#73606D (or 0x73606D) is known color: Salt Box. HEX triplet: 73, 60 and 6D. RGB value is (115,96,109). Sum of RGB (Red+Green+Blue) = 115+96+109=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73606D is #8C9F92. Grayscale: #676767. Windows color (decimal): -9215891 or 7168115. OLE color: 7168115.
HSL color Cylindrical-coordinate representation of color #73606D: hue angle of 318.95º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73606D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 109 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.55 |
| HSL | 318.95º | 0.09% | 0.41% | - |
| HSV(B) | 318.95º | 0.17% | 0.45% | - |
| XYZ | 14.01 | 13.11 | 16.26 | - |
| YUV | 103.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 109 | 0 | 0.17 | 0.05 | 0.55 | 318.95 | 0.09 | 0.41 |
| Hex | 73 | 60 | 6D | 0 | 11 | 5 | 37 | 13F | 9 | 29 |
| Octal | 163 | 140 | 155 | 0 | 21 | 5 | 67 | 477 | 11 | 51 |
| Binary | 1110011 | 1100000 | 1101101 | 0 | 10001 | 101 | 110111 | 100111111 | 1001 | 101001 |
Color Harmonies of #73606D
Complementary color
Monochromatic Colors of #73606D
Black with #73606D
Text Example
Text Example
White with #73606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73606D; }
p { color: rgb(115,96,109); }
H1.HeaderClassName
{
color: #73606D;
}
.AnyTagClassName
{
color: #73606D;
}
</style>
background-color css
<style>
a { background-color: #73606D; }
a { background-color: rgb(115,96,109); }
div.DivClassName
{
background-color: #73606D;
}
.BgClassName
{
background-color: #73606D;
}
</style>
border-color css
<style>
span { border-color: #73606D; }
span { border-color: rgb(115,96,109); }
td.TdClassName
{
border-color: #73606D;
}
.TagClassName
{
border-color: #73606D;
}
</style>