Shades of Medium Wood #B78768
Tints of Medium Wood #B78768
RGB
CMYK
RGB Variations
Color information
#B78768 (or 0xB78768) is known color: Medium Wood. HEX triplet: B7, 87 and 68. RGB value is (183,135,104). Sum of RGB (Red+Green+Blue) = 183+135+104=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B78768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78768 is #487897. Grayscale: #919191. Windows color (decimal): -4749464 or 6850487. OLE color: 6850487.
HSL color Cylindrical-coordinate representation of color #B78768: hue angle of 23.54º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78768 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 104 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.28 |
| HSL | 23.54º | 0.35% | 0.56% | - |
| HSV(B) | 23.54º | 0.43% | 0.72% | - |
| XYZ | 30.69 | 28.39 | 16.96 | - |
| YUV | 145.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 104 | 0 | 0.26 | 0.43 | 0.28 | 23.54 | 0.35 | 0.56 |
| Hex | B7 | 87 | 68 | 0 | 1A | 2B | 1C | 18 | 23 | 38 |
| Octal | 267 | 207 | 150 | 0 | 32 | 53 | 34 | 30 | 43 | 70 |
| Binary | 10110111 | 10000111 | 1101000 | 0 | 11010 | 101011 | 11100 | 11000 | 100011 | 111000 |
Color Harmonies of #B78768
Complementary color
Monochromatic Colors of #B78768
Black with #B78768
Text Example
Text Example
White with #B78768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78768; }
p { color: rgb(183,135,104); }
H1.HeaderClassName
{
color: #B78768;
}
.AnyTagClassName
{
color: #B78768;
}
</style>
background-color css
<style>
a { background-color: #B78768; }
a { background-color: rgb(183,135,104); }
div.DivClassName
{
background-color: #B78768;
}
.BgClassName
{
background-color: #B78768;
}
</style>
border-color css
<style>
span { border-color: #B78768; }
span { border-color: rgb(183,135,104); }
td.TdClassName
{
border-color: #B78768;
}
.TagClassName
{
border-color: #B78768;
}
</style>