Shades of Salt Box #76516E
Tints of Salt Box #76516E
RGB
CMYK
RGB Variations
Color information
#76516E (or 0x76516E) is known color: Salt Box. HEX triplet: 76, 51 and 6E. RGB value is (118,81,110). Sum of RGB (Red+Green+Blue) = 118+81+110=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516E is #89AE91. Grayscale: #5F5F5F. Windows color (decimal): -9023122 or 7229814. OLE color: 7229814.
HSL color Cylindrical-coordinate representation of color #76516E: hue angle of 312.97º 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 #76516E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 110 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.54 |
| HSL | 312.97º | 0.19% | 0.39% | - |
| HSV(B) | 312.97º | 0.31% | 0.46% | - |
| XYZ | 13.23 | 10.86 | 16.15 | - |
| YUV | 95.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 110 | 0 | 0.31 | 0.07 | 0.54 | 312.97 | 0.19 | 0.39 |
| Hex | 76 | 51 | 6E | 0 | 1F | 7 | 36 | 139 | 13 | 27 |
| Octal | 166 | 121 | 156 | 0 | 37 | 7 | 66 | 471 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1101110 | 0 | 11111 | 111 | 110110 | 100111001 | 10011 | 100111 |
Color Harmonies of #76516E
Complementary color
Monochromatic Colors of #76516E
Black with #76516E
Text Example
Text Example
White with #76516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76516E; }
p { color: rgb(118,81,110); }
H1.HeaderClassName
{
color: #76516E;
}
.AnyTagClassName
{
color: #76516E;
}
</style>
background-color css
<style>
a { background-color: #76516E; }
a { background-color: rgb(118,81,110); }
div.DivClassName
{
background-color: #76516E;
}
.BgClassName
{
background-color: #76516E;
}
</style>
border-color css
<style>
span { border-color: #76516E; }
span { border-color: rgb(118,81,110); }
td.TdClassName
{
border-color: #76516E;
}
.TagClassName
{
border-color: #76516E;
}
</style>