Shades of Salt Box #76516C
Tints of Salt Box #76516C
RGB
CMYK
RGB Variations
Color information
#76516C (or 0x76516C) is known color: Salt Box. HEX triplet: 76, 51 and 6C. RGB value is (118,81,108). Sum of RGB (Red+Green+Blue) = 118+81+108=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516C is #89AE93. Grayscale: #5F5F5F. Windows color (decimal): -9023124 or 7098742. OLE color: 7098742.
HSL color Cylindrical-coordinate representation of color #76516C: hue angle of 316.22º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76516C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 108 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.54 |
| HSL | 316.22º | 0.19% | 0.39% | - |
| HSV(B) | 316.22º | 0.31% | 0.46% | - |
| XYZ | 13.12 | 10.82 | 15.58 | - |
| YUV | 95.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 108 | 0 | 0.31 | 0.08 | 0.54 | 316.22 | 0.19 | 0.39 |
| Hex | 76 | 51 | 6C | 0 | 1F | 8 | 36 | 13C | 13 | 27 |
| Octal | 166 | 121 | 154 | 0 | 37 | 10 | 66 | 474 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1101100 | 0 | 11111 | 1000 | 110110 | 100111100 | 10011 | 100111 |
Color Harmonies of #76516C
Complementary color
Monochromatic Colors of #76516C
Black with #76516C
Text Example
Text Example
White with #76516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76516C; }
p { color: rgb(118,81,108); }
H1.HeaderClassName
{
color: #76516C;
}
.AnyTagClassName
{
color: #76516C;
}
</style>
background-color css
<style>
a { background-color: #76516C; }
a { background-color: rgb(118,81,108); }
div.DivClassName
{
background-color: #76516C;
}
.BgClassName
{
background-color: #76516C;
}
</style>
border-color css
<style>
span { border-color: #76516C; }
span { border-color: rgb(118,81,108); }
td.TdClassName
{
border-color: #76516C;
}
.TagClassName
{
border-color: #76516C;
}
</style>