Shades of Medium Wood #B77F5D
Tints of Medium Wood #B77F5D
RGB
CMYK
RGB Variations
Color information
#B77F5D (or 0xB77F5D) is known color: Medium Wood. HEX triplet: B7, 7F and 5D. RGB value is (183,127,93). Sum of RGB (Red+Green+Blue) = 183+127+93=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F5D is #4880A2. Grayscale: #8C8C8C. Windows color (decimal): -4751523 or 6127543. OLE color: 6127543.
HSL color Cylindrical-coordinate representation of color #B77F5D: hue angle of 22.67º 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 #B77F5D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 93 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.28 |
| HSL | 22.67º | 0.38% | 0.54% | - |
| HSV(B) | 22.67º | 0.49% | 0.72% | - |
| XYZ | 29.09 | 26.04 | 13.85 | - |
| YUV | 139.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 93 | 0 | 0.31 | 0.49 | 0.28 | 22.67 | 0.38 | 0.54 |
| Hex | B7 | 7F | 5D | 0 | 1F | 31 | 1C | 17 | 26 | 36 |
| Octal | 267 | 177 | 135 | 0 | 37 | 61 | 34 | 27 | 46 | 66 |
| Binary | 10110111 | 1111111 | 1011101 | 0 | 11111 | 110001 | 11100 | 10111 | 100110 | 110110 |
Color Harmonies of #B77F5D
Complementary color
Monochromatic Colors of #B77F5D
Black with #B77F5D
Text Example
Text Example
White with #B77F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F5D; }
p { color: rgb(183,127,93); }
H1.HeaderClassName
{
color: #B77F5D;
}
.AnyTagClassName
{
color: #B77F5D;
}
</style>
background-color css
<style>
a { background-color: #B77F5D; }
a { background-color: rgb(183,127,93); }
div.DivClassName
{
background-color: #B77F5D;
}
.BgClassName
{
background-color: #B77F5D;
}
</style>
border-color css
<style>
span { border-color: #B77F5D; }
span { border-color: rgb(183,127,93); }
td.TdClassName
{
border-color: #B77F5D;
}
.TagClassName
{
border-color: #B77F5D;
}
</style>