Shades of Salt Box #77596D
Tints of Salt Box #77596D
RGB
CMYK
RGB Variations
Color information
#77596D (or 0x77596D) is known color: Salt Box. HEX triplet: 77, 59 and 6D. RGB value is (119,89,109). Sum of RGB (Red+Green+Blue) = 119+89+109=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #77596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77596D is #88A692. Grayscale: #646464. Windows color (decimal): -8955539 or 7166327. OLE color: 7166327.
HSL color Cylindrical-coordinate representation of color #77596D: hue angle of 320º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77596D is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 109 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.53 |
| HSL | 320º | 0.14% | 0.41% | - |
| HSV(B) | 320º | 0.25% | 0.47% | - |
| XYZ | 13.94 | 12.17 | 16.08 | - |
| YUV | 100.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 109 | 0 | 0.25 | 0.08 | 0.53 | 320 | 0.14 | 0.41 |
| Hex | 77 | 59 | 6D | 0 | 19 | 8 | 35 | 140 | E | 29 |
| Octal | 167 | 131 | 155 | 0 | 31 | 10 | 65 | 500 | 16 | 51 |
| Binary | 1110111 | 1011001 | 1101101 | 0 | 11001 | 1000 | 110101 | 101000000 | 1110 | 101001 |
Color Harmonies of #77596D
Complementary color
Monochromatic Colors of #77596D
Black with #77596D
Text Example
Text Example
White with #77596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77596D; }
p { color: rgb(119,89,109); }
H1.HeaderClassName
{
color: #77596D;
}
.AnyTagClassName
{
color: #77596D;
}
</style>
background-color css
<style>
a { background-color: #77596D; }
a { background-color: rgb(119,89,109); }
div.DivClassName
{
background-color: #77596D;
}
.BgClassName
{
background-color: #77596D;
}
</style>
border-color css
<style>
span { border-color: #77596D; }
span { border-color: rgb(119,89,109); }
td.TdClassName
{
border-color: #77596D;
}
.TagClassName
{
border-color: #77596D;
}
</style>