Shades of Muesli #987B55
Tints of Muesli #987B55
RGB
CMYK
RGB Variations
Color information
#987B55 (or 0x987B55) is known color: Muesli. HEX triplet: 98, 7B and 55. RGB value is (152,123,85). Sum of RGB (Red+Green+Blue) = 152+123+85=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #987B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B55 is #6784AA. Grayscale: #7F7F7F. Windows color (decimal): -6784171 or 5602200. OLE color: 5602200.
HSL color Cylindrical-coordinate representation of color #987B55: hue angle of 34.03º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987B55 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 85 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.40 |
| HSL | 34.03º | 0.28% | 0.46% | - |
| HSV(B) | 34.03º | 0.44% | 0.6% | - |
| XYZ | 21.67 | 21.5 | 11.6 | - |
| YUV | 127.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 85 | 0 | 0.19 | 0.44 | 0.40 | 34.03 | 0.28 | 0.46 |
| Hex | 98 | 7B | 55 | 0 | 13 | 2C | 28 | 22 | 1C | 2E |
| Octal | 230 | 173 | 125 | 0 | 23 | 54 | 50 | 42 | 34 | 56 |
| Binary | 10011000 | 1111011 | 1010101 | 0 | 10011 | 101100 | 101000 | 100010 | 11100 | 101110 |
Color Harmonies of #987B55
Complementary color
Monochromatic Colors of #987B55
Black with #987B55
Text Example
Text Example
White with #987B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B55; }
p { color: rgb(152,123,85); }
H1.HeaderClassName
{
color: #987B55;
}
.AnyTagClassName
{
color: #987B55;
}
</style>
background-color css
<style>
a { background-color: #987B55; }
a { background-color: rgb(152,123,85); }
div.DivClassName
{
background-color: #987B55;
}
.BgClassName
{
background-color: #987B55;
}
</style>
border-color css
<style>
span { border-color: #987B55; }
span { border-color: rgb(152,123,85); }
td.TdClassName
{
border-color: #987B55;
}
.TagClassName
{
border-color: #987B55;
}
</style>