Shades of Salt Box #72596E
Tints of Salt Box #72596E
RGB
CMYK
RGB Variations
Color information
#72596E (or 0x72596E) is known color: Salt Box. HEX triplet: 72, 59 and 6E. RGB value is (114,89,110). Sum of RGB (Red+Green+Blue) = 114+89+110=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #72596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72596E is #8DA691. Grayscale: #626262. Windows color (decimal): -9283218 or 7231858. OLE color: 7231858.
HSL color Cylindrical-coordinate representation of color #72596E: hue angle of 309.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72596E is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 110 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.55 |
| HSL | 309.6º | 0.12% | 0.4% | - |
| HSV(B) | 309.6º | 0.22% | 0.45% | - |
| XYZ | 13.33 | 11.85 | 16.34 | - |
| YUV | 98.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 110 | 0 | 0.22 | 0.04 | 0.55 | 309.6 | 0.12 | 0.4 |
| Hex | 72 | 59 | 6E | 0 | 16 | 4 | 37 | 136 | C | 28 |
| Octal | 162 | 131 | 156 | 0 | 26 | 4 | 67 | 466 | 14 | 50 |
| Binary | 1110010 | 1011001 | 1101110 | 0 | 10110 | 100 | 110111 | 100110110 | 1100 | 101000 |
Color Harmonies of #72596E
Complementary color
Monochromatic Colors of #72596E
Black with #72596E
Text Example
Text Example
White with #72596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72596E; }
p { color: rgb(114,89,110); }
H1.HeaderClassName
{
color: #72596E;
}
.AnyTagClassName
{
color: #72596E;
}
</style>
background-color css
<style>
a { background-color: #72596E; }
a { background-color: rgb(114,89,110); }
div.DivClassName
{
background-color: #72596E;
}
.BgClassName
{
background-color: #72596E;
}
</style>
border-color css
<style>
span { border-color: #72596E; }
span { border-color: rgb(114,89,110); }
td.TdClassName
{
border-color: #72596E;
}
.TagClassName
{
border-color: #72596E;
}
</style>