Shades of Salt Box #76596D
Tints of Salt Box #76596D
RGB
CMYK
RGB Variations
Color information
#76596D (or 0x76596D) is known color: Salt Box. HEX triplet: 76, 59 and 6D. RGB value is (118,89,109). Sum of RGB (Red+Green+Blue) = 118+89+109=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596D is #89A692. Grayscale: #636363. Windows color (decimal): -9021075 or 7166326. OLE color: 7166326.
HSL color Cylindrical-coordinate representation of color #76596D: hue angle of 318.62º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76596D is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 109 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.54 |
| HSL | 318.62º | 0.14% | 0.41% | - |
| HSV(B) | 318.62º | 0.25% | 0.46% | - |
| XYZ | 13.8 | 12.1 | 16.08 | - |
| YUV | 99.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 109 | 0 | 0.25 | 0.08 | 0.54 | 318.62 | 0.14 | 0.41 |
| Hex | 76 | 59 | 6D | 0 | 19 | 8 | 36 | 13F | E | 29 |
| Octal | 166 | 131 | 155 | 0 | 31 | 10 | 66 | 477 | 16 | 51 |
| Binary | 1110110 | 1011001 | 1101101 | 0 | 11001 | 1000 | 110110 | 100111111 | 1110 | 101001 |
Color Harmonies of #76596D
Complementary color
Monochromatic Colors of #76596D
Black with #76596D
Text Example
Text Example
White with #76596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76596D; }
p { color: rgb(118,89,109); }
H1.HeaderClassName
{
color: #76596D;
}
.AnyTagClassName
{
color: #76596D;
}
</style>
background-color css
<style>
a { background-color: #76596D; }
a { background-color: rgb(118,89,109); }
div.DivClassName
{
background-color: #76596D;
}
.BgClassName
{
background-color: #76596D;
}
</style>
border-color css
<style>
span { border-color: #76596D; }
span { border-color: rgb(118,89,109); }
td.TdClassName
{
border-color: #76596D;
}
.TagClassName
{
border-color: #76596D;
}
</style>