Shades of Muddy Waters #A77A40
Tints of Muddy Waters #A77A40
RGB
CMYK
RGB Variations
Color information
#A77A40 (or 0xA77A40) is known color: Muddy Waters. HEX triplet: A7, 7A and 40. RGB value is (167,122,64). Sum of RGB (Red+Green+Blue) = 167+122+64=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A40 is #5885BF. Grayscale: #818181. Windows color (decimal): -5801408 or 4225703. OLE color: 4225703.
HSL color Cylindrical-coordinate representation of color #A77A40: hue angle of 33.79º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A77A40 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 64 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.35 |
| HSL | 33.79º | 0.45% | 0.45% | - |
| HSV(B) | 33.79º | 0.62% | 0.65% | - |
| XYZ | 23.82 | 22.5 | 7.94 | - |
| YUV | 128.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 64 | 0 | 0.27 | 0.62 | 0.35 | 33.79 | 0.45 | 0.45 |
| Hex | A7 | 7A | 40 | 0 | 1B | 3E | 23 | 22 | 2D | 2D |
| Octal | 247 | 172 | 100 | 0 | 33 | 76 | 43 | 42 | 55 | 55 |
| Binary | 10100111 | 1111010 | 1000000 | 0 | 11011 | 111110 | 100011 | 100010 | 101101 | 101101 |
Color Harmonies of #A77A40
Complementary color
Monochromatic Colors of #A77A40
Black with #A77A40
Text Example
Text Example
White with #A77A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A40; }
p { color: rgb(167,122,64); }
H1.HeaderClassName
{
color: #A77A40;
}
.AnyTagClassName
{
color: #A77A40;
}
</style>
background-color css
<style>
a { background-color: #A77A40; }
a { background-color: rgb(167,122,64); }
div.DivClassName
{
background-color: #A77A40;
}
.BgClassName
{
background-color: #A77A40;
}
</style>
border-color css
<style>
span { border-color: #A77A40; }
span { border-color: rgb(167,122,64); }
td.TdClassName
{
border-color: #A77A40;
}
.TagClassName
{
border-color: #A77A40;
}
</style>