Html Css Color HEX #A77F8E Tapestry

📋 copy color: '#A77F8E'

red 167 ◦ green 127 ◦ blue 142

#A77F8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #A77F8E

Tints of Tapestry #A77F8E

RGB

 RED value IS 167 (65.63% from 255) = 38.3%

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 38.3%
G = 29.13%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A77F8E (or 0xA77F8E) is known color: 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

RGB 167 127 142 -
CMYK 0 0.24 0.15 0.35
HSL 337.5º 0.19% 0.58% -
HSV(B) 337.5º 0.24% 0.65% -
XYZ 28.41 25.35 28.99 -
YUV 140.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 167 127 142 0 0.24 0.15 0.35 337.5 0.19 0.58
Hex A7 7F 8E 0 18 F 23 152 13 3A
Octal 247 177 216 0 30 17 43 522 23 72
Binary 10100111 1111111 10001110 0 11000 1111 100011 101010010 10011 111010

Color Harmonies of #A77F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F8E

Black with #A77F8E

Text Example


Text Example

White with #A77F8E

Text Example


Text Example

HTML Codes & Css Web 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>