Shades of Muesli #977A4D
Tints of Muesli #977A4D
RGB
CMYK
RGB Variations
Color information
#977A4D (or 0x977A4D) is known color: Muesli. HEX triplet: 97, 7A and 4D. RGB value is (151,122,77). Sum of RGB (Red+Green+Blue) = 151+122+77=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #977A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A4D is #6885B2. Grayscale: #7D7D7D. Windows color (decimal): -6849971 or 5077655. OLE color: 5077655.
HSL color Cylindrical-coordinate representation of color #977A4D: hue angle of 36.49º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #977A4D is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 77 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.41 |
| HSL | 36.49º | 0.32% | 0.45% | - |
| HSV(B) | 36.49º | 0.49% | 0.59% | - |
| XYZ | 21.06 | 21.03 | 9.97 | - |
| YUV | 125.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 77 | 0 | 0.19 | 0.49 | 0.41 | 36.49 | 0.32 | 0.45 |
| Hex | 97 | 7A | 4D | 0 | 13 | 31 | 29 | 24 | 20 | 2D |
| Octal | 227 | 172 | 115 | 0 | 23 | 61 | 51 | 44 | 40 | 55 |
| Binary | 10010111 | 1111010 | 1001101 | 0 | 10011 | 110001 | 101001 | 100100 | 100000 | 101101 |
Color Harmonies of #977A4D
Complementary color
Monochromatic Colors of #977A4D
Black with #977A4D
Text Example
Text Example
White with #977A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A4D; }
p { color: rgb(151,122,77); }
H1.HeaderClassName
{
color: #977A4D;
}
.AnyTagClassName
{
color: #977A4D;
}
</style>
background-color css
<style>
a { background-color: #977A4D; }
a { background-color: rgb(151,122,77); }
div.DivClassName
{
background-color: #977A4D;
}
.BgClassName
{
background-color: #977A4D;
}
</style>
border-color css
<style>
span { border-color: #977A4D; }
span { border-color: rgb(151,122,77); }
td.TdClassName
{
border-color: #977A4D;
}
.TagClassName
{
border-color: #977A4D;
}
</style>