Html Css Color HEX #AC7780 Tapestry

📋 copy color: '#AC7780'

red 172 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #AC7780

Tints of Tapestry #AC7780

RGB

 RED value IS 172 (67.58% from 255) = 41.05%

 GREEN value IS 119 (46.88% from 255) = 28.4%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 41.05%
G = 28.4%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7780 (or 0xAC7780) is known color: Tapestry. HEX triplet: AC, 77 and 80. RGB value is (172,119,128). Sum of RGB (Red+Green+Blue) = 172+119+128=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7780 is #53887F. Grayscale: #878787. Windows color (decimal): -5474432 or 8419244. OLE color: 8419244.

HSL color Cylindrical-coordinate representation of color #AC7780: hue angle of 349.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC7780 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 128 -
CMYK 0 0.31 0.26 0.33
HSL 349.81º 0.24% 0.57% -
HSV(B) 349.81º 0.31% 0.67% -
XYZ 27.51 23.52 23.51 -
YUV 135.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 172 119 128 0 0.31 0.26 0.33 349.81 0.24 0.57
Hex AC 77 80 0 1F 1A 21 15E 18 39
Octal 254 167 200 0 37 32 41 536 30 71
Binary 10101100 1110111 10000000 0 11111 11010 100001 101011110 11000 111001

Color Harmonies of #AC7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7780

Black with #AC7780

Text Example


Text Example

White with #AC7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7780; }

 p { color: rgb(172,119,128); }

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

background-color css

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

 a { background-color: rgb(172,119,128); }

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

border-color css

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

 span { border-color: rgb(172,119,128); }

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