Shades of Medium Wood #B77F65
Tints of Medium Wood #B77F65
RGB
CMYK
RGB Variations
Color information
#B77F65 (or 0xB77F65) is known color: Medium Wood. HEX triplet: B7, 7F and 65. RGB value is (183,127,101). Sum of RGB (Red+Green+Blue) = 183+127+101=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F65 is #48809A. Grayscale: #8C8C8C. Windows color (decimal): -4751515 or 6651831. OLE color: 6651831.
HSL color Cylindrical-coordinate representation of color #B77F65: hue angle of 19.02º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B77F65 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 101 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.28 |
| HSL | 19.02º | 0.36% | 0.56% | - |
| HSV(B) | 19.02º | 0.45% | 0.72% | - |
| XYZ | 29.47 | 26.19 | 15.81 | - |
| YUV | 140.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 101 | 0 | 0.31 | 0.45 | 0.28 | 19.02 | 0.36 | 0.56 |
| Hex | B7 | 7F | 65 | 0 | 1F | 2D | 1C | 13 | 24 | 38 |
| Octal | 267 | 177 | 145 | 0 | 37 | 55 | 34 | 23 | 44 | 70 |
| Binary | 10110111 | 1111111 | 1100101 | 0 | 11111 | 101101 | 11100 | 10011 | 100100 | 111000 |
Color Harmonies of #B77F65
Complementary color
Monochromatic Colors of #B77F65
Black with #B77F65
Text Example
Text Example
White with #B77F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F65; }
p { color: rgb(183,127,101); }
H1.HeaderClassName
{
color: #B77F65;
}
.AnyTagClassName
{
color: #B77F65;
}
</style>
background-color css
<style>
a { background-color: #B77F65; }
a { background-color: rgb(183,127,101); }
div.DivClassName
{
background-color: #B77F65;
}
.BgClassName
{
background-color: #B77F65;
}
</style>
border-color css
<style>
span { border-color: #B77F65; }
span { border-color: rgb(183,127,101); }
td.TdClassName
{
border-color: #B77F65;
}
.TagClassName
{
border-color: #B77F65;
}
</style>