Shades of Salt Box #77576F
Tints of Salt Box #77576F
RGB
CMYK
RGB Variations
Color information
#77576F (or 0x77576F) is known color: Salt Box. HEX triplet: 77, 57 and 6F. RGB value is (119,87,111). Sum of RGB (Red+Green+Blue) = 119+87+111=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #77576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77576F is #88A890. Grayscale: #636363. Windows color (decimal): -8956049 or 7296887. OLE color: 7296887.
HSL color Cylindrical-coordinate representation of color #77576F: hue angle of 315º 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 #77576F is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 111 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.53 |
| HSL | 315º | 0.16% | 0.4% | - |
| HSV(B) | 315º | 0.27% | 0.47% | - |
| XYZ | 13.89 | 11.89 | 16.6 | - |
| YUV | 99.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 111 | 0 | 0.27 | 0.07 | 0.53 | 315 | 0.16 | 0.4 |
| Hex | 77 | 57 | 6F | 0 | 1B | 7 | 35 | 13B | 10 | 28 |
| Octal | 167 | 127 | 157 | 0 | 33 | 7 | 65 | 473 | 20 | 50 |
| Binary | 1110111 | 1010111 | 1101111 | 0 | 11011 | 111 | 110101 | 100111011 | 10000 | 101000 |
Color Harmonies of #77576F
Complementary color
Monochromatic Colors of #77576F
Black with #77576F
Text Example
Text Example
White with #77576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77576F; }
p { color: rgb(119,87,111); }
H1.HeaderClassName
{
color: #77576F;
}
.AnyTagClassName
{
color: #77576F;
}
</style>
background-color css
<style>
a { background-color: #77576F; }
a { background-color: rgb(119,87,111); }
div.DivClassName
{
background-color: #77576F;
}
.BgClassName
{
background-color: #77576F;
}
</style>
border-color css
<style>
span { border-color: #77576F; }
span { border-color: rgb(119,87,111); }
td.TdClassName
{
border-color: #77576F;
}
.TagClassName
{
border-color: #77576F;
}
</style>