Shades of Muesli #987F44
Tints of Muesli #987F44
RGB
CMYK
RGB Variations
Color information
#987F44 (or 0x987F44) is known color: Muesli. HEX triplet: 98, 7F and 44. RGB value is (152,127,68). Sum of RGB (Red+Green+Blue) = 152+127+68=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #987F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F44 is #6780BB. Grayscale: #808080. Windows color (decimal): -6783164 or 4489112. OLE color: 4489112.
HSL color Cylindrical-coordinate representation of color #987F44: hue angle of 42.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987F44 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 68 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.40 |
| HSL | 42.14º | 0.38% | 0.43% | - |
| HSV(B) | 42.14º | 0.55% | 0.6% | - |
| XYZ | 21.58 | 22.27 | 8.63 | - |
| YUV | 127.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 68 | 0 | 0.16 | 0.55 | 0.40 | 42.14 | 0.38 | 0.43 |
| Hex | 98 | 7F | 44 | 0 | 10 | 37 | 28 | 2A | 26 | 2B |
| Octal | 230 | 177 | 104 | 0 | 20 | 67 | 50 | 52 | 46 | 53 |
| Binary | 10011000 | 1111111 | 1000100 | 0 | 10000 | 110111 | 101000 | 101010 | 100110 | 101011 |
Color Harmonies of #987F44
Complementary color
Monochromatic Colors of #987F44
Black with #987F44
Text Example
Text Example
White with #987F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F44; }
p { color: rgb(152,127,68); }
H1.HeaderClassName
{
color: #987F44;
}
.AnyTagClassName
{
color: #987F44;
}
</style>
background-color css
<style>
a { background-color: #987F44; }
a { background-color: rgb(152,127,68); }
div.DivClassName
{
background-color: #987F44;
}
.BgClassName
{
background-color: #987F44;
}
</style>
border-color css
<style>
span { border-color: #987F44; }
span { border-color: rgb(152,127,68); }
td.TdClassName
{
border-color: #987F44;
}
.TagClassName
{
border-color: #987F44;
}
</style>