Shades of Muesli #A7764C
Tints of Muesli #A7764C
RGB
CMYK
RGB Variations
Color information
#A7764C (or 0xA7764C) is known color: Muesli. HEX triplet: A7, 76 and 4C. RGB value is (167,118,76). Sum of RGB (Red+Green+Blue) = 167+118+76=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7764C is #5889B3. Grayscale: #808080. Windows color (decimal): -5802420 or 5011111. OLE color: 5011111.
HSL color Cylindrical-coordinate representation of color #A7764C: hue angle of 27.69º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7764C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 76 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.35 |
| HSL | 27.69º | 0.37% | 0.48% | - |
| HSV(B) | 27.69º | 0.54% | 0.65% | - |
| XYZ | 23.72 | 21.69 | 9.77 | - |
| YUV | 127.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 76 | 0 | 0.29 | 0.54 | 0.35 | 27.69 | 0.37 | 0.48 |
| Hex | A7 | 76 | 4C | 0 | 1D | 36 | 23 | 1C | 25 | 30 |
| Octal | 247 | 166 | 114 | 0 | 35 | 66 | 43 | 34 | 45 | 60 |
| Binary | 10100111 | 1110110 | 1001100 | 0 | 11101 | 110110 | 100011 | 11100 | 100101 | 110000 |
Color Harmonies of #A7764C
Complementary color
Monochromatic Colors of #A7764C
Black with #A7764C
Text Example
Text Example
White with #A7764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7764C; }
p { color: rgb(167,118,76); }
H1.HeaderClassName
{
color: #A7764C;
}
.AnyTagClassName
{
color: #A7764C;
}
</style>
background-color css
<style>
a { background-color: #A7764C; }
a { background-color: rgb(167,118,76); }
div.DivClassName
{
background-color: #A7764C;
}
.BgClassName
{
background-color: #A7764C;
}
</style>
border-color css
<style>
span { border-color: #A7764C; }
span { border-color: rgb(167,118,76); }
td.TdClassName
{
border-color: #A7764C;
}
.TagClassName
{
border-color: #A7764C;
}
</style>