Shades of Medium Wood #A7785B
Tints of Medium Wood #A7785B
RGB
CMYK
RGB Variations
Color information
#A7785B (or 0xA7785B) is known color: Medium Wood. HEX triplet: A7, 78 and 5B. RGB value is (167,120,91). Sum of RGB (Red+Green+Blue) = 167+120+91=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7785B is #5887A4. Grayscale: #828282. Windows color (decimal): -5801893 or 5994663. OLE color: 5994663.
HSL color Cylindrical-coordinate representation of color #A7785B: hue angle of 22.89º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7785B is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 120 | 91 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.35 |
| HSL | 22.89º | 0.3% | 0.51% | - |
| HSV(B) | 22.89º | 0.46% | 0.65% | - |
| XYZ | 24.54 | 22.4 | 12.93 | - |
| YUV | 130.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 91 | 0 | 0.28 | 0.46 | 0.35 | 22.89 | 0.3 | 0.51 |
| Hex | A7 | 78 | 5B | 0 | 1C | 2E | 23 | 17 | 1E | 33 |
| Octal | 247 | 170 | 133 | 0 | 34 | 56 | 43 | 27 | 36 | 63 |
| Binary | 10100111 | 1111000 | 1011011 | 0 | 11100 | 101110 | 100011 | 10111 | 11110 | 110011 |
Color Harmonies of #A7785B
Complementary color
Monochromatic Colors of #A7785B
Black with #A7785B
Text Example
Text Example
White with #A7785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7785B; }
p { color: rgb(167,120,91); }
H1.HeaderClassName
{
color: #A7785B;
}
.AnyTagClassName
{
color: #A7785B;
}
</style>
background-color css
<style>
a { background-color: #A7785B; }
a { background-color: rgb(167,120,91); }
div.DivClassName
{
background-color: #A7785B;
}
.BgClassName
{
background-color: #A7785B;
}
</style>
border-color css
<style>
span { border-color: #A7785B; }
span { border-color: rgb(167,120,91); }
td.TdClassName
{
border-color: #A7785B;
}
.TagClassName
{
border-color: #A7785B;
}
</style>