Shades of Medium Wood #B77B60
Tints of Medium Wood #B77B60
RGB
CMYK
RGB Variations
Color information
#B77B60 (or 0xB77B60) is known color: Medium Wood. HEX triplet: B7, 7B and 60. RGB value is (183,123,96). Sum of RGB (Red+Green+Blue) = 183+123+96=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B60 is #48849F. Grayscale: #8A8A8A. Windows color (decimal): -4752544 or 6323127. OLE color: 6323127.
HSL color Cylindrical-coordinate representation of color #B77B60: hue angle of 18.62º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77B60 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 96 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.28 |
| HSL | 18.62º | 0.38% | 0.55% | - |
| HSV(B) | 18.62º | 0.48% | 0.72% | - |
| XYZ | 28.72 | 25.08 | 14.39 | - |
| YUV | 137.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 96 | 0 | 0.33 | 0.48 | 0.28 | 18.62 | 0.38 | 0.55 |
| Hex | B7 | 7B | 60 | 0 | 21 | 30 | 1C | 13 | 26 | 37 |
| Octal | 267 | 173 | 140 | 0 | 41 | 60 | 34 | 23 | 46 | 67 |
| Binary | 10110111 | 1111011 | 1100000 | 0 | 100001 | 110000 | 11100 | 10011 | 100110 | 110111 |
Color Harmonies of #B77B60
Complementary color
Monochromatic Colors of #B77B60
Black with #B77B60
Text Example
Text Example
White with #B77B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B60; }
p { color: rgb(183,123,96); }
H1.HeaderClassName
{
color: #B77B60;
}
.AnyTagClassName
{
color: #B77B60;
}
</style>
background-color css
<style>
a { background-color: #B77B60; }
a { background-color: rgb(183,123,96); }
div.DivClassName
{
background-color: #B77B60;
}
.BgClassName
{
background-color: #B77B60;
}
</style>
border-color css
<style>
span { border-color: #B77B60; }
span { border-color: rgb(183,123,96); }
td.TdClassName
{
border-color: #B77B60;
}
.TagClassName
{
border-color: #B77B60;
}
</style>