Shades of Medium Wood #B77A5C
Tints of Medium Wood #B77A5C
RGB
CMYK
RGB Variations
Color information
#B77A5C (or 0xB77A5C) is known color: Medium Wood. HEX triplet: B7, 7A and 5C. RGB value is (183,122,92). Sum of RGB (Red+Green+Blue) = 183+122+92=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A5C is #4885A3. Grayscale: #898989. Windows color (decimal): -4752804 or 6060727. OLE color: 6060727.
HSL color Cylindrical-coordinate representation of color #B77A5C: hue angle of 19.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77A5C is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 92 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.28 |
| HSL | 19.78º | 0.39% | 0.54% | - |
| HSV(B) | 19.78º | 0.5% | 0.72% | - |
| XYZ | 28.42 | 24.76 | 13.41 | - |
| YUV | 136.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 92 | 0 | 0.33 | 0.50 | 0.28 | 19.78 | 0.39 | 0.54 |
| Hex | B7 | 7A | 5C | 0 | 21 | 32 | 1C | 14 | 27 | 36 |
| Octal | 267 | 172 | 134 | 0 | 41 | 62 | 34 | 24 | 47 | 66 |
| Binary | 10110111 | 1111010 | 1011100 | 0 | 100001 | 110010 | 11100 | 10100 | 100111 | 110110 |
Color Harmonies of #B77A5C
Complementary color
Monochromatic Colors of #B77A5C
Black with #B77A5C
Text Example
Text Example
White with #B77A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A5C; }
p { color: rgb(183,122,92); }
H1.HeaderClassName
{
color: #B77A5C;
}
.AnyTagClassName
{
color: #B77A5C;
}
</style>
background-color css
<style>
a { background-color: #B77A5C; }
a { background-color: rgb(183,122,92); }
div.DivClassName
{
background-color: #B77A5C;
}
.BgClassName
{
background-color: #B77A5C;
}
</style>
border-color css
<style>
span { border-color: #B77A5C; }
span { border-color: rgb(183,122,92); }
td.TdClassName
{
border-color: #B77A5C;
}
.TagClassName
{
border-color: #B77A5C;
}
</style>