Shades of Muesli #987F56
Tints of Muesli #987F56
RGB
CMYK
RGB Variations
Color information
#987F56 (or 0x987F56) is known color: Muesli. HEX triplet: 98, 7F and 56. RGB value is (152,127,86). Sum of RGB (Red+Green+Blue) = 152+127+86=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #987F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F56 is #6780A9. Grayscale: #818181. Windows color (decimal): -6783146 or 5668760. OLE color: 5668760.
HSL color Cylindrical-coordinate representation of color #987F56: hue angle of 37.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987F56 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 86 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.40 |
| HSL | 37.27º | 0.28% | 0.47% | - |
| HSV(B) | 37.27º | 0.43% | 0.6% | - |
| XYZ | 22.22 | 22.53 | 11.98 | - |
| YUV | 129.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 86 | 0 | 0.16 | 0.43 | 0.40 | 37.27 | 0.28 | 0.47 |
| Hex | 98 | 7F | 56 | 0 | 10 | 2B | 28 | 25 | 1C | 2F |
| Octal | 230 | 177 | 126 | 0 | 20 | 53 | 50 | 45 | 34 | 57 |
| Binary | 10011000 | 1111111 | 1010110 | 0 | 10000 | 101011 | 101000 | 100101 | 11100 | 101111 |
Color Harmonies of #987F56
Complementary color
Monochromatic Colors of #987F56
Black with #987F56
Text Example
Text Example
White with #987F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F56; }
p { color: rgb(152,127,86); }
H1.HeaderClassName
{
color: #987F56;
}
.AnyTagClassName
{
color: #987F56;
}
</style>
background-color css
<style>
a { background-color: #987F56; }
a { background-color: rgb(152,127,86); }
div.DivClassName
{
background-color: #987F56;
}
.BgClassName
{
background-color: #987F56;
}
</style>
border-color css
<style>
span { border-color: #987F56; }
span { border-color: rgb(152,127,86); }
td.TdClassName
{
border-color: #987F56;
}
.TagClassName
{
border-color: #987F56;
}
</style>