Html Css Color HEX #A77C85 Tapestry

📋 copy color: '#A77C85'

red 167 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #A77C85

Tints of Tapestry #A77C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 39.39%
G = 29.25%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A77C85 (or 0xA77C85) is known color: Tapestry. HEX triplet: A7, 7C and 85. RGB value is (167,124,133). Sum of RGB (Red+Green+Blue) = 167+124+133=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77C85 is #58837A. Grayscale: #898989. Windows color (decimal): -5800827 or 8748199. OLE color: 8748199.

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

Color convert

RGB 167 124 133 -
CMYK 0 0.26 0.20 0.35
HSL 347.44º 0.2% 0.57% -
HSV(B) 347.44º 0.26% 0.65% -
XYZ 27.38 24.32 25.44 -
YUV 137.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 167 124 133 0 0.26 0.20 0.35 347.44 0.2 0.57
Hex A7 7C 85 0 1A 14 23 15B 14 39
Octal 247 174 205 0 32 24 43 533 24 71
Binary 10100111 1111100 10000101 0 11010 10100 100011 101011011 10100 111001

Color Harmonies of #A77C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C85

Black with #A77C85

Text Example


Text Example

White with #A77C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C85; }

 p { color: rgb(167,124,133); }

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

background-color css

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

 a { background-color: rgb(167,124,133); }

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

border-color css

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

 span { border-color: rgb(167,124,133); }

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