COLOR #AC7783

HEX: #AC7783
RGB: (172,119,131)

Color info

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

RGB color model

#AC7783 color RGB value is (172,119,131).

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

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 131 of 255 = 51%

172
119
131

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

Portions of RGB colors in percentages

R + G + B =
172 + 119 + 131 = 422 (100%)
R 172 of 422 ~ 40.76%
G 119 of 422 ~ 28.2%
B 131 of 422 ~ 31.04%

%40.76
%28.2
%31.04

CMYK color model

#AC7783 color CMYK value is (0,31,24,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(0,31,24,33)
C0M31Y24K33 
(0%,31%,24%,33%)
(0.00/0.31/0.24/0.33)	

CMYK percentages

%0
%30.81
%23.84
%32.55

Codes

Color #AC7783 in popluar color models

AC7783
RGB172119131
HSL346°24.20%57.06%
HSB/HSV346°30.81%67.45%
CMYK0.00%30.81%23.84%
32.55%

Color #AC7783 in popluar number systems.

HEXAC7783
Decimal172119131
Binary10101100111011110000011
Octal254167203

Shades and tints

Shades of #AC7783

#AC7783
(172,119,131)
#9D6D78
(157,109,120)
#8E636D
(142,99,109)
#7F5962
(127,89,98)
#704F57
(112,79,87)
#61454C
(97,69,76)
#523B41
(82,59,65)
#433136
(67,49,54)
#34272B
(52,39,43)
#251D20
(37,29,32)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #AC7783

#AC7783
(172,119,131)
#B3838E
(179,131,142)
#BA8F99
(186,143,153)
#C19BA4
(193,155,164)
#C8A7AF
(200,167,175)
#CFB3BA
(207,179,186)
#D6BFC5
(214,191,197)
#DDCBD0
(221,203,208)
#E4D7DB
(228,215,219)
#EBE3E6
(235,227,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7783; }

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

This text font color is #AC7783.


Background Color

.myBgColor { background-color: #AC7783; }

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

This div background color is #AC7783.


Border color

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

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

This div border color is #AC7783.


Opacity

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

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

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

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

This text has shadow with #AC7783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7783 on black background.


Color preview on white background

This text has color #AC7783 on white background.



Black color preview on #AC7783 background

This text has black color on #AC7783 background.


White color preview on #AC7783 background

This text has white color on #AC7783 background.