Html Css Color HEX #A7707F Tapestry

📋 copy color: '#A7707F'

red 167 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #A7707F

Tints of Tapestry #A7707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 41.13%
G = 27.59%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7707F (or 0xA7707F) is known color: Tapestry. HEX triplet: A7, 70 and 7F. RGB value is (167,112,127). Sum of RGB (Red+Green+Blue) = 167+112+127=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7707F is #588F80. Grayscale: #828282. Windows color (decimal): -5803905 or 8351911. OLE color: 8351911.

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

Color convert

RGB 167 112 127 -
CMYK 0 0.33 0.24 0.35
HSL 343.64º 0.24% 0.55% -
HSV(B) 343.64º 0.33% 0.65% -
XYZ 25.56 21.34 22.85 -
YUV 130.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 167 112 127 0 0.33 0.24 0.35 343.64 0.24 0.55
Hex A7 70 7F 0 21 18 23 158 18 37
Octal 247 160 177 0 41 30 43 530 30 67
Binary 10100111 1110000 1111111 0 100001 11000 100011 101011000 11000 110111

Color Harmonies of #A7707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7707F

Black with #A7707F

Text Example


Text Example

White with #A7707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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