Shades of Salt Box #73476B
Tints of Salt Box #73476B
RGB
CMYK
RGB Variations
Color information
#73476B (or 0x73476B) is known color: Salt Box. HEX triplet: 73, 47 and 6B. RGB value is (115,71,107). Sum of RGB (Red+Green+Blue) = 115+71+107=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476B is #8CB894. Grayscale: #585858. Windows color (decimal): -9222293 or 7030643. OLE color: 7030643.
HSL color Cylindrical-coordinate representation of color #73476B: hue angle of 310.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73476B is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 107 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.55 |
| HSL | 310.91º | 0.24% | 0.36% | - |
| HSV(B) | 310.91º | 0.38% | 0.45% | - |
| XYZ | 11.98 | 9.21 | 15.06 | - |
| YUV | 88.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 107 | 0 | 0.38 | 0.07 | 0.55 | 310.91 | 0.24 | 0.36 |
| Hex | 73 | 47 | 6B | 0 | 26 | 7 | 37 | 137 | 18 | 24 |
| Octal | 163 | 107 | 153 | 0 | 46 | 7 | 67 | 467 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1101011 | 0 | 100110 | 111 | 110111 | 100110111 | 11000 | 100100 |
Color Harmonies of #73476B
Complementary color
Monochromatic Colors of #73476B
Black with #73476B
Text Example
Text Example
White with #73476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73476B; }
p { color: rgb(115,71,107); }
H1.HeaderClassName
{
color: #73476B;
}
.AnyTagClassName
{
color: #73476B;
}
</style>
background-color css
<style>
a { background-color: #73476B; }
a { background-color: rgb(115,71,107); }
div.DivClassName
{
background-color: #73476B;
}
.BgClassName
{
background-color: #73476B;
}
</style>
border-color css
<style>
span { border-color: #73476B; }
span { border-color: rgb(115,71,107); }
td.TdClassName
{
border-color: #73476B;
}
.TagClassName
{
border-color: #73476B;
}
</style>