Shades of Medium Wood #B78766
Tints of Medium Wood #B78766
RGB
CMYK
RGB Variations
Color information
#B78766 (or 0xB78766) is known color: Medium Wood. HEX triplet: B7, 87 and 66. RGB value is (183,135,102). Sum of RGB (Red+Green+Blue) = 183+135+102=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B78766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78766 is #487899. Grayscale: #919191. Windows color (decimal): -4749466 or 6719415. OLE color: 6719415.
HSL color Cylindrical-coordinate representation of color #B78766: hue angle of 24.44º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78766 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 102 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.28 |
| HSL | 24.44º | 0.36% | 0.56% | - |
| HSV(B) | 24.44º | 0.44% | 0.72% | - |
| XYZ | 30.59 | 28.35 | 16.43 | - |
| YUV | 145.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 102 | 0 | 0.26 | 0.44 | 0.28 | 24.44 | 0.36 | 0.56 |
| Hex | B7 | 87 | 66 | 0 | 1A | 2C | 1C | 18 | 24 | 38 |
| Octal | 267 | 207 | 146 | 0 | 32 | 54 | 34 | 30 | 44 | 70 |
| Binary | 10110111 | 10000111 | 1100110 | 0 | 11010 | 101100 | 11100 | 11000 | 100100 | 111000 |
Color Harmonies of #B78766
Complementary color
Monochromatic Colors of #B78766
Black with #B78766
Text Example
Text Example
White with #B78766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78766; }
p { color: rgb(183,135,102); }
H1.HeaderClassName
{
color: #B78766;
}
.AnyTagClassName
{
color: #B78766;
}
</style>
background-color css
<style>
a { background-color: #B78766; }
a { background-color: rgb(183,135,102); }
div.DivClassName
{
background-color: #B78766;
}
.BgClassName
{
background-color: #B78766;
}
</style>
border-color css
<style>
span { border-color: #B78766; }
span { border-color: rgb(183,135,102); }
td.TdClassName
{
border-color: #B78766;
}
.TagClassName
{
border-color: #B78766;
}
</style>