Shades of Salt Box #77576E
Tints of Salt Box #77576E
RGB
CMYK
RGB Variations
Color information
#77576E (or 0x77576E) is known color: Salt Box. HEX triplet: 77, 57 and 6E. RGB value is (119,87,110). Sum of RGB (Red+Green+Blue) = 119+87+110=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77576E is #88A891. Grayscale: #636363. Windows color (decimal): -8956050 or 7231351. OLE color: 7231351.
HSL color Cylindrical-coordinate representation of color #77576E: hue angle of 316.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77576E is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 110 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.53 |
| HSL | 316.88º | 0.16% | 0.4% | - |
| HSV(B) | 316.88º | 0.27% | 0.47% | - |
| XYZ | 13.83 | 11.86 | 16.31 | - |
| YUV | 99.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 110 | 0 | 0.27 | 0.08 | 0.53 | 316.88 | 0.16 | 0.4 |
| Hex | 77 | 57 | 6E | 0 | 1B | 8 | 35 | 13D | 10 | 28 |
| Octal | 167 | 127 | 156 | 0 | 33 | 10 | 65 | 475 | 20 | 50 |
| Binary | 1110111 | 1010111 | 1101110 | 0 | 11011 | 1000 | 110101 | 100111101 | 10000 | 101000 |
Color Harmonies of #77576E
Complementary color
Monochromatic Colors of #77576E
Black with #77576E
Text Example
Text Example
White with #77576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77576E; }
p { color: rgb(119,87,110); }
H1.HeaderClassName
{
color: #77576E;
}
.AnyTagClassName
{
color: #77576E;
}
</style>
background-color css
<style>
a { background-color: #77576E; }
a { background-color: rgb(119,87,110); }
div.DivClassName
{
background-color: #77576E;
}
.BgClassName
{
background-color: #77576E;
}
</style>
border-color css
<style>
span { border-color: #77576E; }
span { border-color: rgb(119,87,110); }
td.TdClassName
{
border-color: #77576E;
}
.TagClassName
{
border-color: #77576E;
}
</style>