Shades of Salt Box #73616F
Tints of Salt Box #73616F
RGB
CMYK
RGB Variations
Color information
#73616F (or 0x73616F) is known color: Salt Box. HEX triplet: 73, 61 and 6F. RGB value is (115,97,111). Sum of RGB (Red+Green+Blue) = 115+97+111=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #73616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73616F is #8C9E90. Grayscale: #676767. Windows color (decimal): -9215633 or 7299443. OLE color: 7299443.
HSL color Cylindrical-coordinate representation of color #73616F: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73616F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 111 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.55 |
| HSL | 313.33º | 0.08% | 0.42% | - |
| HSV(B) | 313.33º | 0.16% | 0.45% | - |
| XYZ | 14.21 | 13.34 | 16.87 | - |
| YUV | 103.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 111 | 0 | 0.16 | 0.03 | 0.55 | 313.33 | 0.08 | 0.42 |
| Hex | 73 | 61 | 6F | 0 | 10 | 3 | 37 | 139 | 8 | 2A |
| Octal | 163 | 141 | 157 | 0 | 20 | 3 | 67 | 471 | 10 | 52 |
| Binary | 1110011 | 1100001 | 1101111 | 0 | 10000 | 11 | 110111 | 100111001 | 1000 | 101010 |
Color Harmonies of #73616F
Complementary color
Monochromatic Colors of #73616F
Black with #73616F
Text Example
Text Example
White with #73616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73616F; }
p { color: rgb(115,97,111); }
H1.HeaderClassName
{
color: #73616F;
}
.AnyTagClassName
{
color: #73616F;
}
</style>
background-color css
<style>
a { background-color: #73616F; }
a { background-color: rgb(115,97,111); }
div.DivClassName
{
background-color: #73616F;
}
.BgClassName
{
background-color: #73616F;
}
</style>
border-color css
<style>
span { border-color: #73616F; }
span { border-color: rgb(115,97,111); }
td.TdClassName
{
border-color: #73616F;
}
.TagClassName
{
border-color: #73616F;
}
</style>