Shades of Salt Box #73476A
Tints of Salt Box #73476A
RGB
CMYK
RGB Variations
Color information
#73476A (or 0x73476A) is known color: Salt Box. HEX triplet: 73, 47 and 6A. RGB value is (115,71,106). Sum of RGB (Red+Green+Blue) = 115+71+106=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476A is #8CB895. Grayscale: #585858. Windows color (decimal): -9222294 or 6965107. OLE color: 6965107.
HSL color Cylindrical-coordinate representation of color #73476A: hue angle of 312.27º 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 #73476A is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 106 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.55 |
| HSL | 312.27º | 0.24% | 0.36% | - |
| HSV(B) | 312.27º | 0.38% | 0.45% | - |
| XYZ | 11.92 | 9.19 | 14.78 | - |
| YUV | 88.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 106 | 0 | 0.38 | 0.08 | 0.55 | 312.27 | 0.24 | 0.36 |
| Hex | 73 | 47 | 6A | 0 | 26 | 8 | 37 | 138 | 18 | 24 |
| Octal | 163 | 107 | 152 | 0 | 46 | 10 | 67 | 470 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1101010 | 0 | 100110 | 1000 | 110111 | 100111000 | 11000 | 100100 |
Color Harmonies of #73476A
Complementary color
Monochromatic Colors of #73476A
Black with #73476A
Text Example
Text Example
White with #73476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73476A; }
p { color: rgb(115,71,106); }
H1.HeaderClassName
{
color: #73476A;
}
.AnyTagClassName
{
color: #73476A;
}
</style>
background-color css
<style>
a { background-color: #73476A; }
a { background-color: rgb(115,71,106); }
div.DivClassName
{
background-color: #73476A;
}
.BgClassName
{
background-color: #73476A;
}
</style>
border-color css
<style>
span { border-color: #73476A; }
span { border-color: rgb(115,71,106); }
td.TdClassName
{
border-color: #73476A;
}
.TagClassName
{
border-color: #73476A;
}
</style>