COLOR #A7778A

HEX: #A7778A RGB: (167,119,138)

Color info

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

RGB color model

#A7778A color RGB value is (167,119,138).

RGB: (167,119,138) (65%, 47%, 54%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 138 of 255 = 54%

167
119
138

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

Portions of RGB colors in percentages

R + G + B = 167 + 119 + 138 = 424 (100%)
R 167 of 424 ~ 39.39%
G 119 of 424 ~ 28.07%
B 138 of 424 ~ 32.55'%

%39.39
%28.07
%32.55

CMYK color model

#A7778A color CMYK value is (0,29,17,35).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK: (0,29,17,35) C0M29Y17K35 (0%,29%,17%,35%) (0.00/0.29/0.17/0.35) 

CMYK percentages

%0
%28.74
%17.37
%34.51

Codes

Color #A7778A in popluar color models

A7 77 8A
RGB 167 119 138
HSL 336° 21.43% 56.08%
HSB/HSV 336° 28.74% 65.49%
CMYK 0.00% 28.74% 17.37%
34.51%

Color #A7778A in popluar number systems.

HEX A7 77 8A
Decimal 167 119 138
Binary 10100111 1110111 10001010
Octal 247 167 212

Shades and tints

Shades of #A7778A

#A7778A
(167,119,138)
#986D7E
(152,109,126)
#896372
(137,99,114)
#7A5966
(122,89,102)
#6B4F5A
(107,79,90)
#5C454E
(92,69,78)
#4D3B42
(77,59,66)
#3E3136
(62,49,54)
#2F272A
(47,39,42)
#201D1E
(32,29,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #A7778A

#A7778A
(167,119,138)
#AF8394
(175,131,148)
#B78F9E
(183,143,158)
#BF9BA8
(191,155,168)
#C7A7B2
(199,167,178)
#CFB3BC
(207,179,188)
#D7BFC6
(215,191,198)
#DFCBD0
(223,203,208)
#E7D7DA
(231,215,218)
#EFE3E4
(239,227,228)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7778A; }

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

This text font color is #A7778A.

Background Color

.myBgColor { background-color: #A7778A; }

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

This div background color is #A7778A.

Border color

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

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

This div border color is #A7778A.

Opacity

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

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

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

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

This text has shadow with #A7778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7778A.

Preview

Color preview on black background

This text has color #A7778A on black background.


Color preview on white background

This text has color #A7778A on white background.


Black color preview on #A7778A background

This text has black color on #A7778A background.


White color preview on #A7778A background

This text has white color on #A7778A background.


Related colors

Complementary color

Complementary color for #hex is #588875.


I love getcolorcode.com

Triadic colors

1 #8AA777 and #778AA7 with #A7778A are triadic colors.

2 #8A77A7 and #77A78A with #A7778A are triadic colors.