Shades of Medium Wood #B78761
Tints of Medium Wood #B78761
RGB
CMYK
RGB Variations
Color information
#B78761 (or 0xB78761) is known color: Medium Wood. HEX triplet: B7, 87 and 61. RGB value is (183,135,97). Sum of RGB (Red+Green+Blue) = 183+135+97=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B78761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78761 is #48789E. Grayscale: #919191. Windows color (decimal): -4749471 or 6391735. OLE color: 6391735.
HSL color Cylindrical-coordinate representation of color #B78761: hue angle of 26.51º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B78761 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 97 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.28 |
| HSL | 26.51º | 0.37% | 0.55% | - |
| HSV(B) | 26.51º | 0.47% | 0.72% | - |
| XYZ | 30.35 | 28.26 | 15.16 | - |
| YUV | 145.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 97 | 0 | 0.26 | 0.47 | 0.28 | 26.51 | 0.37 | 0.55 |
| Hex | B7 | 87 | 61 | 0 | 1A | 2F | 1C | 1B | 25 | 37 |
| Octal | 267 | 207 | 141 | 0 | 32 | 57 | 34 | 33 | 45 | 67 |
| Binary | 10110111 | 10000111 | 1100001 | 0 | 11010 | 101111 | 11100 | 11011 | 100101 | 110111 |
Color Harmonies of #B78761
Complementary color
Monochromatic Colors of #B78761
Black with #B78761
Text Example
Text Example
White with #B78761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78761; }
p { color: rgb(183,135,97); }
H1.HeaderClassName
{
color: #B78761;
}
.AnyTagClassName
{
color: #B78761;
}
</style>
background-color css
<style>
a { background-color: #B78761; }
a { background-color: rgb(183,135,97); }
div.DivClassName
{
background-color: #B78761;
}
.BgClassName
{
background-color: #B78761;
}
</style>
border-color css
<style>
span { border-color: #B78761; }
span { border-color: rgb(183,135,97); }
td.TdClassName
{
border-color: #B78761;
}
.TagClassName
{
border-color: #B78761;
}
</style>