Shades of Muesli #987F4D
Tints of Muesli #987F4D
RGB
CMYK
RGB Variations
Color information
#987F4D (or 0x987F4D) is known color: Muesli. HEX triplet: 98, 7F and 4D. RGB value is (152,127,77). Sum of RGB (Red+Green+Blue) = 152+127+77=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F4D is #6780B2. Grayscale: #818181. Windows color (decimal): -6783155 or 5078936. OLE color: 5078936.
HSL color Cylindrical-coordinate representation of color #987F4D: hue angle of 40º degrees, saturation: 0.33, 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 #987F4D is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 77 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.40 |
| HSL | 40º | 0.33% | 0.45% | - |
| HSV(B) | 40º | 0.49% | 0.6% | - |
| XYZ | 21.88 | 22.39 | 10.19 | - |
| YUV | 128.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 77 | 0 | 0.16 | 0.49 | 0.40 | 40 | 0.33 | 0.45 |
| Hex | 98 | 7F | 4D | 0 | 10 | 31 | 28 | 28 | 21 | 2D |
| Octal | 230 | 177 | 115 | 0 | 20 | 61 | 50 | 50 | 41 | 55 |
| Binary | 10011000 | 1111111 | 1001101 | 0 | 10000 | 110001 | 101000 | 101000 | 100001 | 101101 |
Color Harmonies of #987F4D
Complementary color
Monochromatic Colors of #987F4D
Black with #987F4D
Text Example
Text Example
White with #987F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F4D; }
p { color: rgb(152,127,77); }
H1.HeaderClassName
{
color: #987F4D;
}
.AnyTagClassName
{
color: #987F4D;
}
</style>
background-color css
<style>
a { background-color: #987F4D; }
a { background-color: rgb(152,127,77); }
div.DivClassName
{
background-color: #987F4D;
}
.BgClassName
{
background-color: #987F4D;
}
</style>
border-color css
<style>
span { border-color: #987F4D; }
span { border-color: rgb(152,127,77); }
td.TdClassName
{
border-color: #987F4D;
}
.TagClassName
{
border-color: #987F4D;
}
</style>