Shades of Tapestry #A77D8A
Tints of Tapestry #A77D8A
RGB
CMYK
RGB Variations
Color information
#A77D8A (or 0xA77D8A) is known color: Tapestry. HEX triplet: A7, 7D and 8A. RGB value is (167,125,138). Sum of RGB (Red+Green+Blue) = 167+125+138=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D8A is #588275. Grayscale: #8B8B8B. Windows color (decimal): -5800566 or 9076135. OLE color: 9076135.
HSL color Cylindrical-coordinate representation of color #A77D8A: hue angle of 341.43º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77D8A is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 138 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.35 |
| HSL | 341.43º | 0.19% | 0.57% | - |
| HSV(B) | 341.43º | 0.25% | 0.65% | - |
| XYZ | 27.86 | 24.72 | 27.35 | - |
| YUV | 139.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 138 | 0 | 0.25 | 0.17 | 0.35 | 341.43 | 0.19 | 0.57 |
| Hex | A7 | 7D | 8A | 0 | 19 | 11 | 23 | 155 | 13 | 39 |
| Octal | 247 | 175 | 212 | 0 | 31 | 21 | 43 | 525 | 23 | 71 |
| Binary | 10100111 | 1111101 | 10001010 | 0 | 11001 | 10001 | 100011 | 101010101 | 10011 | 111001 |
Color Harmonies of #A77D8A
Complementary color
Monochromatic Colors of #A77D8A
Black with #A77D8A
Text Example
Text Example
White with #A77D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D8A; }
p { color: rgb(167,125,138); }
H1.HeaderClassName
{
color: #A77D8A;
}
.AnyTagClassName
{
color: #A77D8A;
}
</style>
background-color css
<style>
a { background-color: #A77D8A; }
a { background-color: rgb(167,125,138); }
div.DivClassName
{
background-color: #A77D8A;
}
.BgClassName
{
background-color: #A77D8A;
}
</style>
border-color css
<style>
span { border-color: #A77D8A; }
span { border-color: rgb(167,125,138); }
td.TdClassName
{
border-color: #A77D8A;
}
.TagClassName
{
border-color: #A77D8A;
}
</style>