Html Css Color HEX #A76C7F Tapestry

📋 copy color: '#A76C7F'

red 167 ◦ green 108 ◦ blue 127

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

Shades of Tapestry #A76C7F

Tints of Tapestry #A76C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 41.54%
G = 26.87%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A76C7F (or 0xA76C7F) is known color: Tapestry. HEX triplet: A7, 6C and 7F. RGB value is (167,108,127). Sum of RGB (Red+Green+Blue) = 167+108+127=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C7F is #589380. Grayscale: #7F7F7F. Windows color (decimal): -5804929 or 8350887. OLE color: 8350887.

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

Color convert

RGB 167 108 127 -
CMYK 0 0.35 0.24 0.35
HSL 340.68º 0.25% 0.54% -
HSV(B) 340.68º 0.35% 0.65% -
XYZ 25.13 20.47 22.71 -
YUV 127.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 167 108 127 0 0.35 0.24 0.35 340.68 0.25 0.54
Hex A7 6C 7F 0 23 18 23 155 19 36
Octal 247 154 177 0 43 30 43 525 31 66
Binary 10100111 1101100 1111111 0 100011 11000 100011 101010101 11001 110110

Color Harmonies of #A76C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C7F

Black with #A76C7F

Text Example


Text Example

White with #A76C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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