Shades of Salt Box #73536F
Tints of Salt Box #73536F
RGB
CMYK
RGB Variations
Color information
#73536F (or 0x73536F) is known color: Salt Box. HEX triplet: 73, 53 and 6F. RGB value is (115,83,111). Sum of RGB (Red+Green+Blue) = 115+83+111=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73536F is #8CAC90. Grayscale: #5F5F5F. Windows color (decimal): -9219217 or 7295859. OLE color: 7295859.
HSL color Cylindrical-coordinate representation of color #73536F: hue angle of 307.5º 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 #73536F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 111 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.55 |
| HSL | 307.5º | 0.16% | 0.39% | - |
| HSV(B) | 307.5º | 0.28% | 0.45% | - |
| XYZ | 13.03 | 10.98 | 16.47 | - |
| YUV | 95.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 111 | 0 | 0.28 | 0.03 | 0.55 | 307.5 | 0.16 | 0.39 |
| Hex | 73 | 53 | 6F | 0 | 1C | 3 | 37 | 134 | 10 | 27 |
| Octal | 163 | 123 | 157 | 0 | 34 | 3 | 67 | 464 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1101111 | 0 | 11100 | 11 | 110111 | 100110100 | 10000 | 100111 |
Color Harmonies of #73536F
Complementary color
Monochromatic Colors of #73536F
Black with #73536F
Text Example
Text Example
White with #73536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73536F; }
p { color: rgb(115,83,111); }
H1.HeaderClassName
{
color: #73536F;
}
.AnyTagClassName
{
color: #73536F;
}
</style>
background-color css
<style>
a { background-color: #73536F; }
a { background-color: rgb(115,83,111); }
div.DivClassName
{
background-color: #73536F;
}
.BgClassName
{
background-color: #73536F;
}
</style>
border-color css
<style>
span { border-color: #73536F; }
span { border-color: rgb(115,83,111); }
td.TdClassName
{
border-color: #73536F;
}
.TagClassName
{
border-color: #73536F;
}
</style>