Shades of Medium Wood #B77E5D
Tints of Medium Wood #B77E5D
RGB
CMYK
RGB Variations
Color information
#B77E5D (or 0xB77E5D) is known color: Medium Wood. HEX triplet: B7, 7E and 5D. RGB value is (183,126,93). Sum of RGB (Red+Green+Blue) = 183+126+93=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E5D is #4881A2. Grayscale: #8B8B8B. Windows color (decimal): -4751779 or 6127287. OLE color: 6127287.
HSL color Cylindrical-coordinate representation of color #B77E5D: hue angle of 22º 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 #B77E5D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 93 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.28 |
| HSL | 22º | 0.38% | 0.54% | - |
| HSV(B) | 22º | 0.49% | 0.72% | - |
| XYZ | 28.97 | 25.78 | 13.81 | - |
| YUV | 139.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 93 | 0 | 0.31 | 0.49 | 0.28 | 22 | 0.38 | 0.54 |
| Hex | B7 | 7E | 5D | 0 | 1F | 31 | 1C | 16 | 26 | 36 |
| Octal | 267 | 176 | 135 | 0 | 37 | 61 | 34 | 26 | 46 | 66 |
| Binary | 10110111 | 1111110 | 1011101 | 0 | 11111 | 110001 | 11100 | 10110 | 100110 | 110110 |
Color Harmonies of #B77E5D
Complementary color
Monochromatic Colors of #B77E5D
Black with #B77E5D
Text Example
Text Example
White with #B77E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E5D; }
p { color: rgb(183,126,93); }
H1.HeaderClassName
{
color: #B77E5D;
}
.AnyTagClassName
{
color: #B77E5D;
}
</style>
background-color css
<style>
a { background-color: #B77E5D; }
a { background-color: rgb(183,126,93); }
div.DivClassName
{
background-color: #B77E5D;
}
.BgClassName
{
background-color: #B77E5D;
}
</style>
border-color css
<style>
span { border-color: #B77E5D; }
span { border-color: rgb(183,126,93); }
td.TdClassName
{
border-color: #B77E5D;
}
.TagClassName
{
border-color: #B77E5D;
}
</style>