Html Css Color HEX #A77A8A Tapestry

📋 copy color: '#A77A8A'

red 167 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #A77A8A

Tints of Tapestry #A77A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

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

R = 39.11%
G = 28.57%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A77A8A (or 0xA77A8A) is known color: Tapestry. HEX triplet: A7, 7A and 8A. RGB value is (167,122,138). Sum of RGB (Red+Green+Blue) = 167+122+138=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A8A is #588575. Grayscale: #898989. Windows color (decimal): -5801334 or 9075367. OLE color: 9075367.

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

Color convert

RGB 167 122 138 -
CMYK 0 0.27 0.17 0.35
HSL 338.67º 0.2% 0.57% -
HSV(B) 338.67º 0.27% 0.65% -
XYZ 27.48 23.97 27.22 -
YUV 137.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 167 122 138 0 0.27 0.17 0.35 338.67 0.2 0.57
Hex A7 7A 8A 0 1B 11 23 153 14 39
Octal 247 172 212 0 33 21 43 523 24 71
Binary 10100111 1111010 10001010 0 11011 10001 100011 101010011 10100 111001

Color Harmonies of #A77A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A8A

Black with #A77A8A

Text Example


Text Example

White with #A77A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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