Shades of Muddy Waters #B77E54
Tints of Muddy Waters #B77E54
RGB
CMYK
RGB Variations
Color information
#B77E54 (or 0xB77E54) is known color: Muddy Waters. HEX triplet: B7, 7E and 54. RGB value is (183,126,84). Sum of RGB (Red+Green+Blue) = 183+126+84=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E54 is #4881AB. Grayscale: #8A8A8A. Windows color (decimal): -4751788 or 5537463. OLE color: 5537463.
HSL color Cylindrical-coordinate representation of color #B77E54: hue angle of 25.45º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B77E54 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 84 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.28 |
| HSL | 25.45º | 0.41% | 0.52% | - |
| HSV(B) | 25.45º | 0.54% | 0.72% | - |
| XYZ | 28.59 | 25.63 | 11.83 | - |
| YUV | 138.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 84 | 0 | 0.31 | 0.54 | 0.28 | 25.45 | 0.41 | 0.52 |
| Hex | B7 | 7E | 54 | 0 | 1F | 36 | 1C | 19 | 29 | 34 |
| Octal | 267 | 176 | 124 | 0 | 37 | 66 | 34 | 31 | 51 | 64 |
| Binary | 10110111 | 1111110 | 1010100 | 0 | 11111 | 110110 | 11100 | 11001 | 101001 | 110100 |
Color Harmonies of #B77E54
Complementary color
Monochromatic Colors of #B77E54
Black with #B77E54
Text Example
Text Example
White with #B77E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E54; }
p { color: rgb(183,126,84); }
H1.HeaderClassName
{
color: #B77E54;
}
.AnyTagClassName
{
color: #B77E54;
}
</style>
background-color css
<style>
a { background-color: #B77E54; }
a { background-color: rgb(183,126,84); }
div.DivClassName
{
background-color: #B77E54;
}
.BgClassName
{
background-color: #B77E54;
}
</style>
border-color css
<style>
span { border-color: #B77E54; }
span { border-color: rgb(183,126,84); }
td.TdClassName
{
border-color: #B77E54;
}
.TagClassName
{
border-color: #B77E54;
}
</style>