Shades of Muddy Waters #A77B4B
Tints of Muddy Waters #A77B4B
RGB
CMYK
RGB Variations
Color information
#A77B4B (or 0xA77B4B) is known color: Muddy Waters. HEX triplet: A7, 7B and 4B. RGB value is (167,123,75). Sum of RGB (Red+Green+Blue) = 167+123+75=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77B4B is #5884B4. Grayscale: #828282. Windows color (decimal): -5801141 or 4946855. OLE color: 4946855.
HSL color Cylindrical-coordinate representation of color #A77B4B: hue angle of 31.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A77B4B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 75 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.35 |
| HSL | 31.3º | 0.38% | 0.47% | - |
| HSV(B) | 31.3º | 0.55% | 0.65% | - |
| XYZ | 24.29 | 22.89 | 9.79 | - |
| YUV | 130.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 75 | 0 | 0.26 | 0.55 | 0.35 | 31.3 | 0.38 | 0.47 |
| Hex | A7 | 7B | 4B | 0 | 1A | 37 | 23 | 1F | 26 | 2F |
| Octal | 247 | 173 | 113 | 0 | 32 | 67 | 43 | 37 | 46 | 57 |
| Binary | 10100111 | 1111011 | 1001011 | 0 | 11010 | 110111 | 100011 | 11111 | 100110 | 101111 |
Color Harmonies of #A77B4B
Complementary color
Monochromatic Colors of #A77B4B
Black with #A77B4B
Text Example
Text Example
White with #A77B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B4B; }
p { color: rgb(167,123,75); }
H1.HeaderClassName
{
color: #A77B4B;
}
.AnyTagClassName
{
color: #A77B4B;
}
</style>
background-color css
<style>
a { background-color: #A77B4B; }
a { background-color: rgb(167,123,75); }
div.DivClassName
{
background-color: #A77B4B;
}
.BgClassName
{
background-color: #A77B4B;
}
</style>
border-color css
<style>
span { border-color: #A77B4B; }
span { border-color: rgb(167,123,75); }
td.TdClassName
{
border-color: #A77B4B;
}
.TagClassName
{
border-color: #A77B4B;
}
</style>