Shades of Muesli #977F50
Tints of Muesli #977F50
RGB
CMYK
RGB Variations
Color information
#977F50 (or 0x977F50) is known color: Muesli. HEX triplet: 97, 7F and 50. RGB value is (151,127,80). Sum of RGB (Red+Green+Blue) = 151+127+80=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #977F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F50 is #6880AF. Grayscale: #818181. Windows color (decimal): -6848688 or 5275543. OLE color: 5275543.
HSL color Cylindrical-coordinate representation of color #977F50: hue angle of 39.72º 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 #977F50 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 80 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.41 |
| HSL | 39.72º | 0.31% | 0.45% | - |
| HSV(B) | 39.72º | 0.47% | 0.59% | - |
| XYZ | 21.8 | 22.34 | 10.75 | - |
| YUV | 128.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 80 | 0 | 0.16 | 0.47 | 0.41 | 39.72 | 0.31 | 0.45 |
| Hex | 97 | 7F | 50 | 0 | 10 | 2F | 29 | 28 | 1F | 2D |
| Octal | 227 | 177 | 120 | 0 | 20 | 57 | 51 | 50 | 37 | 55 |
| Binary | 10010111 | 1111111 | 1010000 | 0 | 10000 | 101111 | 101001 | 101000 | 11111 | 101101 |
Color Harmonies of #977F50
Complementary color
Monochromatic Colors of #977F50
Black with #977F50
Text Example
Text Example
White with #977F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F50; }
p { color: rgb(151,127,80); }
H1.HeaderClassName
{
color: #977F50;
}
.AnyTagClassName
{
color: #977F50;
}
</style>
background-color css
<style>
a { background-color: #977F50; }
a { background-color: rgb(151,127,80); }
div.DivClassName
{
background-color: #977F50;
}
.BgClassName
{
background-color: #977F50;
}
</style>
border-color css
<style>
span { border-color: #977F50; }
span { border-color: rgb(151,127,80); }
td.TdClassName
{
border-color: #977F50;
}
.TagClassName
{
border-color: #977F50;
}
</style>