Shades of Salt Box #73526C
Tints of Salt Box #73526C
RGB
CMYK
RGB Variations
Color information
#73526C (or 0x73526C) is known color: Salt Box. HEX triplet: 73, 52 and 6C. RGB value is (115,82,108). Sum of RGB (Red+Green+Blue) = 115+82+108=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73526C is #8CAD93. Grayscale: #5E5E5E. Windows color (decimal): -9219476 or 7098995. OLE color: 7098995.
HSL color Cylindrical-coordinate representation of color #73526C: hue angle of 312.73º 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 #73526C is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 108 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.55 |
| HSL | 312.73º | 0.17% | 0.39% | - |
| HSV(B) | 312.73º | 0.29% | 0.45% | - |
| XYZ | 12.79 | 10.76 | 15.59 | - |
| YUV | 94.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 108 | 0 | 0.29 | 0.06 | 0.55 | 312.73 | 0.17 | 0.39 |
| Hex | 73 | 52 | 6C | 0 | 1D | 6 | 37 | 139 | 11 | 27 |
| Octal | 163 | 122 | 154 | 0 | 35 | 6 | 67 | 471 | 21 | 47 |
| Binary | 1110011 | 1010010 | 1101100 | 0 | 11101 | 110 | 110111 | 100111001 | 10001 | 100111 |
Color Harmonies of #73526C
Complementary color
Monochromatic Colors of #73526C
Black with #73526C
Text Example
Text Example
White with #73526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73526C; }
p { color: rgb(115,82,108); }
H1.HeaderClassName
{
color: #73526C;
}
.AnyTagClassName
{
color: #73526C;
}
</style>
background-color css
<style>
a { background-color: #73526C; }
a { background-color: rgb(115,82,108); }
div.DivClassName
{
background-color: #73526C;
}
.BgClassName
{
background-color: #73526C;
}
</style>
border-color css
<style>
span { border-color: #73526C; }
span { border-color: rgb(115,82,108); }
td.TdClassName
{
border-color: #73526C;
}
.TagClassName
{
border-color: #73526C;
}
</style>