COLOR #AC7787

HEX: #AC7787
RGB: (172,119,135)

Color info

#AC7787 contains red, green and blue colors in about the same proportion. Web safe color of #AC7787 is #996699 (or #969).

RGB color model

#AC7787 color RGB value is (172,119,135).

  • red value is 172;
  • green value is 119;
  • blue value is 135.
RGB:
(172,119,135)
(67%,47%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 135 of 255 = 53%

172
119
135

R + G + B ~ 56%. #AC7787 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 119 + 135 = 426 (100%)
R 172 of 426 ~ 40.38%
G 119 of 426 ~ 27.93%
B 135 of 426 ~ 31.69%

%40.38
%27.93
%31.69

CMYK color model

#AC7787 color CMYK value is (0,31,22,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,31,22,33)
C0M31Y22K33 
(0%,31%,22%,33%)
(0.00/0.31/0.22/0.33)	

CMYK percentages

%0
%30.81
%21.51
%32.55

Codes

Color #AC7787 in popluar color models

AC7787
RGB172119135
HSL342°24.20%57.06%
HSB/HSV342°30.81%67.45%
CMYK0.00%30.81%21.51%
32.55%

Color #AC7787 in popluar number systems.

HEXAC7787
Decimal172119135
Binary10101100111011110000111
Octal254167207

Shades and tints

Shades of #AC7787

#AC7787
(172,119,135)
#9D6D7B
(157,109,123)
#8E636F
(142,99,111)
#7F5963
(127,89,99)
#704F57
(112,79,87)
#61454B
(97,69,75)
#523B3F
(82,59,63)
#433133
(67,49,51)
#342727
(52,39,39)
#251D1B
(37,29,27)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #AC7787

#AC7787
(172,119,135)
#B38391
(179,131,145)
#BA8F9B
(186,143,155)
#C19BA5
(193,155,165)
#C8A7AF
(200,167,175)
#CFB3B9
(207,179,185)
#D6BFC3
(214,191,195)
#DDCBCD
(221,203,205)
#E4D7D7
(228,215,215)
#EBE3E1
(235,227,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7787 color. Also use rgb(172,119,135) instead hex code.

Text Font Color

.myTextColor { color: #AC7787; }

<p style="color:#AC7787">This sample text font color is #AC7787.</p>

This text font color is #AC7787.


Background Color

.myBgColor { background-color: #AC7787; }

<div style="background-color:#AC7787">Inner text</div>

This div background color is #AC7787.


Border color

.myBorderColor { border: 1px solid #AC7787; }

<div style="border:3px solid #AC7787">Div</div>

This div border color is #AC7787.


Opacity

.myOpacity80 { color: #AC7787; opacity: 0.8; }

<p style="color:#AC7787;opacity:0.8;">80%</p>

Text with #AC7787 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AC7787;}

<p style="text-shadow: 3px 3px 1px #AC7787">Text here.</p>

This text has shadow with #AC7787 color.

.textShadow {text-shadow: 3px 3px 1px #AC7787, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AC7787, 5px 5px 20px red">Text here.</p>

This text has shadow with #AC7787 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC7787, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AC7787, Direction=45, Strength=4)">Text</p>

This text has shadow with #AC7787 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AC7787;
  -webkit-box-shadow:	1px 1px 3px 2px #AC7787;
  box-shadow:		1px 1px 3px 2px #AC7787;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC7787;
-webkit-box-shadow: 1px 1px 3px 2px #AC7787;
box-shadow:1px 1px 3px 2px #AC7787;">
Div content here</div>
This div box has shadow with color #AC7787.

Preview

Color preview on black background

This text has color #AC7787 on black background.


Color preview on white background

This text has color #AC7787 on white background.



Black color preview on #AC7787 background

This text has black color on #AC7787 background.


White color preview on #AC7787 background

This text has white color on #AC7787 background.