COLOR #A77C8D

HEX: #A77C8D
RGB: (167,124,141)

Color info

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

RGB color model

#A77C8D color RGB value is (167,124,141).

  • red value is 167;
  • green value is 124;
  • blue value is 141.
RGB:
(167,124,141)
(65%,49%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 124 of 255 = 49%
B 141 of 255 = 55%

167
124
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 124 + 141 = 432 (100%)
R 167 of 432 ~ 38.66%
G 124 of 432 ~ 28.7%
B 141 of 432 ~ 32.64%

%38.66
%28.7
%32.64

CMYK color model

#A77C8D color CMYK value is (0,26,16,35).

  • cyan value is 0.00%
  • magenta value is 25.75%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,26,16,35)
C0M26Y16K35 
(0%,26%,16%,35%)
(0.00/0.26/0.16/0.35)	

CMYK percentages

%0
%25.75
%15.57
%34.51

Codes

Color #A77C8D in popluar color models

A77C8D
RGB167124141
HSL336°19.63%57.06%
HSB/HSV336°25.75%65.49%
CMYK0.00%25.75%15.57%
34.51%

Color #A77C8D in popluar number systems.

HEXA77C8D
Decimal167124141
Binary10100111111110010001101
Octal247174215

Shades and tints

Shades of #A77C8D

#A77C8D
(167,124,141)
#987181
(152,113,129)
#896675
(137,102,117)
#7A5B69
(122,91,105)
#6B505D
(107,80,93)
#5C4551
(92,69,81)
#4D3A45
(77,58,69)
#3E2F39
(62,47,57)
#2F242D
(47,36,45)
#201921
(32,25,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #A77C8D

#A77C8D
(167,124,141)
#AF8797
(175,135,151)
#B792A1
(183,146,161)
#BF9DAB
(191,157,171)
#C7A8B5
(199,168,181)
#CFB3BF
(207,179,191)
#D7BEC9
(215,190,201)
#DFC9D3
(223,201,211)
#E7D4DD
(231,212,221)
#EFDFE7
(239,223,231)
#F7EAF1
(247,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77C8D; }

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

This text font color is #A77C8D.


Background Color

.myBgColor { background-color: #A77C8D; }

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

This div background color is #A77C8D.


Border color

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

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

This div border color is #A77C8D.


Opacity

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

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

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

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

This text has shadow with #A77C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77C8D on black background.


Color preview on white background

This text has color #A77C8D on white background.



Black color preview on #A77C8D background

This text has black color on #A77C8D background.


White color preview on #A77C8D background

This text has white color on #A77C8D background.