Shades of Salt Box #73526A
Tints of Salt Box #73526A
RGB
CMYK
RGB Variations
Color information
#73526A (or 0x73526A) is known color: Salt Box. HEX triplet: 73, 52 and 6A. RGB value is (115,82,106). Sum of RGB (Red+Green+Blue) = 115+82+106=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73526A is #8CAD95. Grayscale: #5E5E5E. Windows color (decimal): -9219478 or 6967923. OLE color: 6967923.
HSL color Cylindrical-coordinate representation of color #73526A: hue angle of 316.36º 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 #73526A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 106 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.55 |
| HSL | 316.36º | 0.17% | 0.39% | - |
| HSV(B) | 316.36º | 0.29% | 0.45% | - |
| XYZ | 12.69 | 10.72 | 15.04 | - |
| YUV | 94.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 106 | 0 | 0.29 | 0.08 | 0.55 | 316.36 | 0.17 | 0.39 |
| Hex | 73 | 52 | 6A | 0 | 1D | 8 | 37 | 13C | 11 | 27 |
| Octal | 163 | 122 | 152 | 0 | 35 | 10 | 67 | 474 | 21 | 47 |
| Binary | 1110011 | 1010010 | 1101010 | 0 | 11101 | 1000 | 110111 | 100111100 | 10001 | 100111 |
Color Harmonies of #73526A
Complementary color
Monochromatic Colors of #73526A
Black with #73526A
Text Example
Text Example
White with #73526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73526A; }
p { color: rgb(115,82,106); }
H1.HeaderClassName
{
color: #73526A;
}
.AnyTagClassName
{
color: #73526A;
}
</style>
background-color css
<style>
a { background-color: #73526A; }
a { background-color: rgb(115,82,106); }
div.DivClassName
{
background-color: #73526A;
}
.BgClassName
{
background-color: #73526A;
}
</style>
border-color css
<style>
span { border-color: #73526A; }
span { border-color: rgb(115,82,106); }
td.TdClassName
{
border-color: #73526A;
}
.TagClassName
{
border-color: #73526A;
}
</style>