Shades of Muesli #A77D57
Tints of Muesli #A77D57
RGB
CMYK
RGB Variations
Color information
#A77D57 (or 0xA77D57) is known color: Muesli. HEX triplet: A7, 7D and 57. RGB value is (167,125,87). Sum of RGB (Red+Green+Blue) = 167+125+87=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D57 is #5882A8. Grayscale: #858585. Windows color (decimal): -5800617 or 5733799. OLE color: 5733799.
HSL color Cylindrical-coordinate representation of color #A77D57: hue angle of 28.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A77D57 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 87 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.35 |
| HSL | 28.5º | 0.31% | 0.5% | - |
| HSV(B) | 28.5º | 0.48% | 0.65% | - |
| XYZ | 24.99 | 23.57 | 12.25 | - |
| YUV | 133.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 87 | 0 | 0.25 | 0.48 | 0.35 | 28.5 | 0.31 | 0.5 |
| Hex | A7 | 7D | 57 | 0 | 19 | 30 | 23 | 1C | 1F | 32 |
| Octal | 247 | 175 | 127 | 0 | 31 | 60 | 43 | 34 | 37 | 62 |
| Binary | 10100111 | 1111101 | 1010111 | 0 | 11001 | 110000 | 100011 | 11100 | 11111 | 110010 |
Color Harmonies of #A77D57
Complementary color
Monochromatic Colors of #A77D57
Black with #A77D57
Text Example
Text Example
White with #A77D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D57; }
p { color: rgb(167,125,87); }
H1.HeaderClassName
{
color: #A77D57;
}
.AnyTagClassName
{
color: #A77D57;
}
</style>
background-color css
<style>
a { background-color: #A77D57; }
a { background-color: rgb(167,125,87); }
div.DivClassName
{
background-color: #A77D57;
}
.BgClassName
{
background-color: #A77D57;
}
</style>
border-color css
<style>
span { border-color: #A77D57; }
span { border-color: rgb(167,125,87); }
td.TdClassName
{
border-color: #A77D57;
}
.TagClassName
{
border-color: #A77D57;
}
</style>