Shades of Medium Wood #B77A5E
Tints of Medium Wood #B77A5E
RGB
CMYK
RGB Variations
Color information
#B77A5E (or 0xB77A5E) is known color: Medium Wood. HEX triplet: B7, 7A and 5E. RGB value is (183,122,94). Sum of RGB (Red+Green+Blue) = 183+122+94=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A5E is #4885A1. Grayscale: #898989. Windows color (decimal): -4752802 or 6191799. OLE color: 6191799.
HSL color Cylindrical-coordinate representation of color #B77A5E: hue angle of 18.88º 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 #B77A5E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 94 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.28 |
| HSL | 18.88º | 0.38% | 0.54% | - |
| HSV(B) | 18.88º | 0.49% | 0.72% | - |
| XYZ | 28.51 | 24.79 | 13.87 | - |
| YUV | 137.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 94 | 0 | 0.33 | 0.49 | 0.28 | 18.88 | 0.38 | 0.54 |
| Hex | B7 | 7A | 5E | 0 | 21 | 31 | 1C | 13 | 26 | 36 |
| Octal | 267 | 172 | 136 | 0 | 41 | 61 | 34 | 23 | 46 | 66 |
| Binary | 10110111 | 1111010 | 1011110 | 0 | 100001 | 110001 | 11100 | 10011 | 100110 | 110110 |
Color Harmonies of #B77A5E
Complementary color
Monochromatic Colors of #B77A5E
Black with #B77A5E
Text Example
Text Example
White with #B77A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A5E; }
p { color: rgb(183,122,94); }
H1.HeaderClassName
{
color: #B77A5E;
}
.AnyTagClassName
{
color: #B77A5E;
}
</style>
background-color css
<style>
a { background-color: #B77A5E; }
a { background-color: rgb(183,122,94); }
div.DivClassName
{
background-color: #B77A5E;
}
.BgClassName
{
background-color: #B77A5E;
}
</style>
border-color css
<style>
span { border-color: #B77A5E; }
span { border-color: rgb(183,122,94); }
td.TdClassName
{
border-color: #B77A5E;
}
.TagClassName
{
border-color: #B77A5E;
}
</style>