Shades of Salt Box #76516D
Tints of Salt Box #76516D
RGB
CMYK
RGB Variations
Color information
#76516D (or 0x76516D) is known color: Salt Box. HEX triplet: 76, 51 and 6D. RGB value is (118,81,109). Sum of RGB (Red+Green+Blue) = 118+81+109=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516D is #89AE92. Grayscale: #5F5F5F. Windows color (decimal): -9023123 or 7164278. OLE color: 7164278.
HSL color Cylindrical-coordinate representation of color #76516D: hue angle of 314.59º 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 #76516D is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 109 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.54 |
| HSL | 314.59º | 0.19% | 0.39% | - |
| HSV(B) | 314.59º | 0.31% | 0.46% | - |
| XYZ | 13.17 | 10.84 | 15.87 | - |
| YUV | 95.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 109 | 0 | 0.31 | 0.08 | 0.54 | 314.59 | 0.19 | 0.39 |
| Hex | 76 | 51 | 6D | 0 | 1F | 8 | 36 | 13B | 13 | 27 |
| Octal | 166 | 121 | 155 | 0 | 37 | 10 | 66 | 473 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1101101 | 0 | 11111 | 1000 | 110110 | 100111011 | 10011 | 100111 |
Color Harmonies of #76516D
Complementary color
Monochromatic Colors of #76516D
Black with #76516D
Text Example
Text Example
White with #76516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76516D; }
p { color: rgb(118,81,109); }
H1.HeaderClassName
{
color: #76516D;
}
.AnyTagClassName
{
color: #76516D;
}
</style>
background-color css
<style>
a { background-color: #76516D; }
a { background-color: rgb(118,81,109); }
div.DivClassName
{
background-color: #76516D;
}
.BgClassName
{
background-color: #76516D;
}
</style>
border-color css
<style>
span { border-color: #76516D; }
span { border-color: rgb(118,81,109); }
td.TdClassName
{
border-color: #76516D;
}
.TagClassName
{
border-color: #76516D;
}
</style>