Shades of Medium Wood #B77B5E
Tints of Medium Wood #B77B5E
RGB
CMYK
RGB Variations
Color information
#B77B5E (or 0xB77B5E) is known color: Medium Wood. HEX triplet: B7, 7B and 5E. RGB value is (183,123,94). Sum of RGB (Red+Green+Blue) = 183+123+94=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5E is #4884A1. Grayscale: #898989. Windows color (decimal): -4752546 or 6192055. OLE color: 6192055.
HSL color Cylindrical-coordinate representation of color #B77B5E: hue angle of 19.55º 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 #B77B5E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 94 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.28 |
| HSL | 19.55º | 0.38% | 0.54% | - |
| HSV(B) | 19.55º | 0.49% | 0.72% | - |
| XYZ | 28.63 | 25.04 | 13.91 | - |
| YUV | 137.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 94 | 0 | 0.33 | 0.49 | 0.28 | 19.55 | 0.38 | 0.54 |
| Hex | B7 | 7B | 5E | 0 | 21 | 31 | 1C | 14 | 26 | 36 |
| Octal | 267 | 173 | 136 | 0 | 41 | 61 | 34 | 24 | 46 | 66 |
| Binary | 10110111 | 1111011 | 1011110 | 0 | 100001 | 110001 | 11100 | 10100 | 100110 | 110110 |
Color Harmonies of #B77B5E
Complementary color
Monochromatic Colors of #B77B5E
Black with #B77B5E
Text Example
Text Example
White with #B77B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B5E; }
p { color: rgb(183,123,94); }
H1.HeaderClassName
{
color: #B77B5E;
}
.AnyTagClassName
{
color: #B77B5E;
}
</style>
background-color css
<style>
a { background-color: #B77B5E; }
a { background-color: rgb(183,123,94); }
div.DivClassName
{
background-color: #B77B5E;
}
.BgClassName
{
background-color: #B77B5E;
}
</style>
border-color css
<style>
span { border-color: #B77B5E; }
span { border-color: rgb(183,123,94); }
td.TdClassName
{
border-color: #B77B5E;
}
.TagClassName
{
border-color: #B77B5E;
}
</style>