Shades of Medium Wood #B77D5E
Tints of Medium Wood #B77D5E
RGB
CMYK
RGB Variations
Color information
#B77D5E (or 0xB77D5E) is known color: Medium Wood. HEX triplet: B7, 7D and 5E. RGB value is (183,125,94). Sum of RGB (Red+Green+Blue) = 183+125+94=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D5E is #4882A1. Grayscale: #8A8A8A. Windows color (decimal): -4752034 or 6192567. OLE color: 6192567.
HSL color Cylindrical-coordinate representation of color #B77D5E: hue angle of 20.9º 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 #B77D5E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 94 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.28 |
| HSL | 20.9º | 0.38% | 0.54% | - |
| HSV(B) | 20.9º | 0.49% | 0.72% | - |
| XYZ | 28.88 | 25.54 | 14 | - |
| YUV | 138.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 94 | 0 | 0.32 | 0.49 | 0.28 | 20.9 | 0.38 | 0.54 |
| Hex | B7 | 7D | 5E | 0 | 20 | 31 | 1C | 15 | 26 | 36 |
| Octal | 267 | 175 | 136 | 0 | 40 | 61 | 34 | 25 | 46 | 66 |
| Binary | 10110111 | 1111101 | 1011110 | 0 | 100000 | 110001 | 11100 | 10101 | 100110 | 110110 |
Color Harmonies of #B77D5E
Complementary color
Monochromatic Colors of #B77D5E
Black with #B77D5E
Text Example
Text Example
White with #B77D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D5E; }
p { color: rgb(183,125,94); }
H1.HeaderClassName
{
color: #B77D5E;
}
.AnyTagClassName
{
color: #B77D5E;
}
</style>
background-color css
<style>
a { background-color: #B77D5E; }
a { background-color: rgb(183,125,94); }
div.DivClassName
{
background-color: #B77D5E;
}
.BgClassName
{
background-color: #B77D5E;
}
</style>
border-color css
<style>
span { border-color: #B77D5E; }
span { border-color: rgb(183,125,94); }
td.TdClassName
{
border-color: #B77D5E;
}
.TagClassName
{
border-color: #B77D5E;
}
</style>