COLOR #AC7878

HEX: #AC7878
RGB: (172,120,120)

Color info

#AC7878 contains red, green and blue colors in about the same proportion. Web safe color of #AC7878 is #996666 (or #966).

RGB color model

#AC7878 color RGB value is (172,120,120).

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

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 120 of 255 = 47%

172
120
120

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

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 120 = 412 (100%)
R 172 of 412 ~ 41.75%
G 120 of 412 ~ 29.13%
B 120 of 412 ~ 29.13%

%41.75
%29.13
%29.13

CMYK color model

#AC7878 color CMYK value is (0,30,30,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(0,30,30,33)
C0M30Y30K33 
(0%,30%,30%,33%)
(0.00/0.30/0.30/0.33)	

CMYK percentages

%0
%30.23
%30.23
%32.55

Codes

Color #AC7878 in popluar color models

AC7878
RGB172120120
HSL23.85%57.25%
HSB/HSV30.23%67.45%
CMYK0.00%30.23%30.23%
32.55%

Color #AC7878 in popluar number systems.

HEXAC7878
Decimal172120120
Binary1010110011110001111000
Octal254170170

Shades and tints

Shades of #AC7878

#AC7878
(172,120,120)
#9D6E6E
(157,110,110)
#8E6464
(142,100,100)
#7F5A5A
(127,90,90)
#705050
(112,80,80)
#614646
(97,70,70)
#523C3C
(82,60,60)
#433232
(67,50,50)
#342828
(52,40,40)
#251E1E
(37,30,30)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #AC7878

#AC7878
(172,120,120)
#B38484
(179,132,132)
#BA9090
(186,144,144)
#C19C9C
(193,156,156)
#C8A8A8
(200,168,168)
#CFB4B4
(207,180,180)
#D6C0C0
(214,192,192)
#DDCCCC
(221,204,204)
#E4D8D8
(228,216,216)
#EBE4E4
(235,228,228)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7878; }

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

This text font color is #AC7878.


Background Color

.myBgColor { background-color: #AC7878; }

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

This div background color is #AC7878.


Border color

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

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

This div border color is #AC7878.


Opacity

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

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

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

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

This text has shadow with #AC7878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7878 on black background.


Color preview on white background

This text has color #AC7878 on white background.



Black color preview on #AC7878 background

This text has black color on #AC7878 background.


White color preview on #AC7878 background

This text has white color on #AC7878 background.