Shades of Medium Wood #A7785D
Tints of Medium Wood #A7785D
RGB
CMYK
RGB Variations
Color information
#A7785D (or 0xA7785D) is known color: Medium Wood. HEX triplet: A7, 78 and 5D. RGB value is (167,120,93). Sum of RGB (Red+Green+Blue) = 167+120+93=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7785D is #5887A2. Grayscale: #838383. Windows color (decimal): -5801891 or 6125735. OLE color: 6125735.
HSL color Cylindrical-coordinate representation of color #A7785D: hue angle of 21.89º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7785D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 120 | 93 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.35 |
| HSL | 21.89º | 0.3% | 0.51% | - |
| HSV(B) | 21.89º | 0.44% | 0.65% | - |
| XYZ | 24.63 | 22.44 | 13.39 | - |
| YUV | 130.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 93 | 0 | 0.28 | 0.44 | 0.35 | 21.89 | 0.3 | 0.51 |
| Hex | A7 | 78 | 5D | 0 | 1C | 2C | 23 | 16 | 1E | 33 |
| Octal | 247 | 170 | 135 | 0 | 34 | 54 | 43 | 26 | 36 | 63 |
| Binary | 10100111 | 1111000 | 1011101 | 0 | 11100 | 101100 | 100011 | 10110 | 11110 | 110011 |
Color Harmonies of #A7785D
Complementary color
Monochromatic Colors of #A7785D
Black with #A7785D
Text Example
Text Example
White with #A7785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7785D; }
p { color: rgb(167,120,93); }
H1.HeaderClassName
{
color: #A7785D;
}
.AnyTagClassName
{
color: #A7785D;
}
</style>
background-color css
<style>
a { background-color: #A7785D; }
a { background-color: rgb(167,120,93); }
div.DivClassName
{
background-color: #A7785D;
}
.BgClassName
{
background-color: #A7785D;
}
</style>
border-color css
<style>
span { border-color: #A7785D; }
span { border-color: rgb(167,120,93); }
td.TdClassName
{
border-color: #A7785D;
}
.TagClassName
{
border-color: #A7785D;
}
</style>