Shades of Muesli #987C4E
Tints of Muesli #987C4E
RGB
CMYK
RGB Variations
Color information
#987C4E (or 0x987C4E) is known color: Muesli. HEX triplet: 98, 7C and 4E. RGB value is (152,124,78). Sum of RGB (Red+Green+Blue) = 152+124+78=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C4E is #6783B1. Grayscale: #7F7F7F. Windows color (decimal): -6783922 or 5143704. OLE color: 5143704.
HSL color Cylindrical-coordinate representation of color #987C4E: hue angle of 37.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987C4E is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 78 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.40 |
| HSL | 37.3º | 0.32% | 0.45% | - |
| HSV(B) | 37.3º | 0.49% | 0.6% | - |
| XYZ | 21.53 | 21.64 | 10.25 | - |
| YUV | 127.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 78 | 0 | 0.18 | 0.49 | 0.40 | 37.3 | 0.32 | 0.45 |
| Hex | 98 | 7C | 4E | 0 | 12 | 31 | 28 | 25 | 20 | 2D |
| Octal | 230 | 174 | 116 | 0 | 22 | 61 | 50 | 45 | 40 | 55 |
| Binary | 10011000 | 1111100 | 1001110 | 0 | 10010 | 110001 | 101000 | 100101 | 100000 | 101101 |
Color Harmonies of #987C4E
Complementary color
Monochromatic Colors of #987C4E
Black with #987C4E
Text Example
Text Example
White with #987C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C4E; }
p { color: rgb(152,124,78); }
H1.HeaderClassName
{
color: #987C4E;
}
.AnyTagClassName
{
color: #987C4E;
}
</style>
background-color css
<style>
a { background-color: #987C4E; }
a { background-color: rgb(152,124,78); }
div.DivClassName
{
background-color: #987C4E;
}
.BgClassName
{
background-color: #987C4E;
}
</style>
border-color css
<style>
span { border-color: #987C4E; }
span { border-color: rgb(152,124,78); }
td.TdClassName
{
border-color: #987C4E;
}
.TagClassName
{
border-color: #987C4E;
}
</style>