Shades of Muesli #987B52
Tints of Muesli #987B52
RGB
CMYK
RGB Variations
Color information
#987B52 (or 0x987B52) is known color: Muesli. HEX triplet: 98, 7B and 52. RGB value is (152,123,82). Sum of RGB (Red+Green+Blue) = 152+123+82=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #987B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B52 is #6784AD. Grayscale: #7F7F7F. Windows color (decimal): -6784174 or 5405592. OLE color: 5405592.
HSL color Cylindrical-coordinate representation of color #987B52: hue angle of 35.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987B52 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 82 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.40 |
| HSL | 35.14º | 0.3% | 0.46% | - |
| HSV(B) | 35.14º | 0.46% | 0.6% | - |
| XYZ | 21.55 | 21.45 | 10.99 | - |
| YUV | 127 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 82 | 0 | 0.19 | 0.46 | 0.40 | 35.14 | 0.3 | 0.46 |
| Hex | 98 | 7B | 52 | 0 | 13 | 2E | 28 | 23 | 1E | 2E |
| Octal | 230 | 173 | 122 | 0 | 23 | 56 | 50 | 43 | 36 | 56 |
| Binary | 10011000 | 1111011 | 1010010 | 0 | 10011 | 101110 | 101000 | 100011 | 11110 | 101110 |
Color Harmonies of #987B52
Complementary color
Monochromatic Colors of #987B52
Black with #987B52
Text Example
Text Example
White with #987B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B52; }
p { color: rgb(152,123,82); }
H1.HeaderClassName
{
color: #987B52;
}
.AnyTagClassName
{
color: #987B52;
}
</style>
background-color css
<style>
a { background-color: #987B52; }
a { background-color: rgb(152,123,82); }
div.DivClassName
{
background-color: #987B52;
}
.BgClassName
{
background-color: #987B52;
}
</style>
border-color css
<style>
span { border-color: #987B52; }
span { border-color: rgb(152,123,82); }
td.TdClassName
{
border-color: #987B52;
}
.TagClassName
{
border-color: #987B52;
}
</style>