Shades of Medium Wood #A77B5C
Tints of Medium Wood #A77B5C
RGB
CMYK
RGB Variations
Color information
#A77B5C (or 0xA77B5C) is known color: Medium Wood. HEX triplet: A7, 7B and 5C. RGB value is (167,123,92). Sum of RGB (Red+Green+Blue) = 167+123+92=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B5C is #5884A3. Grayscale: #848484. Windows color (decimal): -5801124 or 6060967. OLE color: 6060967.
HSL color Cylindrical-coordinate representation of color #A77B5C: hue angle of 24.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A77B5C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 92 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.35 |
| HSL | 24.8º | 0.3% | 0.51% | - |
| HSV(B) | 24.8º | 0.45% | 0.65% | - |
| XYZ | 24.95 | 23.15 | 13.28 | - |
| YUV | 132.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 92 | 0 | 0.26 | 0.45 | 0.35 | 24.8 | 0.3 | 0.51 |
| Hex | A7 | 7B | 5C | 0 | 1A | 2D | 23 | 19 | 1E | 33 |
| Octal | 247 | 173 | 134 | 0 | 32 | 55 | 43 | 31 | 36 | 63 |
| Binary | 10100111 | 1111011 | 1011100 | 0 | 11010 | 101101 | 100011 | 11001 | 11110 | 110011 |
Color Harmonies of #A77B5C
Complementary color
Monochromatic Colors of #A77B5C
Black with #A77B5C
Text Example
Text Example
White with #A77B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B5C; }
p { color: rgb(167,123,92); }
H1.HeaderClassName
{
color: #A77B5C;
}
.AnyTagClassName
{
color: #A77B5C;
}
</style>
background-color css
<style>
a { background-color: #A77B5C; }
a { background-color: rgb(167,123,92); }
div.DivClassName
{
background-color: #A77B5C;
}
.BgClassName
{
background-color: #A77B5C;
}
</style>
border-color css
<style>
span { border-color: #A77B5C; }
span { border-color: rgb(167,123,92); }
td.TdClassName
{
border-color: #A77B5C;
}
.TagClassName
{
border-color: #A77B5C;
}
</style>