Shades of Medium Wood #B77E5E
Tints of Medium Wood #B77E5E
RGB
CMYK
RGB Variations
Color information
#B77E5E (or 0xB77E5E) is known color: Medium Wood. HEX triplet: B7, 7E and 5E. RGB value is (183,126,94). Sum of RGB (Red+Green+Blue) = 183+126+94=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E5E is #4881A1. Grayscale: #8B8B8B. Windows color (decimal): -4751778 or 6192823. OLE color: 6192823.
HSL color Cylindrical-coordinate representation of color #B77E5E: hue angle of 21.57º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77E5E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 94 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.28 |
| HSL | 21.57º | 0.38% | 0.54% | - |
| HSV(B) | 21.57º | 0.49% | 0.72% | - |
| XYZ | 29.01 | 25.8 | 14.04 | - |
| YUV | 139.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 94 | 0 | 0.31 | 0.49 | 0.28 | 21.57 | 0.38 | 0.54 |
| Hex | B7 | 7E | 5E | 0 | 1F | 31 | 1C | 16 | 26 | 36 |
| Octal | 267 | 176 | 136 | 0 | 37 | 61 | 34 | 26 | 46 | 66 |
| Binary | 10110111 | 1111110 | 1011110 | 0 | 11111 | 110001 | 11100 | 10110 | 100110 | 110110 |
Color Harmonies of #B77E5E
Complementary color
Monochromatic Colors of #B77E5E
Black with #B77E5E
Text Example
Text Example
White with #B77E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E5E; }
p { color: rgb(183,126,94); }
H1.HeaderClassName
{
color: #B77E5E;
}
.AnyTagClassName
{
color: #B77E5E;
}
</style>
background-color css
<style>
a { background-color: #B77E5E; }
a { background-color: rgb(183,126,94); }
div.DivClassName
{
background-color: #B77E5E;
}
.BgClassName
{
background-color: #B77E5E;
}
</style>
border-color css
<style>
span { border-color: #B77E5E; }
span { border-color: rgb(183,126,94); }
td.TdClassName
{
border-color: #B77E5E;
}
.TagClassName
{
border-color: #B77E5E;
}
</style>