Shades of Medium Wood #B77C5A
Tints of Medium Wood #B77C5A
RGB
CMYK
RGB Variations
Color information
#B77C5A (or 0xB77C5A) is known color: Medium Wood. HEX triplet: B7, 7C and 5A. RGB value is (183,124,90). Sum of RGB (Red+Green+Blue) = 183+124+90=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C5A is #4883A5. Grayscale: #898989. Windows color (decimal): -4752294 or 5930167. OLE color: 5930167.
HSL color Cylindrical-coordinate representation of color #B77C5A: hue angle of 21.94º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77C5A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 90 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.28 |
| HSL | 21.94º | 0.39% | 0.54% | - |
| HSV(B) | 21.94º | 0.51% | 0.72% | - |
| XYZ | 28.58 | 25.22 | 13.03 | - |
| YUV | 137.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 90 | 0 | 0.32 | 0.51 | 0.28 | 21.94 | 0.39 | 0.54 |
| Hex | B7 | 7C | 5A | 0 | 20 | 33 | 1C | 16 | 27 | 36 |
| Octal | 267 | 174 | 132 | 0 | 40 | 63 | 34 | 26 | 47 | 66 |
| Binary | 10110111 | 1111100 | 1011010 | 0 | 100000 | 110011 | 11100 | 10110 | 100111 | 110110 |
Color Harmonies of #B77C5A
Complementary color
Monochromatic Colors of #B77C5A
Black with #B77C5A
Text Example
Text Example
White with #B77C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C5A; }
p { color: rgb(183,124,90); }
H1.HeaderClassName
{
color: #B77C5A;
}
.AnyTagClassName
{
color: #B77C5A;
}
</style>
background-color css
<style>
a { background-color: #B77C5A; }
a { background-color: rgb(183,124,90); }
div.DivClassName
{
background-color: #B77C5A;
}
.BgClassName
{
background-color: #B77C5A;
}
</style>
border-color css
<style>
span { border-color: #B77C5A; }
span { border-color: rgb(183,124,90); }
td.TdClassName
{
border-color: #B77C5A;
}
.TagClassName
{
border-color: #B77C5A;
}
</style>