Shades of Salt Box #76556D
Tints of Salt Box #76556D
RGB
CMYK
RGB Variations
Color information
#76556D (or 0x76556D) is known color: Salt Box. HEX triplet: 76, 55 and 6D. RGB value is (118,85,109). Sum of RGB (Red+Green+Blue) = 118+85+109=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556D is #89AA92. Grayscale: #616161. Windows color (decimal): -9022099 or 7165302. OLE color: 7165302.
HSL color Cylindrical-coordinate representation of color #76556D: hue angle of 316.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76556D is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 109 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.54 |
| HSL | 316.36º | 0.16% | 0.4% | - |
| HSV(B) | 316.36º | 0.28% | 0.46% | - |
| XYZ | 13.48 | 11.45 | 15.97 | - |
| YUV | 97.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 109 | 0 | 0.28 | 0.08 | 0.54 | 316.36 | 0.16 | 0.4 |
| Hex | 76 | 55 | 6D | 0 | 1C | 8 | 36 | 13C | 10 | 28 |
| Octal | 166 | 125 | 155 | 0 | 34 | 10 | 66 | 474 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1101101 | 0 | 11100 | 1000 | 110110 | 100111100 | 10000 | 101000 |
Color Harmonies of #76556D
Complementary color
Monochromatic Colors of #76556D
Black with #76556D
Text Example
Text Example
White with #76556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76556D; }
p { color: rgb(118,85,109); }
H1.HeaderClassName
{
color: #76556D;
}
.AnyTagClassName
{
color: #76556D;
}
</style>
background-color css
<style>
a { background-color: #76556D; }
a { background-color: rgb(118,85,109); }
div.DivClassName
{
background-color: #76556D;
}
.BgClassName
{
background-color: #76556D;
}
</style>
border-color css
<style>
span { border-color: #76556D; }
span { border-color: rgb(118,85,109); }
td.TdClassName
{
border-color: #76556D;
}
.TagClassName
{
border-color: #76556D;
}
</style>