Shades of Salt Box #77596E
Tints of Salt Box #77596E
RGB
CMYK
RGB Variations
Color information
#77596E (or 0x77596E) is known color: Salt Box. HEX triplet: 77, 59 and 6E. RGB value is (119,89,110). Sum of RGB (Red+Green+Blue) = 119+89+110=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #77596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77596E is #88A691. Grayscale: #646464. Windows color (decimal): -8955538 or 7231863. OLE color: 7231863.
HSL color Cylindrical-coordinate representation of color #77596E: hue angle of 318º 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 #77596E is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 110 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.53 |
| HSL | 318º | 0.14% | 0.41% | - |
| HSV(B) | 318º | 0.25% | 0.47% | - |
| XYZ | 13.99 | 12.19 | 16.37 | - |
| YUV | 100.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 110 | 0 | 0.25 | 0.08 | 0.53 | 318 | 0.14 | 0.41 |
| Hex | 77 | 59 | 6E | 0 | 19 | 8 | 35 | 13E | E | 29 |
| Octal | 167 | 131 | 156 | 0 | 31 | 10 | 65 | 476 | 16 | 51 |
| Binary | 1110111 | 1011001 | 1101110 | 0 | 11001 | 1000 | 110101 | 100111110 | 1110 | 101001 |
Color Harmonies of #77596E
Complementary color
Monochromatic Colors of #77596E
Black with #77596E
Text Example
Text Example
White with #77596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77596E; }
p { color: rgb(119,89,110); }
H1.HeaderClassName
{
color: #77596E;
}
.AnyTagClassName
{
color: #77596E;
}
</style>
background-color css
<style>
a { background-color: #77596E; }
a { background-color: rgb(119,89,110); }
div.DivClassName
{
background-color: #77596E;
}
.BgClassName
{
background-color: #77596E;
}
</style>
border-color css
<style>
span { border-color: #77596E; }
span { border-color: rgb(119,89,110); }
td.TdClassName
{
border-color: #77596E;
}
.TagClassName
{
border-color: #77596E;
}
</style>