Shades of Medium Wood #B77D5A
Tints of Medium Wood #B77D5A
RGB
CMYK
RGB Variations
Color information
#B77D5A (or 0xB77D5A) is known color: Medium Wood. HEX triplet: B7, 7D and 5A. RGB value is (183,125,90). Sum of RGB (Red+Green+Blue) = 183+125+90=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D5A is #4882A5. Grayscale: #8A8A8A. Windows color (decimal): -4752038 or 5930423. OLE color: 5930423.
HSL color Cylindrical-coordinate representation of color #B77D5A: hue angle of 22.58º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77D5A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 90 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.28 |
| HSL | 22.58º | 0.39% | 0.54% | - |
| HSV(B) | 22.58º | 0.51% | 0.72% | - |
| XYZ | 28.71 | 25.47 | 13.08 | - |
| YUV | 138.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 90 | 0 | 0.32 | 0.51 | 0.28 | 22.58 | 0.39 | 0.54 |
| Hex | B7 | 7D | 5A | 0 | 20 | 33 | 1C | 17 | 27 | 36 |
| Octal | 267 | 175 | 132 | 0 | 40 | 63 | 34 | 27 | 47 | 66 |
| Binary | 10110111 | 1111101 | 1011010 | 0 | 100000 | 110011 | 11100 | 10111 | 100111 | 110110 |
Color Harmonies of #B77D5A
Complementary color
Monochromatic Colors of #B77D5A
Black with #B77D5A
Text Example
Text Example
White with #B77D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D5A; }
p { color: rgb(183,125,90); }
H1.HeaderClassName
{
color: #B77D5A;
}
.AnyTagClassName
{
color: #B77D5A;
}
</style>
background-color css
<style>
a { background-color: #B77D5A; }
a { background-color: rgb(183,125,90); }
div.DivClassName
{
background-color: #B77D5A;
}
.BgClassName
{
background-color: #B77D5A;
}
</style>
border-color css
<style>
span { border-color: #B77D5A; }
span { border-color: rgb(183,125,90); }
td.TdClassName
{
border-color: #B77D5A;
}
.TagClassName
{
border-color: #B77D5A;
}
</style>