Shades of Salt Box #77516E
Tints of Salt Box #77516E
RGB
CMYK
RGB Variations
Color information
#77516E (or 0x77516E) is known color: Salt Box. HEX triplet: 77, 51 and 6E. RGB value is (119,81,110). Sum of RGB (Red+Green+Blue) = 119+81+110=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77516E is #88AE91. Grayscale: #5F5F5F. Windows color (decimal): -8957586 or 7229815. OLE color: 7229815.
HSL color Cylindrical-coordinate representation of color #77516E: hue angle of 314.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77516E is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 110 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.53 |
| HSL | 314.21º | 0.19% | 0.39% | - |
| HSV(B) | 314.21º | 0.32% | 0.47% | - |
| XYZ | 13.36 | 10.93 | 16.16 | - |
| YUV | 95.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 110 | 0 | 0.32 | 0.08 | 0.53 | 314.21 | 0.19 | 0.39 |
| Hex | 77 | 51 | 6E | 0 | 20 | 8 | 35 | 13A | 13 | 27 |
| Octal | 167 | 121 | 156 | 0 | 40 | 10 | 65 | 472 | 23 | 47 |
| Binary | 1110111 | 1010001 | 1101110 | 0 | 100000 | 1000 | 110101 | 100111010 | 10011 | 100111 |
Color Harmonies of #77516E
Complementary color
Monochromatic Colors of #77516E
Black with #77516E
Text Example
Text Example
White with #77516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77516E; }
p { color: rgb(119,81,110); }
H1.HeaderClassName
{
color: #77516E;
}
.AnyTagClassName
{
color: #77516E;
}
</style>
background-color css
<style>
a { background-color: #77516E; }
a { background-color: rgb(119,81,110); }
div.DivClassName
{
background-color: #77516E;
}
.BgClassName
{
background-color: #77516E;
}
</style>
border-color css
<style>
span { border-color: #77516E; }
span { border-color: rgb(119,81,110); }
td.TdClassName
{
border-color: #77516E;
}
.TagClassName
{
border-color: #77516E;
}
</style>