Html Css Color HEX #A77D8E Tapestry

📋 copy color: '#A77D8E'

red 167 ◦ green 125 ◦ blue 142

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

Shades of Tapestry #A77D8E

Tints of Tapestry #A77D8E

RGB

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

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

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

R = 38.48%
G = 28.8%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A77D8E (or 0xA77D8E) is known color: Tapestry. HEX triplet: A7, 7D and 8E. RGB value is (167,125,142). Sum of RGB (Red+Green+Blue) = 167+125+142=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D8E is #588271. Grayscale: #8B8B8B. Windows color (decimal): -5800562 or 9338279. OLE color: 9338279.

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

Color convert

RGB 167 125 142 -
CMYK 0 0.25 0.15 0.35
HSL 335.71º 0.19% 0.57% -
HSV(B) 335.71º 0.25% 0.65% -
XYZ 28.15 24.84 28.9 -
YUV 139.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 167 125 142 0 0.25 0.15 0.35 335.71 0.19 0.57
Hex A7 7D 8E 0 19 F 23 150 13 39
Octal 247 175 216 0 31 17 43 520 23 71
Binary 10100111 1111101 10001110 0 11001 1111 100011 101010000 10011 111001

Color Harmonies of #A77D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D8E

Black with #A77D8E

Text Example


Text Example

White with #A77D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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