COLOR #A7726B

HEX: #A7726B RGB: (167,114,107)

Color info

#A7726B contains mainly red and green colors. Web safe color of #A7726B is #996666 (or #966).

RGB color model

#A7726B color RGB value is (167,114,107).

RGB: (167,114,107) (65%, 45%, 42%)

RGB channels and saturation

R 167 of 255 = 65%
G 114 of 255 = 45%
B 107 of 255 = 42%

167
114
107

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

Portions of RGB colors in percentages

R + G + B = 167 + 114 + 107 = 388 (100%)
R 167 of 388 ~ 43.04%
G 114 of 388 ~ 29.38%
B 107 of 388 ~ 27.58'%

%43.04
%29.38
%27.58

CMYK color model

#A7726B color CMYK value is (0,32,36,35).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 35.93%
  • key color value is 34.51%

CMYK: (0,32,36,35)
C0M32Y36K35 (0%, 32%, 36%, 35%)
(0.00 / 0.32 / 0.36 / 0.35)

CMYK percentages

%0
%31.74
%35.93
%34.51

Codes

Color #A7726B in popluar color models

A7 72 6B
RGB 167 114 107
HSL 25.42% 53.73%
HSB/HSV 35.93% 65.49%
CMYK 0.00% 31.74% 35.93%
34.51%

Color #A7726B in popluar number systems.

HEX A7 72 6B
Decimal 167 114 107
Binary 10100111 1110010 1101011
Octal 247 162 153

Shades and tints

Shades of #A7726B

#A7726B
(167,114,107)
#986862
(152,104,98)
#895E59
(137,94,89)
#7A5450
(122,84,80)
#6B4A47
(107,74,71)
#5C403E
(92,64,62)
#4D3635
(77,54,53)
#3E2C2C
(62,44,44)
#2F2223
(47,34,35)
#20181A
(32,24,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #A7726B

#A7726B
(167,114,107)
#AF7E78
(175,126,120)
#B78A85
(183,138,133)
#BF9692
(191,150,146)
#C7A29F
(199,162,159)
#CFAEAC
(207,174,172)
#D7BAB9
(215,186,185)
#DFC6C6
(223,198,198)
#E7D2D3
(231,210,211)
#EFDEE0
(239,222,224)
#F7EAED
(247,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7726B color. Also use rgb(167,114,107) instead hex code.

Text Font Color

.myTextColor { color: #A7726B; }

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

This text font color is #A7726B.

Background Color

.myBgColor { background-color: #A7726B; }

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

This div background color is #A7726B.

Border color

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

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

This div border color is #A7726B.

Opacity

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

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

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

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

This text has shadow with #A7726B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7726B.

Preview

Color preview on black background

This text has color #A7726B on black background.


Color preview on white background

This text has color #A7726B on white background.


Black color preview on #A7726B background

This text has black color on #A7726B background.


White color preview on #A7726B background

This text has white color on #A7726B background.


Related colors

Complementary color

Complementary color for #hex is #588D94.


I love getcolorcode.com

Triadic colors

1 #6BA772 and #726BA7 with #A7726B are triadic colors.

2 #6B72A7 and #72A76B with #A7726B are triadic colors.