Shades of Medium Wood #A77D6B
Tints of Medium Wood #A77D6B
RGB
CMYK
RGB Variations
Color information
#A77D6B (or 0xA77D6B) is known color: Medium Wood. HEX triplet: A7, 7D and 6B. RGB value is (167,125,107). Sum of RGB (Red+Green+Blue) = 167+125+107=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D6B is #588294. Grayscale: #878787. Windows color (decimal): -5800597 or 7044519. OLE color: 7044519.
HSL color Cylindrical-coordinate representation of color #A77D6B: hue angle of 18º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A77D6B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 107 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.35 |
| HSL | 18º | 0.25% | 0.54% | - |
| HSV(B) | 18º | 0.36% | 0.65% | - |
| XYZ | 25.92 | 23.94 | 17.17 | - |
| YUV | 135.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 107 | 0 | 0.25 | 0.36 | 0.35 | 18 | 0.25 | 0.54 |
| Hex | A7 | 7D | 6B | 0 | 19 | 24 | 23 | 12 | 19 | 36 |
| Octal | 247 | 175 | 153 | 0 | 31 | 44 | 43 | 22 | 31 | 66 |
| Binary | 10100111 | 1111101 | 1101011 | 0 | 11001 | 100100 | 100011 | 10010 | 11001 | 110110 |
Color Harmonies of #A77D6B
Complementary color
Monochromatic Colors of #A77D6B
Black with #A77D6B
Text Example
Text Example
White with #A77D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D6B; }
p { color: rgb(167,125,107); }
H1.HeaderClassName
{
color: #A77D6B;
}
.AnyTagClassName
{
color: #A77D6B;
}
</style>
background-color css
<style>
a { background-color: #A77D6B; }
a { background-color: rgb(167,125,107); }
div.DivClassName
{
background-color: #A77D6B;
}
.BgClassName
{
background-color: #A77D6B;
}
</style>
border-color css
<style>
span { border-color: #A77D6B; }
span { border-color: rgb(167,125,107); }
td.TdClassName
{
border-color: #A77D6B;
}
.TagClassName
{
border-color: #A77D6B;
}
</style>