#A77F8E

Color #A77F8E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A77F8E

Tints of Tapestry #A77F8E

Color information

#A77F8E (or 0xA77F8E) is unknown color: approx Tapestry. HEX triplet: A7, 7F and 8E. RGB value is (167,127,142). Sum of RGB (Red+Green+Blue) = 167+127+142=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F8E is #588071. Grayscale: #8C8C8C. Windows color (decimal): -5800050 or 9338791. OLE color: 9338791.

HSL color Cylindrical-coordinate representation of color #A77F8E: hue angle of 337.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F8E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB167127142-
CMYK00.240.150.35
HSL337.5º18.52%57.65%-
HSV(B)337.5º23.95%65.49%-
XYZ28.4125.3528.99-
YUV140.67128.75146.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=38.30%
G=29.13%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712714200.240.150.35337.518.5257.65
HexA77F8E018F23152133a
Octal24717721603017435222372
Binary10100111111111110001110011000111110001110101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F8E; }

 p { color: rgb(167,127,142); }

 H1.HeaderClassName
 {
   color: #A77F8E;
 }
 .AnyTagClassName
 {
   color: #A77F8E;
 }
</style>
background-color css

<style>
 a { background-color: #A77F8E; }

 a { background-color: rgb(167,127,142); }

 div.DivClassName
 {
   background-color: #A77F8E;
 }
 .BgClassName
 {
   background-color: #A77F8E;
 }
</style>
border-color css

<style>
 span { border-color: #A77F8E; }

 span { border-color: rgb(167,127,142); }

 td.TdClassName
 {
   border-color: #A77F8E;
 }
 .TagClassName
 {
   border-color: #A77F8E;
 }
</style>