Shades of Salt Box #76596C
Tints of Salt Box #76596C
RGB
CMYK
RGB Variations
Color information
#76596C (or 0x76596C) is known color: Salt Box. HEX triplet: 76, 59 and 6C. RGB value is (118,89,108). Sum of RGB (Red+Green+Blue) = 118+89+108=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596C is #89A693. Grayscale: #636363. Windows color (decimal): -9021076 or 7100790. OLE color: 7100790.
HSL color Cylindrical-coordinate representation of color #76596C: hue angle of 320.69º 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 #76596C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 108 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.54 |
| HSL | 320.69º | 0.14% | 0.41% | - |
| HSV(B) | 320.69º | 0.25% | 0.46% | - |
| XYZ | 13.75 | 12.08 | 15.79 | - |
| YUV | 99.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 108 | 0 | 0.25 | 0.08 | 0.54 | 320.69 | 0.14 | 0.41 |
| Hex | 76 | 59 | 6C | 0 | 19 | 8 | 36 | 141 | E | 29 |
| Octal | 166 | 131 | 154 | 0 | 31 | 10 | 66 | 501 | 16 | 51 |
| Binary | 1110110 | 1011001 | 1101100 | 0 | 11001 | 1000 | 110110 | 101000001 | 1110 | 101001 |
Color Harmonies of #76596C
Complementary color
Monochromatic Colors of #76596C
Black with #76596C
Text Example
Text Example
White with #76596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76596C; }
p { color: rgb(118,89,108); }
H1.HeaderClassName
{
color: #76596C;
}
.AnyTagClassName
{
color: #76596C;
}
</style>
background-color css
<style>
a { background-color: #76596C; }
a { background-color: rgb(118,89,108); }
div.DivClassName
{
background-color: #76596C;
}
.BgClassName
{
background-color: #76596C;
}
</style>
border-color css
<style>
span { border-color: #76596C; }
span { border-color: rgb(118,89,108); }
td.TdClassName
{
border-color: #76596C;
}
.TagClassName
{
border-color: #76596C;
}
</style>