Shades of Salt Box #76516B
Tints of Salt Box #76516B
RGB
CMYK
RGB Variations
Color information
#76516B (or 0x76516B) is known color: Salt Box. HEX triplet: 76, 51 and 6B. RGB value is (118,81,107). Sum of RGB (Red+Green+Blue) = 118+81+107=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516B is #89AE94. Grayscale: #5E5E5E. Windows color (decimal): -9023125 or 7033206. OLE color: 7033206.
HSL color Cylindrical-coordinate representation of color #76516B: hue angle of 317.84º 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 #76516B is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 107 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.54 |
| HSL | 317.84º | 0.19% | 0.39% | - |
| HSV(B) | 317.84º | 0.31% | 0.46% | - |
| XYZ | 13.07 | 10.8 | 15.31 | - |
| YUV | 95.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 107 | 0 | 0.31 | 0.09 | 0.54 | 317.84 | 0.19 | 0.39 |
| Hex | 76 | 51 | 6B | 0 | 1F | 9 | 36 | 13E | 13 | 27 |
| Octal | 166 | 121 | 153 | 0 | 37 | 11 | 66 | 476 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1101011 | 0 | 11111 | 1001 | 110110 | 100111110 | 10011 | 100111 |
Color Harmonies of #76516B
Complementary color
Monochromatic Colors of #76516B
Black with #76516B
Text Example
Text Example
White with #76516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76516B; }
p { color: rgb(118,81,107); }
H1.HeaderClassName
{
color: #76516B;
}
.AnyTagClassName
{
color: #76516B;
}
</style>
background-color css
<style>
a { background-color: #76516B; }
a { background-color: rgb(118,81,107); }
div.DivClassName
{
background-color: #76516B;
}
.BgClassName
{
background-color: #76516B;
}
</style>
border-color css
<style>
span { border-color: #76516B; }
span { border-color: rgb(118,81,107); }
td.TdClassName
{
border-color: #76516B;
}
.TagClassName
{
border-color: #76516B;
}
</style>