Shades of Medium Wood #B77D5D
Tints of Medium Wood #B77D5D
RGB
CMYK
RGB Variations
Color information
#B77D5D (or 0xB77D5D) is known color: Medium Wood. HEX triplet: B7, 7D and 5D. RGB value is (183,125,93). Sum of RGB (Red+Green+Blue) = 183+125+93=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D5D is #4882A2. Grayscale: #8A8A8A. Windows color (decimal): -4752035 or 6127031. OLE color: 6127031.
HSL color Cylindrical-coordinate representation of color #B77D5D: hue angle of 21.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77D5D is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 93 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.28 |
| HSL | 21.33º | 0.38% | 0.54% | - |
| HSV(B) | 21.33º | 0.49% | 0.72% | - |
| XYZ | 28.84 | 25.52 | 13.76 | - |
| YUV | 138.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 93 | 0 | 0.32 | 0.49 | 0.28 | 21.33 | 0.38 | 0.54 |
| Hex | B7 | 7D | 5D | 0 | 20 | 31 | 1C | 15 | 26 | 36 |
| Octal | 267 | 175 | 135 | 0 | 40 | 61 | 34 | 25 | 46 | 66 |
| Binary | 10110111 | 1111101 | 1011101 | 0 | 100000 | 110001 | 11100 | 10101 | 100110 | 110110 |
Color Harmonies of #B77D5D
Complementary color
Monochromatic Colors of #B77D5D
Black with #B77D5D
Text Example
Text Example
White with #B77D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D5D; }
p { color: rgb(183,125,93); }
H1.HeaderClassName
{
color: #B77D5D;
}
.AnyTagClassName
{
color: #B77D5D;
}
</style>
background-color css
<style>
a { background-color: #B77D5D; }
a { background-color: rgb(183,125,93); }
div.DivClassName
{
background-color: #B77D5D;
}
.BgClassName
{
background-color: #B77D5D;
}
</style>
border-color css
<style>
span { border-color: #B77D5D; }
span { border-color: rgb(183,125,93); }
td.TdClassName
{
border-color: #B77D5D;
}
.TagClassName
{
border-color: #B77D5D;
}
</style>