Shades of Medium Wood #B77A57
Tints of Medium Wood #B77A57
RGB
CMYK
RGB Variations
Color information
#B77A57 (or 0xB77A57) is known color: Medium Wood. HEX triplet: B7, 7A and 57. RGB value is (183,122,87). Sum of RGB (Red+Green+Blue) = 183+122+87=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A57 is #4885A8. Grayscale: #888888. Windows color (decimal): -4752809 or 5733047. OLE color: 5733047.
HSL color Cylindrical-coordinate representation of color #B77A57: hue angle of 21.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B77A57 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 87 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.28 |
| HSL | 21.88º | 0.4% | 0.53% | - |
| HSV(B) | 21.88º | 0.52% | 0.72% | - |
| XYZ | 28.21 | 24.67 | 12.29 | - |
| YUV | 136.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 87 | 0 | 0.33 | 0.52 | 0.28 | 21.88 | 0.4 | 0.53 |
| Hex | B7 | 7A | 57 | 0 | 21 | 34 | 1C | 16 | 28 | 35 |
| Octal | 267 | 172 | 127 | 0 | 41 | 64 | 34 | 26 | 50 | 65 |
| Binary | 10110111 | 1111010 | 1010111 | 0 | 100001 | 110100 | 11100 | 10110 | 101000 | 110101 |
Color Harmonies of #B77A57
Complementary color
Monochromatic Colors of #B77A57
Black with #B77A57
Text Example
Text Example
White with #B77A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A57; }
p { color: rgb(183,122,87); }
H1.HeaderClassName
{
color: #B77A57;
}
.AnyTagClassName
{
color: #B77A57;
}
</style>
background-color css
<style>
a { background-color: #B77A57; }
a { background-color: rgb(183,122,87); }
div.DivClassName
{
background-color: #B77A57;
}
.BgClassName
{
background-color: #B77A57;
}
</style>
border-color css
<style>
span { border-color: #B77A57; }
span { border-color: rgb(183,122,87); }
td.TdClassName
{
border-color: #B77A57;
}
.TagClassName
{
border-color: #B77A57;
}
</style>