Shades of Tapestry #A77F87
Tints of Tapestry #A77F87
RGB
CMYK
RGB Variations
Color information
#A77F87 (or 0xA77F87) is known color: Tapestry. HEX triplet: A7, 7F and 87. RGB value is (167,127,135). Sum of RGB (Red+Green+Blue) = 167+127+135=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F87 is #588078. Grayscale: #8B8B8B. Windows color (decimal): -5800057 or 8880039. OLE color: 8880039.
HSL color Cylindrical-coordinate representation of color #A77F87: hue angle of 348º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F87 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 135 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.35 |
| HSL | 348º | 0.19% | 0.58% | - |
| HSV(B) | 348º | 0.24% | 0.65% | - |
| XYZ | 27.9 | 25.14 | 26.3 | - |
| YUV | 139.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 135 | 0 | 0.24 | 0.19 | 0.35 | 348 | 0.19 | 0.58 |
| Hex | A7 | 7F | 87 | 0 | 18 | 13 | 23 | 15C | 13 | 3A |
| Octal | 247 | 177 | 207 | 0 | 30 | 23 | 43 | 534 | 23 | 72 |
| Binary | 10100111 | 1111111 | 10000111 | 0 | 11000 | 10011 | 100011 | 101011100 | 10011 | 111010 |
Color Harmonies of #A77F87
Complementary color
Monochromatic Colors of #A77F87
Black with #A77F87
Text Example
Text Example
White with #A77F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F87; }
p { color: rgb(167,127,135); }
H1.HeaderClassName
{
color: #A77F87;
}
.AnyTagClassName
{
color: #A77F87;
}
</style>
background-color css
<style>
a { background-color: #A77F87; }
a { background-color: rgb(167,127,135); }
div.DivClassName
{
background-color: #A77F87;
}
.BgClassName
{
background-color: #A77F87;
}
</style>
border-color css
<style>
span { border-color: #A77F87; }
span { border-color: rgb(167,127,135); }
td.TdClassName
{
border-color: #A77F87;
}
.TagClassName
{
border-color: #A77F87;
}
</style>