Shades of Salt Box #73566A
Tints of Salt Box #73566A
RGB
CMYK
RGB Variations
Color information
#73566A (or 0x73566A) is known color: Salt Box. HEX triplet: 73, 56 and 6A. RGB value is (115,86,106). Sum of RGB (Red+Green+Blue) = 115+86+106=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73566A is #8CA995. Grayscale: #606060. Windows color (decimal): -9218454 or 6968947. OLE color: 6968947.
HSL color Cylindrical-coordinate representation of color #73566A: hue angle of 318.62º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73566A is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 106 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.55 |
| HSL | 318.62º | 0.14% | 0.39% | - |
| HSV(B) | 318.62º | 0.25% | 0.45% | - |
| XYZ | 13 | 11.34 | 15.14 | - |
| YUV | 96.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 106 | 0 | 0.25 | 0.08 | 0.55 | 318.62 | 0.14 | 0.39 |
| Hex | 73 | 56 | 6A | 0 | 19 | 8 | 37 | 13F | E | 27 |
| Octal | 163 | 126 | 152 | 0 | 31 | 10 | 67 | 477 | 16 | 47 |
| Binary | 1110011 | 1010110 | 1101010 | 0 | 11001 | 1000 | 110111 | 100111111 | 1110 | 100111 |
Color Harmonies of #73566A
Complementary color
Monochromatic Colors of #73566A
Black with #73566A
Text Example
Text Example
White with #73566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73566A; }
p { color: rgb(115,86,106); }
H1.HeaderClassName
{
color: #73566A;
}
.AnyTagClassName
{
color: #73566A;
}
</style>
background-color css
<style>
a { background-color: #73566A; }
a { background-color: rgb(115,86,106); }
div.DivClassName
{
background-color: #73566A;
}
.BgClassName
{
background-color: #73566A;
}
</style>
border-color css
<style>
span { border-color: #73566A; }
span { border-color: rgb(115,86,106); }
td.TdClassName
{
border-color: #73566A;
}
.TagClassName
{
border-color: #73566A;
}
</style>