Html Css Color HEX #A7758A Tapestry

📋 copy color: '#A7758A'

red 167 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #A7758A

Tints of Tapestry #A7758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 39.57%
G = 27.73%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7758A (or 0xA7758A) is known color: Tapestry. HEX triplet: A7, 75 and 8A. RGB value is (167,117,138). Sum of RGB (Red+Green+Blue) = 167+117+138=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7758A is #588A75. Grayscale: #868686. Windows color (decimal): -5802614 or 9074087. OLE color: 9074087.

HSL color Cylindrical-coordinate representation of color #A7758A: hue angle of 334.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7758A is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 117 138 -
CMYK 0 0.30 0.17 0.35
HSL 334.8º 0.22% 0.56% -
HSV(B) 334.8º 0.3% 0.65% -
XYZ 26.89 22.77 27.02 -
YUV 134.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 167 117 138 0 0.30 0.17 0.35 334.8 0.22 0.56
Hex A7 75 8A 0 1E 11 23 14F 16 38
Octal 247 165 212 0 36 21 43 517 26 70
Binary 10100111 1110101 10001010 0 11110 10001 100011 101001111 10110 111000

Color Harmonies of #A7758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7758A

Black with #A7758A

Text Example


Text Example

White with #A7758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7758A; }

 p { color: rgb(167,117,138); }

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

background-color css

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

 a { background-color: rgb(167,117,138); }

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

border-color css

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

 span { border-color: rgb(167,117,138); }

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