COLOR #A76A78

HEX: #A76A78 RGB: (167,106,120)

Color info

#A76A78 contains mainly red and blue colors. Web safe color of #A76A78 is #996666 (or #966).

RGB color model

#A76A78 color RGB value is (167,106,120).

RGB: (167,106,120) (65%, 42%, 47%)

RGB channels and saturation

R 167 of 255 = 65%
G 106 of 255 = 42%
B 120 of 255 = 47%

167
106
120

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

Portions of RGB colors in percentages

R + G + B = 167 + 106 + 120 = 393 (100%)
R 167 of 393 ~ 42.49%
G 106 of 393 ~ 26.97%
B 120 of 393 ~ 30.53'%

%42.49
%26.97
%30.53

CMYK color model

#A76A78 color CMYK value is (0,37,28,35).

  • cyan value is 0.00%
  • magenta value is 36.53%
  • yellow value is 28.14%
  • key color value is 34.51%

CMYK: (0,37,28,35)
C0M37Y28K35 (0%, 37%, 28%, 35%)
(0.00 / 0.37 / 0.28 / 0.35)

CMYK percentages

%0
%36.53
%28.14
%34.51

Codes

Color #A76A78 in popluar color models

A7 6A 78
RGB 167 106 120
HSL 346° 25.74% 53.53%
HSB/HSV 346° 36.53% 65.49%
CMYK 0.00% 36.53% 28.14%
34.51%

Color #A76A78 in popluar number systems.

HEX A7 6A 78
Decimal 167 106 120
Binary 10100111 1101010 1111000
Octal 247 152 170

Shades and tints

Shades of #A76A78

#A76A78
(167,106,120)
#98616E
(152,97,110)
#895864
(137,88,100)
#7A4F5A
(122,79,90)
#6B4650
(107,70,80)
#5C3D46
(92,61,70)
#4D343C
(77,52,60)
#3E2B32
(62,43,50)
#2F2228
(47,34,40)
#20191E
(32,25,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A76A78

#A76A78
(167,106,120)
#AF7784
(175,119,132)
#B78490
(183,132,144)
#BF919C
(191,145,156)
#C79EA8
(199,158,168)
#CFABB4
(207,171,180)
#D7B8C0
(215,184,192)
#DFC5CC
(223,197,204)
#E7D2D8
(231,210,216)
#EFDFE4
(239,223,228)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76A78; }

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

This text font color is #A76A78.

Background Color

.myBgColor { background-color: #A76A78; }

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

This div background color is #A76A78.

Border color

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

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

This div border color is #A76A78.

Opacity

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

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

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

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

This text has shadow with #A76A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76A78.

Preview

Color preview on black background

This text has color #A76A78 on black background.


Color preview on white background

This text has color #A76A78 on white background.


Black color preview on #A76A78 background

This text has black color on #A76A78 background.


White color preview on #A76A78 background

This text has white color on #A76A78 background.


Related colors

Complementary color

Complementary color for #hex is #589587.


I love getcolorcode.com

Triadic colors

1 #78A76A and #6A78A7 with #A76A78 are triadic colors.

2 #786AA7 and #6AA778 with #A76A78 are triadic colors.