Shades of Salt Box #73566F
Tints of Salt Box #73566F
RGB
CMYK
RGB Variations
Color information
#73566F (or 0x73566F) is known color: Salt Box. HEX triplet: 73, 56 and 6F. RGB value is (115,86,111). Sum of RGB (Red+Green+Blue) = 115+86+111=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73566F is #8CA990. Grayscale: #616161. Windows color (decimal): -9218449 or 7296627. OLE color: 7296627.
HSL color Cylindrical-coordinate representation of color #73566F: hue angle of 308.28º 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 #73566F is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 111 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.55 |
| HSL | 308.28º | 0.14% | 0.39% | - |
| HSV(B) | 308.28º | 0.25% | 0.45% | - |
| XYZ | 13.27 | 11.45 | 16.55 | - |
| YUV | 97.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 111 | 0 | 0.25 | 0.03 | 0.55 | 308.28 | 0.14 | 0.39 |
| Hex | 73 | 56 | 6F | 0 | 19 | 3 | 37 | 134 | E | 27 |
| Octal | 163 | 126 | 157 | 0 | 31 | 3 | 67 | 464 | 16 | 47 |
| Binary | 1110011 | 1010110 | 1101111 | 0 | 11001 | 11 | 110111 | 100110100 | 1110 | 100111 |
Color Harmonies of #73566F
Complementary color
Monochromatic Colors of #73566F
Black with #73566F
Text Example
Text Example
White with #73566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73566F; }
p { color: rgb(115,86,111); }
H1.HeaderClassName
{
color: #73566F;
}
.AnyTagClassName
{
color: #73566F;
}
</style>
background-color css
<style>
a { background-color: #73566F; }
a { background-color: rgb(115,86,111); }
div.DivClassName
{
background-color: #73566F;
}
.BgClassName
{
background-color: #73566F;
}
</style>
border-color css
<style>
span { border-color: #73566F; }
span { border-color: rgb(115,86,111); }
td.TdClassName
{
border-color: #73566F;
}
.TagClassName
{
border-color: #73566F;
}
</style>