Shades of Medium Wood #B77C5B
Tints of Medium Wood #B77C5B
RGB
CMYK
RGB Variations
Color information
#B77C5B (or 0xB77C5B) is known color: Medium Wood. HEX triplet: B7, 7C and 5B. RGB value is (183,124,91). Sum of RGB (Red+Green+Blue) = 183+124+91=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C5B is #4883A4. Grayscale: #8A8A8A. Windows color (decimal): -4752293 or 5995703. OLE color: 5995703.
HSL color Cylindrical-coordinate representation of color #B77C5B: hue angle of 21.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77C5B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 91 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.28 |
| HSL | 21.52º | 0.39% | 0.54% | - |
| HSV(B) | 21.52º | 0.5% | 0.72% | - |
| XYZ | 28.62 | 25.24 | 13.26 | - |
| YUV | 137.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 91 | 0 | 0.32 | 0.50 | 0.28 | 21.52 | 0.39 | 0.54 |
| Hex | B7 | 7C | 5B | 0 | 20 | 32 | 1C | 16 | 27 | 36 |
| Octal | 267 | 174 | 133 | 0 | 40 | 62 | 34 | 26 | 47 | 66 |
| Binary | 10110111 | 1111100 | 1011011 | 0 | 100000 | 110010 | 11100 | 10110 | 100111 | 110110 |
Color Harmonies of #B77C5B
Complementary color
Monochromatic Colors of #B77C5B
Black with #B77C5B
Text Example
Text Example
White with #B77C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C5B; }
p { color: rgb(183,124,91); }
H1.HeaderClassName
{
color: #B77C5B;
}
.AnyTagClassName
{
color: #B77C5B;
}
</style>
background-color css
<style>
a { background-color: #B77C5B; }
a { background-color: rgb(183,124,91); }
div.DivClassName
{
background-color: #B77C5B;
}
.BgClassName
{
background-color: #B77C5B;
}
</style>
border-color css
<style>
span { border-color: #B77C5B; }
span { border-color: rgb(183,124,91); }
td.TdClassName
{
border-color: #B77C5B;
}
.TagClassName
{
border-color: #B77C5B;
}
</style>