Shades of Muesli #987F57
Tints of Muesli #987F57
RGB
CMYK
RGB Variations
Color information
#987F57 (or 0x987F57) is known color: Muesli. HEX triplet: 98, 7F and 57. RGB value is (152,127,87). Sum of RGB (Red+Green+Blue) = 152+127+87=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #987F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F57 is #6780A8. Grayscale: #828282. Windows color (decimal): -6783145 or 5734296. OLE color: 5734296.
HSL color Cylindrical-coordinate representation of color #987F57: hue angle of 36.92º degrees, saturation: 0.27, 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 #987F57 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 87 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.40 |
| HSL | 36.92º | 0.27% | 0.47% | - |
| HSV(B) | 36.92º | 0.43% | 0.6% | - |
| XYZ | 22.26 | 22.54 | 12.19 | - |
| YUV | 129.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 87 | 0 | 0.16 | 0.43 | 0.40 | 36.92 | 0.27 | 0.47 |
| Hex | 98 | 7F | 57 | 0 | 10 | 2B | 28 | 25 | 1B | 2F |
| Octal | 230 | 177 | 127 | 0 | 20 | 53 | 50 | 45 | 33 | 57 |
| Binary | 10011000 | 1111111 | 1010111 | 0 | 10000 | 101011 | 101000 | 100101 | 11011 | 101111 |
Color Harmonies of #987F57
Complementary color
Monochromatic Colors of #987F57
Black with #987F57
Text Example
Text Example
White with #987F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F57; }
p { color: rgb(152,127,87); }
H1.HeaderClassName
{
color: #987F57;
}
.AnyTagClassName
{
color: #987F57;
}
</style>
background-color css
<style>
a { background-color: #987F57; }
a { background-color: rgb(152,127,87); }
div.DivClassName
{
background-color: #987F57;
}
.BgClassName
{
background-color: #987F57;
}
</style>
border-color css
<style>
span { border-color: #987F57; }
span { border-color: rgb(152,127,87); }
td.TdClassName
{
border-color: #987F57;
}
.TagClassName
{
border-color: #987F57;
}
</style>