Shades of Muddy Waters #A77F52
Tints of Muddy Waters #A77F52
RGB
CMYK
RGB Variations
Color information
#A77F52 (or 0xA77F52) is known color: Muddy Waters. HEX triplet: A7, 7F and 52. RGB value is (167,127,82). Sum of RGB (Red+Green+Blue) = 167+127+82=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F52 is #5880AD. Grayscale: #868686. Windows color (decimal): -5800110 or 5406631. OLE color: 5406631.
HSL color Cylindrical-coordinate representation of color #A77F52: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77F52 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 82 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.35 |
| HSL | 31.76º | 0.34% | 0.49% | - |
| HSV(B) | 31.76º | 0.51% | 0.65% | - |
| XYZ | 25.05 | 24 | 11.3 | - |
| YUV | 133.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 82 | 0 | 0.24 | 0.51 | 0.35 | 31.76 | 0.34 | 0.49 |
| Hex | A7 | 7F | 52 | 0 | 18 | 33 | 23 | 20 | 22 | 31 |
| Octal | 247 | 177 | 122 | 0 | 30 | 63 | 43 | 40 | 42 | 61 |
| Binary | 10100111 | 1111111 | 1010010 | 0 | 11000 | 110011 | 100011 | 100000 | 100010 | 110001 |
Color Harmonies of #A77F52
Complementary color
Monochromatic Colors of #A77F52
Black with #A77F52
Text Example
Text Example
White with #A77F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F52; }
p { color: rgb(167,127,82); }
H1.HeaderClassName
{
color: #A77F52;
}
.AnyTagClassName
{
color: #A77F52;
}
</style>
background-color css
<style>
a { background-color: #A77F52; }
a { background-color: rgb(167,127,82); }
div.DivClassName
{
background-color: #A77F52;
}
.BgClassName
{
background-color: #A77F52;
}
</style>
border-color css
<style>
span { border-color: #A77F52; }
span { border-color: rgb(167,127,82); }
td.TdClassName
{
border-color: #A77F52;
}
.TagClassName
{
border-color: #A77F52;
}
</style>