Shades of Muesli #977D5A
Tints of Muesli #977D5A
RGB
CMYK
RGB Variations
Color information
#977D5A (or 0x977D5A) is known color: Muesli. HEX triplet: 97, 7D and 5A. RGB value is (151,125,90). Sum of RGB (Red+Green+Blue) = 151+125+90=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #977D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D5A is #6882A5. Grayscale: #808080. Windows color (decimal): -6849190 or 5930391. OLE color: 5930391.
HSL color Cylindrical-coordinate representation of color #977D5A: hue angle of 34.43º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977D5A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 90 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.41 |
| HSL | 34.43º | 0.25% | 0.47% | - |
| HSV(B) | 34.43º | 0.4% | 0.59% | - |
| XYZ | 21.94 | 21.98 | 12.76 | - |
| YUV | 128.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 90 | 0 | 0.17 | 0.40 | 0.41 | 34.43 | 0.25 | 0.47 |
| Hex | 97 | 7D | 5A | 0 | 11 | 28 | 29 | 22 | 19 | 2F |
| Octal | 227 | 175 | 132 | 0 | 21 | 50 | 51 | 42 | 31 | 57 |
| Binary | 10010111 | 1111101 | 1011010 | 0 | 10001 | 101000 | 101001 | 100010 | 11001 | 101111 |
Color Harmonies of #977D5A
Complementary color
Monochromatic Colors of #977D5A
Black with #977D5A
Text Example
Text Example
White with #977D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D5A; }
p { color: rgb(151,125,90); }
H1.HeaderClassName
{
color: #977D5A;
}
.AnyTagClassName
{
color: #977D5A;
}
</style>
background-color css
<style>
a { background-color: #977D5A; }
a { background-color: rgb(151,125,90); }
div.DivClassName
{
background-color: #977D5A;
}
.BgClassName
{
background-color: #977D5A;
}
</style>
border-color css
<style>
span { border-color: #977D5A; }
span { border-color: rgb(151,125,90); }
td.TdClassName
{
border-color: #977D5A;
}
.TagClassName
{
border-color: #977D5A;
}
</style>