Shades of Salt Box #73506C
Tints of Salt Box #73506C
RGB
CMYK
RGB Variations
Color information
#73506C (or 0x73506C) is known color: Salt Box. HEX triplet: 73, 50 and 6C. RGB value is (115,80,108). Sum of RGB (Red+Green+Blue) = 115+80+108=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73506C is #8CAF93. Grayscale: #5D5D5D. Windows color (decimal): -9219988 or 7098483. OLE color: 7098483.
HSL color Cylindrical-coordinate representation of color #73506C: hue angle of 312º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73506C is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 108 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.55 |
| HSL | 312º | 0.18% | 0.38% | - |
| HSV(B) | 312º | 0.3% | 0.45% | - |
| XYZ | 12.65 | 10.46 | 15.54 | - |
| YUV | 93.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 108 | 0 | 0.30 | 0.06 | 0.55 | 312 | 0.18 | 0.38 |
| Hex | 73 | 50 | 6C | 0 | 1E | 6 | 37 | 138 | 12 | 26 |
| Octal | 163 | 120 | 154 | 0 | 36 | 6 | 67 | 470 | 22 | 46 |
| Binary | 1110011 | 1010000 | 1101100 | 0 | 11110 | 110 | 110111 | 100111000 | 10010 | 100110 |
Color Harmonies of #73506C
Complementary color
Monochromatic Colors of #73506C
Black with #73506C
Text Example
Text Example
White with #73506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73506C; }
p { color: rgb(115,80,108); }
H1.HeaderClassName
{
color: #73506C;
}
.AnyTagClassName
{
color: #73506C;
}
</style>
background-color css
<style>
a { background-color: #73506C; }
a { background-color: rgb(115,80,108); }
div.DivClassName
{
background-color: #73506C;
}
.BgClassName
{
background-color: #73506C;
}
</style>
border-color css
<style>
span { border-color: #73506C; }
span { border-color: rgb(115,80,108); }
td.TdClassName
{
border-color: #73506C;
}
.TagClassName
{
border-color: #73506C;
}
</style>