Html Css Color HEX #A77D8A Tapestry

📋 copy color: '#A77D8A'

red 167 ◦ green 125 ◦ blue 138

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

Shades of Tapestry #A77D8A

Tints of Tapestry #A77D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 38.84%
G = 29.07%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A77D8A (or 0xA77D8A) is known color: Tapestry. HEX triplet: A7, 7D and 8A. RGB value is (167,125,138). Sum of RGB (Red+Green+Blue) = 167+125+138=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D8A is #588275. Grayscale: #8B8B8B. Windows color (decimal): -5800566 or 9076135. OLE color: 9076135.

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

Color convert

RGB 167 125 138 -
CMYK 0 0.25 0.17 0.35
HSL 341.43º 0.19% 0.57% -
HSV(B) 341.43º 0.25% 0.65% -
XYZ 27.86 24.72 27.35 -
YUV 139.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 167 125 138 0 0.25 0.17 0.35 341.43 0.19 0.57
Hex A7 7D 8A 0 19 11 23 155 13 39
Octal 247 175 212 0 31 21 43 525 23 71
Binary 10100111 1111101 10001010 0 11001 10001 100011 101010101 10011 111001

Color Harmonies of #A77D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D8A

Black with #A77D8A

Text Example


Text Example

White with #A77D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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