Shades of Medium Wood #B77B5B
Tints of Medium Wood #B77B5B
RGB
CMYK
RGB Variations
Color information
#B77B5B (or 0xB77B5B) is known color: Medium Wood. HEX triplet: B7, 7B and 5B. RGB value is (183,123,91). Sum of RGB (Red+Green+Blue) = 183+123+91=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5B is #4884A4. Grayscale: #898989. Windows color (decimal): -4752549 or 5995447. OLE color: 5995447.
HSL color Cylindrical-coordinate representation of color #B77B5B: hue angle of 20.87º 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 #B77B5B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 91 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.28 |
| HSL | 20.87º | 0.39% | 0.54% | - |
| HSV(B) | 20.87º | 0.5% | 0.72% | - |
| XYZ | 28.5 | 24.99 | 13.22 | - |
| YUV | 137.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 91 | 0 | 0.33 | 0.50 | 0.28 | 20.87 | 0.39 | 0.54 |
| Hex | B7 | 7B | 5B | 0 | 21 | 32 | 1C | 15 | 27 | 36 |
| Octal | 267 | 173 | 133 | 0 | 41 | 62 | 34 | 25 | 47 | 66 |
| Binary | 10110111 | 1111011 | 1011011 | 0 | 100001 | 110010 | 11100 | 10101 | 100111 | 110110 |
Color Harmonies of #B77B5B
Complementary color
Monochromatic Colors of #B77B5B
Black with #B77B5B
Text Example
Text Example
White with #B77B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B5B; }
p { color: rgb(183,123,91); }
H1.HeaderClassName
{
color: #B77B5B;
}
.AnyTagClassName
{
color: #B77B5B;
}
</style>
background-color css
<style>
a { background-color: #B77B5B; }
a { background-color: rgb(183,123,91); }
div.DivClassName
{
background-color: #B77B5B;
}
.BgClassName
{
background-color: #B77B5B;
}
</style>
border-color css
<style>
span { border-color: #B77B5B; }
span { border-color: rgb(183,123,91); }
td.TdClassName
{
border-color: #B77B5B;
}
.TagClassName
{
border-color: #B77B5B;
}
</style>