COLOR #A7778D

HEX: #A7778D RGB: (167,119,141)

Color info

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

RGB color model

#A7778D color RGB value is (167,119,141).

RGB: (167,119,141) (65%, 47%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 141 of 255 = 55%

167
119
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 119 + 141 = 427 (100%)
R 167 of 427 ~ 39.11%
G 119 of 427 ~ 27.87%
B 141 of 427 ~ 33.02'%

%39.11
%27.87
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.74%
  • 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
%28.74
%15.57
%34.51

Codes

Color #A7778D in popluar color models

A7 77 8D
RGB 167 119 141
HSL 333° 21.43% 56.08%
HSB/HSV 333° 28.74% 65.49%
CMYK 0.00% 28.74% 15.57%
34.51%

Color #A7778D in popluar number systems.

HEX A7 77 8D
Decimal 167 119 141
Binary 10100111 1110111 10001101
Octal 247 167 215

Shades and tints

Shades of #A7778D

#A7778D
(167,119,141)
#986D81
(152,109,129)
#896375
(137,99,117)
#7A5969
(122,89,105)
#6B4F5D
(107,79,93)
#5C4551
(92,69,81)
#4D3B45
(77,59,69)
#3E3139
(62,49,57)
#2F272D
(47,39,45)
#201D21
(32,29,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A7778D

#A7778D
(167,119,141)
#AF8397
(175,131,151)
#B78FA1
(183,143,161)
#BF9BAB
(191,155,171)
#C7A7B5
(199,167,181)
#CFB3BF
(207,179,191)
#D7BFC9
(215,191,201)
#DFCBD3
(223,203,211)
#E7D7DD
(231,215,221)
#EFE3E7
(239,227,231)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7778D; }

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

This text font color is #A7778D.

Background Color

.myBgColor { background-color: #A7778D; }

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

This div background color is #A7778D.

Border color

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

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

This div border color is #A7778D.

Opacity

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

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

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

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

This text has shadow with #A7778D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7778D.

Preview

Color preview on black background

This text has color #A7778D on black background.


Color preview on white background

This text has color #A7778D on white background.


Black color preview on #A7778D background

This text has black color on #A7778D background.


White color preview on #A7778D background

This text has white color on #A7778D background.


Related colors

Complementary color

Complementary color for #hex is #588872.


I love getcolorcode.com

Triadic colors

1 #8DA777 and #778DA7 with #A7778D are triadic colors.

2 #8D77A7 and #77A78D with #A7778D are triadic colors.