Html Css Color HEX #A76B7C Tapestry

📋 copy color: '#A76B7C'

red 167 ◦ green 107 ◦ blue 124

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

Shades of Tapestry #A76B7C

Tints of Tapestry #A76B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 41.96%
G = 26.88%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A76B7C (or 0xA76B7C) is known color: Tapestry. HEX triplet: A7, 6B and 7C. RGB value is (167,107,124). Sum of RGB (Red+Green+Blue) = 167+107+124=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B7C is #589483. Grayscale: #7E7E7E. Windows color (decimal): -5805188 or 8154023. OLE color: 8154023.

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

Color convert

RGB 167 107 124 -
CMYK 0 0.36 0.26 0.35
HSL 343º 0.25% 0.54% -
HSV(B) 343º 0.36% 0.65% -
XYZ 24.83 20.19 21.66 -
YUV 126.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 167 107 124 0 0.36 0.26 0.35 343 0.25 0.54
Hex A7 6B 7C 0 24 1A 23 157 19 36
Octal 247 153 174 0 44 32 43 527 31 66
Binary 10100111 1101011 1111100 0 100100 11010 100011 101010111 11001 110110

Color Harmonies of #A76B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B7C

Black with #A76B7C

Text Example


Text Example

White with #A76B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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