Shades of Tapestry #A76F7E
Tints of Tapestry #A76F7E
RGB
CMYK
RGB Variations
Color information
#A76F7E (or 0xA76F7E) is known color: Tapestry. HEX triplet: A7, 6F and 7E. RGB value is (167,111,126). Sum of RGB (Red+Green+Blue) = 167+111+126=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F7E is #589081. Grayscale: #818181. Windows color (decimal): -5804162 or 8286119. OLE color: 8286119.
HSL color Cylindrical-coordinate representation of color #A76F7E: hue angle of 343.93º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F7E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 126 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.35 |
| HSL | 343.93º | 0.24% | 0.55% | - |
| HSV(B) | 343.93º | 0.34% | 0.65% | - |
| XYZ | 25.39 | 21.09 | 22.47 | - |
| YUV | 129.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 126 | 0 | 0.34 | 0.25 | 0.35 | 343.93 | 0.24 | 0.55 |
| Hex | A7 | 6F | 7E | 0 | 22 | 19 | 23 | 158 | 18 | 37 |
| Octal | 247 | 157 | 176 | 0 | 42 | 31 | 43 | 530 | 30 | 67 |
| Binary | 10100111 | 1101111 | 1111110 | 0 | 100010 | 11001 | 100011 | 101011000 | 11000 | 110111 |
Color Harmonies of #A76F7E
Complementary color
Monochromatic Colors of #A76F7E
Black with #A76F7E
Text Example
Text Example
White with #A76F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F7E; }
p { color: rgb(167,111,126); }
H1.HeaderClassName
{
color: #A76F7E;
}
.AnyTagClassName
{
color: #A76F7E;
}
</style>
background-color css
<style>
a { background-color: #A76F7E; }
a { background-color: rgb(167,111,126); }
div.DivClassName
{
background-color: #A76F7E;
}
.BgClassName
{
background-color: #A76F7E;
}
</style>
border-color css
<style>
span { border-color: #A76F7E; }
span { border-color: rgb(167,111,126); }
td.TdClassName
{
border-color: #A76F7E;
}
.TagClassName
{
border-color: #A76F7E;
}
</style>