#A77C8B

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

Shades of Tapestry #A77C8B

Tints of Tapestry #A77C8B

Color information

#A77C8B (or 0xA77C8B) is unknown color: approx Tapestry. HEX triplet: A7, 7C and 8B. RGB value is (167,124,139). Sum of RGB (Red+Green+Blue) = 167+124+139=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77C8B is #588374. Grayscale: #8A8A8A. Windows color (decimal): -5800821 or 9141415. OLE color: 9141415.

HSL color Cylindrical-coordinate representation of color #A77C8B: hue angle of 339.07º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77C8B is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167124139-
CMYK00.260.170.35
HSL339.07º19.63%57.06%-
HSV(B)339.07º25.75%65.49%-
XYZ27.824.4927.69-
YUV138.57128.25148.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=38.84%
G=28.84%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712413900.260.170.35339.0719.6357.06
HexA77C8B01A11231531439
Octal24717421303221435232471
Binary101001111111100100010110110101000110001110101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C8B; }

 p { color: rgb(167,124,139); }

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

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

 a { background-color: rgb(167,124,139); }

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

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

 span { border-color: rgb(167,124,139); }

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