#A77F8A

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

Shades of Tapestry #A77F8A

Tints of Tapestry #A77F8A

Color information

#A77F8A (or 0xA77F8A) is unknown color: approx Tapestry. HEX triplet: A7, 7F and 8A. RGB value is (167,127,138). Sum of RGB (Red+Green+Blue) = 167+127+138=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F8A is #588075. Grayscale: #8C8C8C. Windows color (decimal): -5800054 or 9076647. OLE color: 9076647.

HSL color Cylindrical-coordinate representation of color #A77F8A: hue angle of 343.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 #A77F8A is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167127138-
CMYK00.240.170.35
HSL343.5º18.52%57.65%-
HSV(B)343.5º23.95%65.49%-
XYZ28.1125.2327.43-
YUV140.21126.75147.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=38.66%
G=29.40%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712713800.240.170.35343.518.5257.65
HexA77F8A0181123158133a
Octal24717721203021435302372
Binary101001111111111100010100110001000110001110101100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F8A; }

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

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

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

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

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

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

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

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