Shades of Medium Wood #A77F68
Tints of Medium Wood #A77F68
RGB
CMYK
RGB Variations
Color information
#A77F68 (or 0xA77F68) is known color: Medium Wood. HEX triplet: A7, 7F and 68. RGB value is (167,127,104). Sum of RGB (Red+Green+Blue) = 167+127+104=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F68 is #588097. Grayscale: #888888. Windows color (decimal): -5800088 or 6848423. OLE color: 6848423.
HSL color Cylindrical-coordinate representation of color #A77F68: hue angle of 21.9º 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 #A77F68 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 104 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.35 |
| HSL | 21.9º | 0.26% | 0.53% | - |
| HSV(B) | 21.9º | 0.38% | 0.65% | - |
| XYZ | 26.02 | 24.39 | 16.43 | - |
| YUV | 136.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 104 | 0 | 0.24 | 0.38 | 0.35 | 21.9 | 0.26 | 0.53 |
| Hex | A7 | 7F | 68 | 0 | 18 | 26 | 23 | 16 | 1A | 35 |
| Octal | 247 | 177 | 150 | 0 | 30 | 46 | 43 | 26 | 32 | 65 |
| Binary | 10100111 | 1111111 | 1101000 | 0 | 11000 | 100110 | 100011 | 10110 | 11010 | 110101 |
Color Harmonies of #A77F68
Complementary color
Monochromatic Colors of #A77F68
Black with #A77F68
Text Example
Text Example
White with #A77F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F68; }
p { color: rgb(167,127,104); }
H1.HeaderClassName
{
color: #A77F68;
}
.AnyTagClassName
{
color: #A77F68;
}
</style>
background-color css
<style>
a { background-color: #A77F68; }
a { background-color: rgb(167,127,104); }
div.DivClassName
{
background-color: #A77F68;
}
.BgClassName
{
background-color: #A77F68;
}
</style>
border-color css
<style>
span { border-color: #A77F68; }
span { border-color: rgb(167,127,104); }
td.TdClassName
{
border-color: #A77F68;
}
.TagClassName
{
border-color: #A77F68;
}
</style>