Shades of Tapestry #A77781
Tints of Tapestry #A77781
RGB
CMYK
RGB Variations
Color information
#A77781 (or 0xA77781) is known color: Tapestry. HEX triplet: A7, 77 and 81. RGB value is (167,119,129). Sum of RGB (Red+Green+Blue) = 167+119+129=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A77781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77781 is #58887E. Grayscale: #868686. Windows color (decimal): -5802111 or 8484775. OLE color: 8484775.
HSL color Cylindrical-coordinate representation of color #A77781: hue angle of 347.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77781 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 129 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.35 |
| HSL | 347.5º | 0.21% | 0.56% | - |
| HSV(B) | 347.5º | 0.29% | 0.65% | - |
| XYZ | 26.5 | 22.99 | 23.81 | - |
| YUV | 134.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 129 | 0 | 0.29 | 0.23 | 0.35 | 347.5 | 0.21 | 0.56 |
| Hex | A7 | 77 | 81 | 0 | 1D | 17 | 23 | 15C | 15 | 38 |
| Octal | 247 | 167 | 201 | 0 | 35 | 27 | 43 | 534 | 25 | 70 |
| Binary | 10100111 | 1110111 | 10000001 | 0 | 11101 | 10111 | 100011 | 101011100 | 10101 | 111000 |
Color Harmonies of #A77781
Complementary color
Monochromatic Colors of #A77781
Black with #A77781
Text Example
Text Example
White with #A77781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77781; }
p { color: rgb(167,119,129); }
H1.HeaderClassName
{
color: #A77781;
}
.AnyTagClassName
{
color: #A77781;
}
</style>
background-color css
<style>
a { background-color: #A77781; }
a { background-color: rgb(167,119,129); }
div.DivClassName
{
background-color: #A77781;
}
.BgClassName
{
background-color: #A77781;
}
</style>
border-color css
<style>
span { border-color: #A77781; }
span { border-color: rgb(167,119,129); }
td.TdClassName
{
border-color: #A77781;
}
.TagClassName
{
border-color: #A77781;
}
</style>