COLOR #A7779D

HEX: #A7779D
RGB: (167,119,157)

Color info

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

RGB color model

#A7779D color RGB value is (167,119,157).

  • red value is 167;
  • green value is 119;
  • blue value is 157.
RGB:
(167,119,157)
(65%,47%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 157 of 255 = 62%

167
119
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 157 = 443 (100%)
R 167 of 443 ~ 37.7%
G 119 of 443 ~ 26.86%
B 157 of 443 ~ 35.44%

%37.7
%26.86
%35.44

CMYK color model

#A7779D color CMYK value is (0,29,6,35).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,29,6,35)
C0M29Y6K35 
(0%,29%,6%,35%)
(0.00/0.29/0.06/0.35)	

CMYK percentages

%0
%28.74
%5.99
%34.51

Codes

Color #A7779D in popluar color models

A7779D
RGB167119157
HSL313°21.43%56.08%
HSB/HSV313°28.74%65.49%
CMYK0.00%28.74%5.99%
34.51%

Color #A7779D in popluar number systems.

HEXA7779D
Decimal167119157
Binary10100111111011110011101
Octal247167235

Shades and tints

Shades of #A7779D

#A7779D
(167,119,157)
#986D8F
(152,109,143)
#896381
(137,99,129)
#7A5973
(122,89,115)
#6B4F65
(107,79,101)
#5C4557
(92,69,87)
#4D3B49
(77,59,73)
#3E313B
(62,49,59)
#2F272D
(47,39,45)
#201D1F
(32,29,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7779D

#A7779D
(167,119,157)
#AF83A5
(175,131,165)
#B78FAD
(183,143,173)
#BF9BB5
(191,155,181)
#C7A7BD
(199,167,189)
#CFB3C5
(207,179,197)
#D7BFCD
(215,191,205)
#DFCBD5
(223,203,213)
#E7D7DD
(231,215,221)
#EFE3E5
(239,227,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7779D; }

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

This text font color is #A7779D.


Background Color

.myBgColor { background-color: #A7779D; }

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

This div background color is #A7779D.


Border color

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

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

This div border color is #A7779D.


Opacity

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

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

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

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

This text has shadow with #A7779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7779D on black background.


Color preview on white background

This text has color #A7779D on white background.



Black color preview on #A7779D background

This text has black color on #A7779D background.


White color preview on #A7779D background

This text has white color on #A7779D background.