COLOR #A7768D

HEX: #A7768D RGB: (167,118,141)

Color info

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

RGB color model

#A7768D color RGB value is (167,118,141).

RGB: (167,118,141) (65%, 46%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 118 of 255 = 46%
B 141 of 255 = 55%

167
118
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 118 + 141 = 426 (100%)
R 167 of 426 ~ 39.2%
G 118 of 426 ~ 27.7%
B 141 of 426 ~ 33.1'%

%39.2
%27.7
%33.1

CMYK color model

#A7768D color CMYK value is (0,29,16,35).

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK: (0,29,16,35) C0M29Y16K35 (0%,29%,16%,35%) (0.00/0.29/0.16/0.35) 

CMYK percentages

%0
%29.34
%15.57
%34.51

Codes

Color #A7768D in popluar color models

A7 76 8D
RGB 167 118 141
HSL 332° 21.78% 55.88%
HSB/HSV 332° 29.34% 65.49%
CMYK 0.00% 29.34% 15.57%
34.51%

Color #A7768D in popluar number systems.

HEX A7 76 8D
Decimal 167 118 141
Binary 10100111 1110110 10001101
Octal 247 166 215

Shades and tints

Shades of #A7768D

#A7768D
(167,118,141)
#986C81
(152,108,129)
#896275
(137,98,117)
#7A5869
(122,88,105)
#6B4E5D
(107,78,93)
#5C4451
(92,68,81)
#4D3A45
(77,58,69)
#3E3039
(62,48,57)
#2F262D
(47,38,45)
#201C21
(32,28,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A7768D

#A7768D
(167,118,141)
#AF8297
(175,130,151)
#B78EA1
(183,142,161)
#BF9AAB
(191,154,171)
#C7A6B5
(199,166,181)
#CFB2BF
(207,178,191)
#D7BEC9
(215,190,201)
#DFCAD3
(223,202,211)
#E7D6DD
(231,214,221)
#EFE2E7
(239,226,231)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7768D color. Also use rgb(167,118,141) instead hex code.

Text Font Color

.myTextColor { color: #A7768D; }

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

This text font color is #A7768D.

Background Color

.myBgColor { background-color: #A7768D; }

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

This div background color is #A7768D.

Border color

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

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

This div border color is #A7768D.

Opacity

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

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

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

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

This text has shadow with #A7768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7768D.

Preview

Color preview on black background

This text has color #A7768D on black background.


Color preview on white background

This text has color #A7768D on white background.


Black color preview on #A7768D background

This text has black color on #A7768D background.


White color preview on #A7768D background

This text has white color on #A7768D background.


Related colors

Complementary color

Complementary color for #hex is #588972.


I love getcolorcode.com

Triadic colors

1 #8DA776 and #768DA7 with #A7768D are triadic colors.

2 #8D76A7 and #76A78D with #A7768D are triadic colors.