Shades of Tapestry #A7727F
Tints of Tapestry #A7727F
RGB
CMYK
RGB Variations
Color information
#A7727F (or 0xA7727F) is known color: Tapestry. HEX triplet: A7, 72 and 7F. RGB value is (167,114,127). Sum of RGB (Red+Green+Blue) = 167+114+127=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7727F is #588D80. Grayscale: #838383. Windows color (decimal): -5803393 or 8352423. OLE color: 8352423.
HSL color Cylindrical-coordinate representation of color #A7727F: hue angle of 345.28º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7727F is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 127 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.35 |
| HSL | 345.28º | 0.23% | 0.55% | - |
| HSV(B) | 345.28º | 0.32% | 0.65% | - |
| XYZ | 25.78 | 21.78 | 22.92 | - |
| YUV | 131.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 127 | 0 | 0.32 | 0.24 | 0.35 | 345.28 | 0.23 | 0.55 |
| Hex | A7 | 72 | 7F | 0 | 20 | 18 | 23 | 159 | 17 | 37 |
| Octal | 247 | 162 | 177 | 0 | 40 | 30 | 43 | 531 | 27 | 67 |
| Binary | 10100111 | 1110010 | 1111111 | 0 | 100000 | 11000 | 100011 | 101011001 | 10111 | 110111 |
Color Harmonies of #A7727F
Complementary color
Monochromatic Colors of #A7727F
Black with #A7727F
Text Example
Text Example
White with #A7727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7727F; }
p { color: rgb(167,114,127); }
H1.HeaderClassName
{
color: #A7727F;
}
.AnyTagClassName
{
color: #A7727F;
}
</style>
background-color css
<style>
a { background-color: #A7727F; }
a { background-color: rgb(167,114,127); }
div.DivClassName
{
background-color: #A7727F;
}
.BgClassName
{
background-color: #A7727F;
}
</style>
border-color css
<style>
span { border-color: #A7727F; }
span { border-color: rgb(167,114,127); }
td.TdClassName
{
border-color: #A7727F;
}
.TagClassName
{
border-color: #A7727F;
}
</style>