Html Css Color HEX #A7707E Tapestry

📋 copy color: '#A7707E'

red 167 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #A7707E

Tints of Tapestry #A7707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 41.23%
G = 27.65%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7707E (or 0xA7707E) is known color: Tapestry. HEX triplet: A7, 70 and 7E. RGB value is (167,112,126). Sum of RGB (Red+Green+Blue) = 167+112+126=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7707E is #588F81. Grayscale: #828282. Windows color (decimal): -5803906 or 8286375. OLE color: 8286375.

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

Color convert

RGB 167 112 126 -
CMYK 0 0.33 0.25 0.35
HSL 344.73º 0.24% 0.55% -
HSV(B) 344.73º 0.33% 0.65% -
XYZ 25.5 21.31 22.51 -
YUV 130.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 167 112 126 0 0.33 0.25 0.35 344.73 0.24 0.55
Hex A7 70 7E 0 21 19 23 159 18 37
Octal 247 160 176 0 41 31 43 531 30 67
Binary 10100111 1110000 1111110 0 100001 11001 100011 101011001 11000 110111

Color Harmonies of #A7707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7707E

Black with #A7707E

Text Example


Text Example

White with #A7707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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