Shades of Muddy Waters #A77A3F
Tints of Muddy Waters #A77A3F
RGB
CMYK
RGB Variations
Color information
#A77A3F (or 0xA77A3F) is known color: Muddy Waters. HEX triplet: A7, 7A and 3F. RGB value is (167,122,63). Sum of RGB (Red+Green+Blue) = 167+122+63=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A3F is #5885C0. Grayscale: #818181. Windows color (decimal): -5801409 or 4160167. OLE color: 4160167.
HSL color Cylindrical-coordinate representation of color #A77A3F: hue angle of 34.04º 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 #A77A3F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 63 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.35 |
| HSL | 34.04º | 0.45% | 0.45% | - |
| HSV(B) | 34.04º | 0.62% | 0.65% | - |
| XYZ | 23.79 | 22.49 | 7.79 | - |
| YUV | 128.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 63 | 0 | 0.27 | 0.62 | 0.35 | 34.04 | 0.45 | 0.45 |
| Hex | A7 | 7A | 3F | 0 | 1B | 3E | 23 | 22 | 2D | 2D |
| Octal | 247 | 172 | 77 | 0 | 33 | 76 | 43 | 42 | 55 | 55 |
| Binary | 10100111 | 1111010 | 111111 | 0 | 11011 | 111110 | 100011 | 100010 | 101101 | 101101 |
Color Harmonies of #A77A3F
Complementary color
Monochromatic Colors of #A77A3F
Black with #A77A3F
Text Example
Text Example
White with #A77A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A3F; }
p { color: rgb(167,122,63); }
H1.HeaderClassName
{
color: #A77A3F;
}
.AnyTagClassName
{
color: #A77A3F;
}
</style>
background-color css
<style>
a { background-color: #A77A3F; }
a { background-color: rgb(167,122,63); }
div.DivClassName
{
background-color: #A77A3F;
}
.BgClassName
{
background-color: #A77A3F;
}
</style>
border-color css
<style>
span { border-color: #A77A3F; }
span { border-color: rgb(167,122,63); }
td.TdClassName
{
border-color: #A77A3F;
}
.TagClassName
{
border-color: #A77A3F;
}
</style>