Shades of Salt Box #73576C
Tints of Salt Box #73576C
RGB
CMYK
RGB Variations
Color information
#73576C (or 0x73576C) is known color: Salt Box. HEX triplet: 73, 57 and 6C. RGB value is (115,87,108). Sum of RGB (Red+Green+Blue) = 115+87+108=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576C is #8CA893. Grayscale: #616161. Windows color (decimal): -9218196 or 7100275. OLE color: 7100275.
HSL color Cylindrical-coordinate representation of color #73576C: hue angle of 315º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73576C is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 108 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.55 |
| HSL | 315º | 0.14% | 0.4% | - |
| HSV(B) | 315º | 0.24% | 0.45% | - |
| XYZ | 13.19 | 11.54 | 15.72 | - |
| YUV | 97.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 108 | 0 | 0.24 | 0.06 | 0.55 | 315 | 0.14 | 0.4 |
| Hex | 73 | 57 | 6C | 0 | 18 | 6 | 37 | 13B | E | 28 |
| Octal | 163 | 127 | 154 | 0 | 30 | 6 | 67 | 473 | 16 | 50 |
| Binary | 1110011 | 1010111 | 1101100 | 0 | 11000 | 110 | 110111 | 100111011 | 1110 | 101000 |
Color Harmonies of #73576C
Complementary color
Monochromatic Colors of #73576C
Black with #73576C
Text Example
Text Example
White with #73576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73576C; }
p { color: rgb(115,87,108); }
H1.HeaderClassName
{
color: #73576C;
}
.AnyTagClassName
{
color: #73576C;
}
</style>
background-color css
<style>
a { background-color: #73576C; }
a { background-color: rgb(115,87,108); }
div.DivClassName
{
background-color: #73576C;
}
.BgClassName
{
background-color: #73576C;
}
</style>
border-color css
<style>
span { border-color: #73576C; }
span { border-color: rgb(115,87,108); }
td.TdClassName
{
border-color: #73576C;
}
.TagClassName
{
border-color: #73576C;
}
</style>