Shades of Muesli #977A4A
Tints of Muesli #977A4A
RGB
CMYK
RGB Variations
Color information
#977A4A (or 0x977A4A) is known color: Muesli. HEX triplet: 97, 7A and 4A. RGB value is (151,122,74). Sum of RGB (Red+Green+Blue) = 151+122+74=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #977A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A4A is #6885B5. Grayscale: #7D7D7D. Windows color (decimal): -6849974 or 4881047. OLE color: 4881047.
HSL color Cylindrical-coordinate representation of color #977A4A: hue angle of 37.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977A4A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 74 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.41 |
| HSL | 37.4º | 0.34% | 0.44% | - |
| HSV(B) | 37.4º | 0.51% | 0.59% | - |
| XYZ | 20.96 | 20.99 | 9.43 | - |
| YUV | 125.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 74 | 0 | 0.19 | 0.51 | 0.41 | 37.4 | 0.34 | 0.44 |
| Hex | 97 | 7A | 4A | 0 | 13 | 33 | 29 | 25 | 22 | 2C |
| Octal | 227 | 172 | 112 | 0 | 23 | 63 | 51 | 45 | 42 | 54 |
| Binary | 10010111 | 1111010 | 1001010 | 0 | 10011 | 110011 | 101001 | 100101 | 100010 | 101100 |
Color Harmonies of #977A4A
Complementary color
Monochromatic Colors of #977A4A
Black with #977A4A
Text Example
Text Example
White with #977A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A4A; }
p { color: rgb(151,122,74); }
H1.HeaderClassName
{
color: #977A4A;
}
.AnyTagClassName
{
color: #977A4A;
}
</style>
background-color css
<style>
a { background-color: #977A4A; }
a { background-color: rgb(151,122,74); }
div.DivClassName
{
background-color: #977A4A;
}
.BgClassName
{
background-color: #977A4A;
}
</style>
border-color css
<style>
span { border-color: #977A4A; }
span { border-color: rgb(151,122,74); }
td.TdClassName
{
border-color: #977A4A;
}
.TagClassName
{
border-color: #977A4A;
}
</style>