Html Css Color HEX #A76B7F Tapestry

📋 copy color: '#A76B7F'

red 167 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #A76B7F

Tints of Tapestry #A76B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 41.65%
G = 26.68%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A76B7F (or 0xA76B7F) is known color: Tapestry. HEX triplet: A7, 6B and 7F. RGB value is (167,107,127). Sum of RGB (Red+Green+Blue) = 167+107+127=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B7F is #589480. Grayscale: #7F7F7F. Windows color (decimal): -5805185 or 8350631. OLE color: 8350631.

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

Color convert

RGB 167 107 127 -
CMYK 0 0.36 0.24 0.35
HSL 340º 0.25% 0.54% -
HSV(B) 340º 0.36% 0.65% -
XYZ 25.02 20.26 22.67 -
YUV 127.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 167 107 127 0 0.36 0.24 0.35 340 0.25 0.54
Hex A7 6B 7F 0 24 18 23 154 19 36
Octal 247 153 177 0 44 30 43 524 31 66
Binary 10100111 1101011 1111111 0 100100 11000 100011 101010100 11001 110110

Color Harmonies of #A76B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B7F

Black with #A76B7F

Text Example


Text Example

White with #A76B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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