Shades of Muesli #977C44
Tints of Muesli #977C44
RGB
CMYK
RGB Variations
Color information
#977C44 (or 0x977C44) is known color: Muesli. HEX triplet: 97, 7C and 44. RGB value is (151,124,68). Sum of RGB (Red+Green+Blue) = 151+124+68=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #977C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C44 is #6883BB. Grayscale: #7D7D7D. Windows color (decimal): -6849468 or 4488343. OLE color: 4488343.
HSL color Cylindrical-coordinate representation of color #977C44: hue angle of 40.48º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #977C44 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 68 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.41 |
| HSL | 40.48º | 0.38% | 0.43% | - |
| HSV(B) | 40.48º | 0.55% | 0.59% | - |
| XYZ | 21.01 | 21.41 | 8.49 | - |
| YUV | 125.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 68 | 0 | 0.18 | 0.55 | 0.41 | 40.48 | 0.38 | 0.43 |
| Hex | 97 | 7C | 44 | 0 | 12 | 37 | 29 | 28 | 26 | 2B |
| Octal | 227 | 174 | 104 | 0 | 22 | 67 | 51 | 50 | 46 | 53 |
| Binary | 10010111 | 1111100 | 1000100 | 0 | 10010 | 110111 | 101001 | 101000 | 100110 | 101011 |
Color Harmonies of #977C44
Complementary color
Monochromatic Colors of #977C44
Black with #977C44
Text Example
Text Example
White with #977C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C44; }
p { color: rgb(151,124,68); }
H1.HeaderClassName
{
color: #977C44;
}
.AnyTagClassName
{
color: #977C44;
}
</style>
background-color css
<style>
a { background-color: #977C44; }
a { background-color: rgb(151,124,68); }
div.DivClassName
{
background-color: #977C44;
}
.BgClassName
{
background-color: #977C44;
}
</style>
border-color css
<style>
span { border-color: #977C44; }
span { border-color: rgb(151,124,68); }
td.TdClassName
{
border-color: #977C44;
}
.TagClassName
{
border-color: #977C44;
}
</style>