COLOR #AC778B

HEX: #AC778B RGB: (172,119,139)

Color info

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

RGB color model

#AC778B color RGB value is (172,119,139).

RGB: (172,119,139) (67%, 47%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 139 of 255 = 55%

172
119
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 119 + 139 = 430 (100%)
R 172 of 430 ~ 40%
G 119 of 430 ~ 27.67%
B 139 of 430 ~ 32.33'%

%40
%27.67
%32.33

CMYK color model

#AC778B color CMYK value is (0,31,19,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 19.19%
  • key color value is 32.55%

CMYK: (0,31,19,33)
C0M31Y19K33 (0%, 31%, 19%, 33%)
(0.00 / 0.31 / 0.19 / 0.33)

CMYK percentages

%0
%30.81
%19.19
%32.55

Codes

Color #AC778B in popluar color models

AC 77 8B
RGB 172 119 139
HSL 337° 24.20% 57.06%
HSB/HSV 337° 30.81% 67.45%
CMYK 0.00% 30.81% 19.19%
32.55%

Color #AC778B in popluar number systems.

HEX AC 77 8B
Decimal 172 119 139
Binary 10101100 1110111 10001011
Octal 254 167 213

Shades and tints

Shades of #AC778B

#AC778B
(172,119,139)
#9D6D7F
(157,109,127)
#8E6373
(142,99,115)
#7F5967
(127,89,103)
#704F5B
(112,79,91)
#61454F
(97,69,79)
#523B43
(82,59,67)
#433137
(67,49,55)
#34272B
(52,39,43)
#251D1F
(37,29,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #AC778B

#AC778B
(172,119,139)
#B38395
(179,131,149)
#BA8F9F
(186,143,159)
#C19BA9
(193,155,169)
#C8A7B3
(200,167,179)
#CFB3BD
(207,179,189)
#D6BFC7
(214,191,199)
#DDCBD1
(221,203,209)
#E4D7DB
(228,215,219)
#EBE3E5
(235,227,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC778B; }

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

This text font color is #AC778B.

Background Color

.myBgColor { background-color: #AC778B; }

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

This div background color is #AC778B.

Border color

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

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

This div border color is #AC778B.

Opacity

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

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

Text with #AC778B 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 #AC778B;}

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

This text has shadow with #AC778B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC778B.

Preview

Color preview on black background

This text has color #AC778B on black background.


Color preview on white background

This text has color #AC778B on white background.


Black color preview on #AC778B background

This text has black color on #AC778B background.


White color preview on #AC778B background

This text has white color on #AC778B background.


Related colors

Complementary color

Complementary color for #hex is #538874.


I love getcolorcode.com

Triadic colors

1 #8BAC77 and #778BAC with #AC778B are triadic colors.

2 #8B77AC and #77AC8B with #AC778B are triadic colors.