Shades of Tapestry #A76B7E
Tints of Tapestry #A76B7E
RGB
CMYK
RGB Variations
Color information
#A76B7E (or 0xA76B7E) is known color: Tapestry. HEX triplet: A7, 6B and 7E. RGB value is (167,107,126). Sum of RGB (Red+Green+Blue) = 167+107+126=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B7E is #589481. Grayscale: #7F7F7F. Windows color (decimal): -5805186 or 8285095. OLE color: 8285095.
HSL color Cylindrical-coordinate representation of color #A76B7E: hue angle of 341º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B7E is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 126 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.35 |
| HSL | 341º | 0.25% | 0.54% | - |
| HSV(B) | 341º | 0.36% | 0.65% | - |
| XYZ | 24.96 | 20.24 | 22.33 | - |
| YUV | 127.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 126 | 0 | 0.36 | 0.25 | 0.35 | 341 | 0.25 | 0.54 |
| Hex | A7 | 6B | 7E | 0 | 24 | 19 | 23 | 155 | 19 | 36 |
| Octal | 247 | 153 | 176 | 0 | 44 | 31 | 43 | 525 | 31 | 66 |
| Binary | 10100111 | 1101011 | 1111110 | 0 | 100100 | 11001 | 100011 | 101010101 | 11001 | 110110 |
Color Harmonies of #A76B7E
Complementary color
Monochromatic Colors of #A76B7E
Black with #A76B7E
Text Example
Text Example
White with #A76B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B7E; }
p { color: rgb(167,107,126); }
H1.HeaderClassName
{
color: #A76B7E;
}
.AnyTagClassName
{
color: #A76B7E;
}
</style>
background-color css
<style>
a { background-color: #A76B7E; }
a { background-color: rgb(167,107,126); }
div.DivClassName
{
background-color: #A76B7E;
}
.BgClassName
{
background-color: #A76B7E;
}
</style>
border-color css
<style>
span { border-color: #A76B7E; }
span { border-color: rgb(167,107,126); }
td.TdClassName
{
border-color: #A76B7E;
}
.TagClassName
{
border-color: #A76B7E;
}
</style>