Shades of Muesli #987D50
Tints of Muesli #987D50
RGB
CMYK
RGB Variations
Color information
#987D50 (or 0x987D50) is known color: Muesli. HEX triplet: 98, 7D and 50. RGB value is (152,125,80). Sum of RGB (Red+Green+Blue) = 152+125+80=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #987D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D50 is #6782AF. Grayscale: #808080. Windows color (decimal): -6783664 or 5275032. OLE color: 5275032.
HSL color Cylindrical-coordinate representation of color #987D50: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987D50 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 80 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.40 |
| HSL | 37.5º | 0.31% | 0.45% | - |
| HSV(B) | 37.5º | 0.47% | 0.6% | - |
| XYZ | 21.73 | 21.92 | 10.68 | - |
| YUV | 127.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 80 | 0 | 0.18 | 0.47 | 0.40 | 37.5 | 0.31 | 0.45 |
| Hex | 98 | 7D | 50 | 0 | 12 | 2F | 28 | 26 | 1F | 2D |
| Octal | 230 | 175 | 120 | 0 | 22 | 57 | 50 | 46 | 37 | 55 |
| Binary | 10011000 | 1111101 | 1010000 | 0 | 10010 | 101111 | 101000 | 100110 | 11111 | 101101 |
Color Harmonies of #987D50
Complementary color
Monochromatic Colors of #987D50
Black with #987D50
Text Example
Text Example
White with #987D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D50; }
p { color: rgb(152,125,80); }
H1.HeaderClassName
{
color: #987D50;
}
.AnyTagClassName
{
color: #987D50;
}
</style>
background-color css
<style>
a { background-color: #987D50; }
a { background-color: rgb(152,125,80); }
div.DivClassName
{
background-color: #987D50;
}
.BgClassName
{
background-color: #987D50;
}
</style>
border-color css
<style>
span { border-color: #987D50; }
span { border-color: rgb(152,125,80); }
td.TdClassName
{
border-color: #987D50;
}
.TagClassName
{
border-color: #987D50;
}
</style>