Shades of Tapestry #A77785
Tints of Tapestry #A77785
RGB
CMYK
RGB Variations
Color information
#A77785 (or 0xA77785) is known color: Tapestry. HEX triplet: A7, 77 and 85. RGB value is (167,119,133). Sum of RGB (Red+Green+Blue) = 167+119+133=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77785 is #58887A. Grayscale: #868686. Windows color (decimal): -5802107 or 8746919. OLE color: 8746919.
HSL color Cylindrical-coordinate representation of color #A77785: hue angle of 342.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 #A77785 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 133 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.35 |
| HSL | 342.5º | 0.21% | 0.56% | - |
| HSV(B) | 342.5º | 0.29% | 0.65% | - |
| XYZ | 26.77 | 23.1 | 25.24 | - |
| YUV | 134.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 133 | 0 | 0.29 | 0.20 | 0.35 | 342.5 | 0.21 | 0.56 |
| Hex | A7 | 77 | 85 | 0 | 1D | 14 | 23 | 156 | 15 | 38 |
| Octal | 247 | 167 | 205 | 0 | 35 | 24 | 43 | 526 | 25 | 70 |
| Binary | 10100111 | 1110111 | 10000101 | 0 | 11101 | 10100 | 100011 | 101010110 | 10101 | 111000 |
Color Harmonies of #A77785
Complementary color
Monochromatic Colors of #A77785
Black with #A77785
Text Example
Text Example
White with #A77785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77785; }
p { color: rgb(167,119,133); }
H1.HeaderClassName
{
color: #A77785;
}
.AnyTagClassName
{
color: #A77785;
}
</style>
background-color css
<style>
a { background-color: #A77785; }
a { background-color: rgb(167,119,133); }
div.DivClassName
{
background-color: #A77785;
}
.BgClassName
{
background-color: #A77785;
}
</style>
border-color css
<style>
span { border-color: #A77785; }
span { border-color: rgb(167,119,133); }
td.TdClassName
{
border-color: #A77785;
}
.TagClassName
{
border-color: #A77785;
}
</style>