COLOR #A76A7D

HEX: #A76A7D RGB: (167,106,125)

Color info

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

RGB color model

#A76A7D color RGB value is (167,106,125).

RGB: (167,106,125) (65%, 42%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 106 of 255 = 42%
B 125 of 255 = 49%

167
106
125

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

Portions of RGB colors in percentages

R + G + B = 167 + 106 + 125 = 398 (100%)
R 167 of 398 ~ 41.96%
G 106 of 398 ~ 26.63%
B 125 of 398 ~ 31.41'%

%41.96
%26.63
%31.41

CMYK color model

#A76A7D color CMYK value is (0,37,25,35).

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

CMYK: (0,37,25,35)
C0M37Y25K35 (0%, 37%, 25%, 35%)
(0.00 / 0.37 / 0.25 / 0.35)

CMYK percentages

%0
%36.53
%25.15
%34.51

Codes

Color #A76A7D in popluar color models

A7 6A 7D
RGB 167 106 125
HSL 341° 25.74% 53.53%
HSB/HSV 341° 36.53% 65.49%
CMYK 0.00% 36.53% 25.15%
34.51%

Color #A76A7D in popluar number systems.

HEX A7 6A 7D
Decimal 167 106 125
Binary 10100111 1101010 1111101
Octal 247 152 175

Shades and tints

Shades of #A76A7D

#A76A7D
(167,106,125)
#986172
(152,97,114)
#895867
(137,88,103)
#7A4F5C
(122,79,92)
#6B4651
(107,70,81)
#5C3D46
(92,61,70)
#4D343B
(77,52,59)
#3E2B30
(62,43,48)
#2F2225
(47,34,37)
#20191A
(32,25,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #A76A7D

#A76A7D
(167,106,125)
#AF7788
(175,119,136)
#B78493
(183,132,147)
#BF919E
(191,145,158)
#C79EA9
(199,158,169)
#CFABB4
(207,171,180)
#D7B8BF
(215,184,191)
#DFC5CA
(223,197,202)
#E7D2D5
(231,210,213)
#EFDFE0
(239,223,224)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76A7D; }

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

This text font color is #A76A7D.

Background Color

.myBgColor { background-color: #A76A7D; }

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

This div background color is #A76A7D.

Border color

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

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

This div border color is #A76A7D.

Opacity

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

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

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

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

This text has shadow with #A76A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76A7D.

Preview

Color preview on black background

This text has color #A76A7D on black background.


Color preview on white background

This text has color #A76A7D on white background.


Black color preview on #A76A7D background

This text has black color on #A76A7D background.


White color preview on #A76A7D background

This text has white color on #A76A7D background.


Related colors

Complementary color

Complementary color for #hex is #589582.


I love getcolorcode.com

Triadic colors

1 #7DA76A and #6A7DA7 with #A76A7D are triadic colors.

2 #7D6AA7 and #6AA77D with #A76A7D are triadic colors.