Shades of Medium Wood #B77E61
Tints of Medium Wood #B77E61
RGB
CMYK
RGB Variations
Color information
#B77E61 (or 0xB77E61) is known color: Medium Wood. HEX triplet: B7, 7E and 61. RGB value is (183,126,97). Sum of RGB (Red+Green+Blue) = 183+126+97=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E61 is #48819E. Grayscale: #8B8B8B. Windows color (decimal): -4751775 or 6389431. OLE color: 6389431.
HSL color Cylindrical-coordinate representation of color #B77E61: hue angle of 20.23º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77E61 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 97 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.28 |
| HSL | 20.23º | 0.37% | 0.55% | - |
| HSV(B) | 20.23º | 0.47% | 0.72% | - |
| XYZ | 29.15 | 25.85 | 14.76 | - |
| YUV | 139.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 97 | 0 | 0.31 | 0.47 | 0.28 | 20.23 | 0.37 | 0.55 |
| Hex | B7 | 7E | 61 | 0 | 1F | 2F | 1C | 14 | 25 | 37 |
| Octal | 267 | 176 | 141 | 0 | 37 | 57 | 34 | 24 | 45 | 67 |
| Binary | 10110111 | 1111110 | 1100001 | 0 | 11111 | 101111 | 11100 | 10100 | 100101 | 110111 |
Color Harmonies of #B77E61
Complementary color
Monochromatic Colors of #B77E61
Black with #B77E61
Text Example
Text Example
White with #B77E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E61; }
p { color: rgb(183,126,97); }
H1.HeaderClassName
{
color: #B77E61;
}
.AnyTagClassName
{
color: #B77E61;
}
</style>
background-color css
<style>
a { background-color: #B77E61; }
a { background-color: rgb(183,126,97); }
div.DivClassName
{
background-color: #B77E61;
}
.BgClassName
{
background-color: #B77E61;
}
</style>
border-color css
<style>
span { border-color: #B77E61; }
span { border-color: rgb(183,126,97); }
td.TdClassName
{
border-color: #B77E61;
}
.TagClassName
{
border-color: #B77E61;
}
</style>