Shades of Medium Wood #B77959
Tints of Medium Wood #B77959
RGB
CMYK
RGB Variations
Color information
#B77959 (or 0xB77959) is known color: Medium Wood. HEX triplet: B7, 79 and 59. RGB value is (183,121,89). Sum of RGB (Red+Green+Blue) = 183+121+89=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B77959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77959 is #4886A6. Grayscale: #888888. Windows color (decimal): -4753063 or 5863863. OLE color: 5863863.
HSL color Cylindrical-coordinate representation of color #B77959: hue angle of 20.43º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77959 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 89 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.28 |
| HSL | 20.43º | 0.39% | 0.53% | - |
| HSV(B) | 20.43º | 0.51% | 0.72% | - |
| XYZ | 28.17 | 24.46 | 12.69 | - |
| YUV | 135.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 89 | 0 | 0.34 | 0.51 | 0.28 | 20.43 | 0.39 | 0.53 |
| Hex | B7 | 79 | 59 | 0 | 22 | 33 | 1C | 14 | 27 | 35 |
| Octal | 267 | 171 | 131 | 0 | 42 | 63 | 34 | 24 | 47 | 65 |
| Binary | 10110111 | 1111001 | 1011001 | 0 | 100010 | 110011 | 11100 | 10100 | 100111 | 110101 |
Color Harmonies of #B77959
Complementary color
Monochromatic Colors of #B77959
Black with #B77959
Text Example
Text Example
White with #B77959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77959; }
p { color: rgb(183,121,89); }
H1.HeaderClassName
{
color: #B77959;
}
.AnyTagClassName
{
color: #B77959;
}
</style>
background-color css
<style>
a { background-color: #B77959; }
a { background-color: rgb(183,121,89); }
div.DivClassName
{
background-color: #B77959;
}
.BgClassName
{
background-color: #B77959;
}
</style>
border-color css
<style>
span { border-color: #B77959; }
span { border-color: rgb(183,121,89); }
td.TdClassName
{
border-color: #B77959;
}
.TagClassName
{
border-color: #B77959;
}
</style>