Html Css Color HEX #A77D8C Tapestry

📋 copy color: '#A77D8C'

red 167 ◦ green 125 ◦ blue 140

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

Shades of Tapestry #A77D8C

Tints of Tapestry #A77D8C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 38.66%
G = 28.94%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A77D8C (or 0xA77D8C) is known color: Tapestry. HEX triplet: A7, 7D and 8C. RGB value is (167,125,140). Sum of RGB (Red+Green+Blue) = 167+125+140=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D8C is #588273. Grayscale: #8B8B8B. Windows color (decimal): -5800564 or 9207207. OLE color: 9207207.

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

Color convert

RGB 167 125 140 -
CMYK 0 0.25 0.16 0.35
HSL 338.57º 0.19% 0.57% -
HSV(B) 338.57º 0.25% 0.65% -
XYZ 28 24.78 28.12 -
YUV 139.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 167 125 140 0 0.25 0.16 0.35 338.57 0.19 0.57
Hex A7 7D 8C 0 19 10 23 153 13 39
Octal 247 175 214 0 31 20 43 523 23 71
Binary 10100111 1111101 10001100 0 11001 10000 100011 101010011 10011 111001

Color Harmonies of #A77D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D8C

Black with #A77D8C

Text Example


Text Example

White with #A77D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D8C; }

 p { color: rgb(167,125,140); }

 H1.HeaderClassName
 {
   color: #A77D8C;
 }
 .AnyTagClassName
 {
   color: #A77D8C;
 }
</style>

background-color css

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

 a { background-color: rgb(167,125,140); }

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

border-color css

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

 span { border-color: rgb(167,125,140); }

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