Shades of Salt Box #73536E
Tints of Salt Box #73536E
RGB
CMYK
RGB Variations
Color information
#73536E (or 0x73536E) is known color: Salt Box. HEX triplet: 73, 53 and 6E. RGB value is (115,83,110). Sum of RGB (Red+Green+Blue) = 115+83+110=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #73536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73536E is #8CAC91. Grayscale: #5F5F5F. Windows color (decimal): -9219218 or 7230323. OLE color: 7230323.
HSL color Cylindrical-coordinate representation of color #73536E: hue angle of 309.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73536E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 110 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.55 |
| HSL | 309.38º | 0.16% | 0.39% | - |
| HSV(B) | 309.38º | 0.28% | 0.45% | - |
| XYZ | 12.98 | 10.96 | 16.18 | - |
| YUV | 95.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 110 | 0 | 0.28 | 0.04 | 0.55 | 309.38 | 0.16 | 0.39 |
| Hex | 73 | 53 | 6E | 0 | 1C | 4 | 37 | 135 | 10 | 27 |
| Octal | 163 | 123 | 156 | 0 | 34 | 4 | 67 | 465 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1101110 | 0 | 11100 | 100 | 110111 | 100110101 | 10000 | 100111 |
Color Harmonies of #73536E
Complementary color
Monochromatic Colors of #73536E
Black with #73536E
Text Example
Text Example
White with #73536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73536E; }
p { color: rgb(115,83,110); }
H1.HeaderClassName
{
color: #73536E;
}
.AnyTagClassName
{
color: #73536E;
}
</style>
background-color css
<style>
a { background-color: #73536E; }
a { background-color: rgb(115,83,110); }
div.DivClassName
{
background-color: #73536E;
}
.BgClassName
{
background-color: #73536E;
}
</style>
border-color css
<style>
span { border-color: #73536E; }
span { border-color: rgb(115,83,110); }
td.TdClassName
{
border-color: #73536E;
}
.TagClassName
{
border-color: #73536E;
}
</style>