Shades of Muesli #977A50
Tints of Muesli #977A50
RGB
CMYK
RGB Variations
Color information
#977A50 (or 0x977A50) is known color: Muesli. HEX triplet: 97, 7A and 50. RGB value is (151,122,80). Sum of RGB (Red+Green+Blue) = 151+122+80=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #977A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A50 is #6885AF. Grayscale: #7E7E7E. Windows color (decimal): -6849968 or 5274263. OLE color: 5274263.
HSL color Cylindrical-coordinate representation of color #977A50: hue angle of 35.49º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977A50 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 80 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.41 |
| HSL | 35.49º | 0.31% | 0.45% | - |
| HSV(B) | 35.49º | 0.47% | 0.59% | - |
| XYZ | 21.17 | 21.08 | 10.54 | - |
| YUV | 125.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 80 | 0 | 0.19 | 0.47 | 0.41 | 35.49 | 0.31 | 0.45 |
| Hex | 97 | 7A | 50 | 0 | 13 | 2F | 29 | 23 | 1F | 2D |
| Octal | 227 | 172 | 120 | 0 | 23 | 57 | 51 | 43 | 37 | 55 |
| Binary | 10010111 | 1111010 | 1010000 | 0 | 10011 | 101111 | 101001 | 100011 | 11111 | 101101 |
Color Harmonies of #977A50
Complementary color
Monochromatic Colors of #977A50
Black with #977A50
Text Example
Text Example
White with #977A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A50; }
p { color: rgb(151,122,80); }
H1.HeaderClassName
{
color: #977A50;
}
.AnyTagClassName
{
color: #977A50;
}
</style>
background-color css
<style>
a { background-color: #977A50; }
a { background-color: rgb(151,122,80); }
div.DivClassName
{
background-color: #977A50;
}
.BgClassName
{
background-color: #977A50;
}
</style>
border-color css
<style>
span { border-color: #977A50; }
span { border-color: rgb(151,122,80); }
td.TdClassName
{
border-color: #977A50;
}
.TagClassName
{
border-color: #977A50;
}
</style>