Shades of Muddy Waters #A77747
Tints of Muddy Waters #A77747
RGB
CMYK
RGB Variations
Color information
#A77747 (or 0xA77747) is known color: Muddy Waters. HEX triplet: A7, 77 and 47. RGB value is (167,119,71). Sum of RGB (Red+Green+Blue) = 167+119+71=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A77747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77747 is #5888B8. Grayscale: #808080. Windows color (decimal): -5802169 or 4683687. OLE color: 4683687.
HSL color Cylindrical-coordinate representation of color #A77747: hue angle of 30º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A77747 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 71 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.35 |
| HSL | 30º | 0.4% | 0.47% | - |
| HSV(B) | 30º | 0.57% | 0.65% | - |
| XYZ | 23.67 | 21.86 | 8.93 | - |
| YUV | 127.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 71 | 0 | 0.29 | 0.57 | 0.35 | 30 | 0.4 | 0.47 |
| Hex | A7 | 77 | 47 | 0 | 1D | 39 | 23 | 1E | 28 | 2F |
| Octal | 247 | 167 | 107 | 0 | 35 | 71 | 43 | 36 | 50 | 57 |
| Binary | 10100111 | 1110111 | 1000111 | 0 | 11101 | 111001 | 100011 | 11110 | 101000 | 101111 |
Color Harmonies of #A77747
Complementary color
Monochromatic Colors of #A77747
Black with #A77747
Text Example
Text Example
White with #A77747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77747; }
p { color: rgb(167,119,71); }
H1.HeaderClassName
{
color: #A77747;
}
.AnyTagClassName
{
color: #A77747;
}
</style>
background-color css
<style>
a { background-color: #A77747; }
a { background-color: rgb(167,119,71); }
div.DivClassName
{
background-color: #A77747;
}
.BgClassName
{
background-color: #A77747;
}
</style>
border-color css
<style>
span { border-color: #A77747; }
span { border-color: rgb(167,119,71); }
td.TdClassName
{
border-color: #A77747;
}
.TagClassName
{
border-color: #A77747;
}
</style>