Shades of Muesli #977B47
Tints of Muesli #977B47
RGB
CMYK
RGB Variations
Color information
#977B47 (or 0x977B47) is known color: Muesli. HEX triplet: 97, 7B and 47. RGB value is (151,123,71). Sum of RGB (Red+Green+Blue) = 151+123+71=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #977B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B47 is #6884B8. Grayscale: #7D7D7D. Windows color (decimal): -6849721 or 4684695. OLE color: 4684695.
HSL color Cylindrical-coordinate representation of color #977B47: hue angle of 39º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #977B47 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 71 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.41 |
| HSL | 39º | 0.36% | 0.44% | - |
| HSV(B) | 39º | 0.53% | 0.59% | - |
| XYZ | 20.98 | 21.2 | 8.95 | - |
| YUV | 125.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 71 | 0 | 0.19 | 0.53 | 0.41 | 39 | 0.36 | 0.44 |
| Hex | 97 | 7B | 47 | 0 | 13 | 35 | 29 | 27 | 24 | 2C |
| Octal | 227 | 173 | 107 | 0 | 23 | 65 | 51 | 47 | 44 | 54 |
| Binary | 10010111 | 1111011 | 1000111 | 0 | 10011 | 110101 | 101001 | 100111 | 100100 | 101100 |
Color Harmonies of #977B47
Complementary color
Monochromatic Colors of #977B47
Black with #977B47
Text Example
Text Example
White with #977B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B47; }
p { color: rgb(151,123,71); }
H1.HeaderClassName
{
color: #977B47;
}
.AnyTagClassName
{
color: #977B47;
}
</style>
background-color css
<style>
a { background-color: #977B47; }
a { background-color: rgb(151,123,71); }
div.DivClassName
{
background-color: #977B47;
}
.BgClassName
{
background-color: #977B47;
}
</style>
border-color css
<style>
span { border-color: #977B47; }
span { border-color: rgb(151,123,71); }
td.TdClassName
{
border-color: #977B47;
}
.TagClassName
{
border-color: #977B47;
}
</style>