Shades of Salt Box #73526B
Tints of Salt Box #73526B
RGB
CMYK
RGB Variations
Color information
#73526B (or 0x73526B) is known color: Salt Box. HEX triplet: 73, 52 and 6B. RGB value is (115,82,107). Sum of RGB (Red+Green+Blue) = 115+82+107=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #73526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73526B is #8CAD94. Grayscale: #5E5E5E. Windows color (decimal): -9219477 or 7033459. OLE color: 7033459.
HSL color Cylindrical-coordinate representation of color #73526B: hue angle of 314.55º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73526B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 107 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.55 |
| HSL | 314.55º | 0.17% | 0.39% | - |
| HSV(B) | 314.55º | 0.29% | 0.45% | - |
| XYZ | 12.74 | 10.74 | 15.31 | - |
| YUV | 94.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 107 | 0 | 0.29 | 0.07 | 0.55 | 314.55 | 0.17 | 0.39 |
| Hex | 73 | 52 | 6B | 0 | 1D | 7 | 37 | 13B | 11 | 27 |
| Octal | 163 | 122 | 153 | 0 | 35 | 7 | 67 | 473 | 21 | 47 |
| Binary | 1110011 | 1010010 | 1101011 | 0 | 11101 | 111 | 110111 | 100111011 | 10001 | 100111 |
Color Harmonies of #73526B
Complementary color
Monochromatic Colors of #73526B
Black with #73526B
Text Example
Text Example
White with #73526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73526B; }
p { color: rgb(115,82,107); }
H1.HeaderClassName
{
color: #73526B;
}
.AnyTagClassName
{
color: #73526B;
}
</style>
background-color css
<style>
a { background-color: #73526B; }
a { background-color: rgb(115,82,107); }
div.DivClassName
{
background-color: #73526B;
}
.BgClassName
{
background-color: #73526B;
}
</style>
border-color css
<style>
span { border-color: #73526B; }
span { border-color: rgb(115,82,107); }
td.TdClassName
{
border-color: #73526B;
}
.TagClassName
{
border-color: #73526B;
}
</style>