COLOR #A77B7F

HEX: #A77B7F RGB: (167,123,127)

Color info

#A77B7F contains red, green and blue colors in about the same proportion. Web safe color of #A77B7F is #996666 (or #966).

RGB color model

#A77B7F color RGB value is (167,123,127).

RGB: (167,123,127) (65%, 48%, 50%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 127 of 255 = 50%

167
123
127

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

Portions of RGB colors in percentages

R + G + B = 167 + 123 + 127 = 417 (100%)
R 167 of 417 ~ 40.05%
G 123 of 417 ~ 29.5%
B 127 of 417 ~ 30.46'%

%40.05
%29.5
%30.46

CMYK color model

#A77B7F color CMYK value is (0,26,24,35).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 23.95%
  • key color value is 34.51%

CMYK: (0,26,24,35)
C0M26Y24K35 (0%, 26%, 24%, 35%)
(0.00 / 0.26 / 0.24 / 0.35)

CMYK percentages

%0
%26.35
%23.95
%34.51

Codes

Color #A77B7F in popluar color models

A7 7B 7F
RGB 167 123 127
HSL 355° 20.00% 56.86%
HSB/HSV 355° 26.35% 65.49%
CMYK 0.00% 26.35% 23.95%
34.51%

Color #A77B7F in popluar number systems.

HEX A7 7B 7F
Decimal 167 123 127
Binary 10100111 1111011 1111111
Octal 247 173 177

Shades and tints

Shades of #A77B7F

#A77B7F
(167,123,127)
#987074
(152,112,116)
#896569
(137,101,105)
#7A5A5E
(122,90,94)
#6B4F53
(107,79,83)
#5C4448
(92,68,72)
#4D393D
(77,57,61)
#3E2E32
(62,46,50)
#2F2327
(47,35,39)
#20181C
(32,24,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A77B7F

#A77B7F
(167,123,127)
#AF878A
(175,135,138)
#B79395
(183,147,149)
#BF9FA0
(191,159,160)
#C7ABAB
(199,171,171)
#CFB7B6
(207,183,182)
#D7C3C1
(215,195,193)
#DFCFCC
(223,207,204)
#E7DBD7
(231,219,215)
#EFE7E2
(239,231,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77B7F; }

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

This text font color is #A77B7F.

Background Color

.myBgColor { background-color: #A77B7F; }

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

This div background color is #A77B7F.

Border color

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

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

This div border color is #A77B7F.

Opacity

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

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

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

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

This text has shadow with #A77B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77B7F.

Preview

Color preview on black background

This text has color #A77B7F on black background.


Color preview on white background

This text has color #A77B7F on white background.


Black color preview on #A77B7F background

This text has black color on #A77B7F background.


White color preview on #A77B7F background

This text has white color on #A77B7F background.


Related colors

Complementary color

Complementary color for #hex is #588480.


I love getcolorcode.com

Triadic colors

1 #7FA77B and #7B7FA7 with #A77B7F are triadic colors.

2 #7F7BA7 and #7BA77F with #A77B7F are triadic colors.