Shades of Muesli #A77B55
Tints of Muesli #A77B55
RGB
CMYK
RGB Variations
Color information
#A77B55 (or 0xA77B55) is known color: Muesli. HEX triplet: A7, 7B and 55. RGB value is (167,123,85). Sum of RGB (Red+Green+Blue) = 167+123+85=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B55 is #5884AA. Grayscale: #848484. Windows color (decimal): -5801131 or 5602215. OLE color: 5602215.
HSL color Cylindrical-coordinate representation of color #A77B55: hue angle of 27.8º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77B55 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 85 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.35 |
| HSL | 27.8º | 0.33% | 0.49% | - |
| HSV(B) | 27.8º | 0.49% | 0.65% | - |
| XYZ | 24.66 | 23.04 | 11.74 | - |
| YUV | 131.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 85 | 0 | 0.26 | 0.49 | 0.35 | 27.8 | 0.33 | 0.49 |
| Hex | A7 | 7B | 55 | 0 | 1A | 31 | 23 | 1C | 21 | 31 |
| Octal | 247 | 173 | 125 | 0 | 32 | 61 | 43 | 34 | 41 | 61 |
| Binary | 10100111 | 1111011 | 1010101 | 0 | 11010 | 110001 | 100011 | 11100 | 100001 | 110001 |
Color Harmonies of #A77B55
Complementary color
Monochromatic Colors of #A77B55
Black with #A77B55
Text Example
Text Example
White with #A77B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B55; }
p { color: rgb(167,123,85); }
H1.HeaderClassName
{
color: #A77B55;
}
.AnyTagClassName
{
color: #A77B55;
}
</style>
background-color css
<style>
a { background-color: #A77B55; }
a { background-color: rgb(167,123,85); }
div.DivClassName
{
background-color: #A77B55;
}
.BgClassName
{
background-color: #A77B55;
}
</style>
border-color css
<style>
span { border-color: #A77B55; }
span { border-color: rgb(167,123,85); }
td.TdClassName
{
border-color: #A77B55;
}
.TagClassName
{
border-color: #A77B55;
}
</style>