COLOR #A77B8C

HEX: #A77B8C RGB: (167,123,140)

Color info

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

RGB color model

#A77B8C color RGB value is (167,123,140).

RGB: (167,123,140) (65%, 48%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 140 of 255 = 55%

167
123
140

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

Portions of RGB colors in percentages

R + G + B = 167 + 123 + 140 = 430 (100%)
R 167 of 430 ~ 38.84%
G 123 of 430 ~ 28.6%
B 140 of 430 ~ 32.56'%

%38.84
%28.6
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 16.17%
  • 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
%26.35
%16.17
%34.51

Codes

Color #A77B8C in popluar color models

A7 7B 8C
RGB 167 123 140
HSL 337° 20.00% 56.86%
HSB/HSV 337° 26.35% 65.49%
CMYK 0.00% 26.35% 16.17%
34.51%

Color #A77B8C in popluar number systems.

HEX A7 7B 8C
Decimal 167 123 140
Binary 10100111 1111011 10001100
Octal 247 173 214

Shades and tints

Shades of #A77B8C

#A77B8C
(167,123,140)
#987080
(152,112,128)
#896574
(137,101,116)
#7A5A68
(122,90,104)
#6B4F5C
(107,79,92)
#5C4450
(92,68,80)
#4D3944
(77,57,68)
#3E2E38
(62,46,56)
#2F232C
(47,35,44)
#201820
(32,24,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #A77B8C

#A77B8C
(167,123,140)
#AF8796
(175,135,150)
#B793A0
(183,147,160)
#BF9FAA
(191,159,170)
#C7ABB4
(199,171,180)
#CFB7BE
(207,183,190)
#D7C3C8
(215,195,200)
#DFCFD2
(223,207,210)
#E7DBDC
(231,219,220)
#EFE7E6
(239,231,230)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77B8C color. Also use rgb(167,123,140) instead hex code.

Text Font Color

.myTextColor { color: #A77B8C; }

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

This text font color is #A77B8C.

Background Color

.myBgColor { background-color: #A77B8C; }

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

This div background color is #A77B8C.

Border color

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

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

This div border color is #A77B8C.

Opacity

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

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

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

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

This text has shadow with #A77B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77B8C.

Preview

Color preview on black background

This text has color #A77B8C on black background.


Color preview on white background

This text has color #A77B8C on white background.


Black color preview on #A77B8C background

This text has black color on #A77B8C background.


White color preview on #A77B8C background

This text has white color on #A77B8C background.


Related colors

Complementary color

Complementary color for #hex is #588473.


I love getcolorcode.com

Triadic colors

1 #8CA77B and #7B8CA7 with #A77B8C are triadic colors.

2 #8C7BA7 and #7BA78C with #A77B8C are triadic colors.