Shades of Medium Wood #B78764
Tints of Medium Wood #B78764
RGB
CMYK
RGB Variations
Color information
#B78764 (or 0xB78764) is known color: Medium Wood. HEX triplet: B7, 87 and 64. RGB value is (183,135,100). Sum of RGB (Red+Green+Blue) = 183+135+100=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B78764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78764 is #48789B. Grayscale: #919191. Windows color (decimal): -4749468 or 6588343. OLE color: 6588343.
HSL color Cylindrical-coordinate representation of color #B78764: hue angle of 25.3º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78764 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 100 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.28 |
| HSL | 25.3º | 0.37% | 0.55% | - |
| HSV(B) | 25.3º | 0.45% | 0.72% | - |
| XYZ | 30.49 | 28.32 | 15.91 | - |
| YUV | 145.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 100 | 0 | 0.26 | 0.45 | 0.28 | 25.3 | 0.37 | 0.55 |
| Hex | B7 | 87 | 64 | 0 | 1A | 2D | 1C | 19 | 25 | 37 |
| Octal | 267 | 207 | 144 | 0 | 32 | 55 | 34 | 31 | 45 | 67 |
| Binary | 10110111 | 10000111 | 1100100 | 0 | 11010 | 101101 | 11100 | 11001 | 100101 | 110111 |
Color Harmonies of #B78764
Complementary color
Monochromatic Colors of #B78764
Black with #B78764
Text Example
Text Example
White with #B78764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78764; }
p { color: rgb(183,135,100); }
H1.HeaderClassName
{
color: #B78764;
}
.AnyTagClassName
{
color: #B78764;
}
</style>
background-color css
<style>
a { background-color: #B78764; }
a { background-color: rgb(183,135,100); }
div.DivClassName
{
background-color: #B78764;
}
.BgClassName
{
background-color: #B78764;
}
</style>
border-color css
<style>
span { border-color: #B78764; }
span { border-color: rgb(183,135,100); }
td.TdClassName
{
border-color: #B78764;
}
.TagClassName
{
border-color: #B78764;
}
</style>