Shades of Medium Wood #A77C68
Tints of Medium Wood #A77C68
RGB
CMYK
RGB Variations
Color information
#A77C68 (or 0xA77C68) is known color: Medium Wood. HEX triplet: A7, 7C and 68. RGB value is (167,124,104). Sum of RGB (Red+Green+Blue) = 167+124+104=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C68 is #588397. Grayscale: #868686. Windows color (decimal): -5800856 or 6847655. OLE color: 6847655.
HSL color Cylindrical-coordinate representation of color #A77C68: hue angle of 19.05º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A77C68 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 104 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.35 |
| HSL | 19.05º | 0.26% | 0.53% | - |
| HSV(B) | 19.05º | 0.38% | 0.65% | - |
| XYZ | 25.64 | 23.63 | 16.31 | - |
| YUV | 134.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 104 | 0 | 0.26 | 0.38 | 0.35 | 19.05 | 0.26 | 0.53 |
| Hex | A7 | 7C | 68 | 0 | 1A | 26 | 23 | 13 | 1A | 35 |
| Octal | 247 | 174 | 150 | 0 | 32 | 46 | 43 | 23 | 32 | 65 |
| Binary | 10100111 | 1111100 | 1101000 | 0 | 11010 | 100110 | 100011 | 10011 | 11010 | 110101 |
Color Harmonies of #A77C68
Complementary color
Monochromatic Colors of #A77C68
Black with #A77C68
Text Example
Text Example
White with #A77C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C68; }
p { color: rgb(167,124,104); }
H1.HeaderClassName
{
color: #A77C68;
}
.AnyTagClassName
{
color: #A77C68;
}
</style>
background-color css
<style>
a { background-color: #A77C68; }
a { background-color: rgb(167,124,104); }
div.DivClassName
{
background-color: #A77C68;
}
.BgClassName
{
background-color: #A77C68;
}
</style>
border-color css
<style>
span { border-color: #A77C68; }
span { border-color: rgb(167,124,104); }
td.TdClassName
{
border-color: #A77C68;
}
.TagClassName
{
border-color: #A77C68;
}
</style>