COLOR #9A726D

HEX: #9A726D RGB: (154,114,109)

Color info

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

RGB color model

#9A726D color RGB value is (154,114,109).

RGB: (154,114,109) (60%, 45%, 43%)

RGB channels and saturation

R 154 of 255 = 60%
G 114 of 255 = 45%
B 109 of 255 = 43%

154
114
109

R + G + B ~ 49%. #9A726D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 114 + 109 = 377 (100%)
R 154 of 377 ~ 40.85%
G 114 of 377 ~ 30.24%
B 109 of 377 ~ 28.91'%

%40.85
%30.24
%28.91

CMYK color model

#9A726D color CMYK value is (0,26,29,40).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 29.22%
  • key color value is 39.61%

CMYK: (0,26,29,40)
C0M26Y29K40 (0%, 26%, 29%, 40%)
(0.00 / 0.26 / 0.29 / 0.40)

CMYK percentages

%0
%25.97
%29.22
%39.61

Codes

Color #9A726D in popluar color models

9A 72 6D
RGB 154 114 109
HSL 18.22% 51.57%
HSB/HSV 29.22% 60.39%
CMYK 0.00% 25.97% 29.22%
39.61%

Color #9A726D in popluar number systems.

HEX 9A 72 6D
Decimal 154 114 109
Binary 10011010 1110010 1101101
Octal 232 162 155

Shades and tints

Shades of #9A726D

#9A726D
(154,114,109)
#8C6864
(140,104,100)
#7E5E5B
(126,94,91)
#705452
(112,84,82)
#624A49
(98,74,73)
#544040
(84,64,64)
#463637
(70,54,55)
#382C2E
(56,44,46)
#2A2225
(42,34,37)
#1C181C
(28,24,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #9A726D

#9A726D
(154,114,109)
#A37E7A
(163,126,122)
#AC8A87
(172,138,135)
#B59694
(181,150,148)
#BEA2A1
(190,162,161)
#C7AEAE
(199,174,174)
#D0BABB
(208,186,187)
#D9C6C8
(217,198,200)
#E2D2D5
(226,210,213)
#EBDEE2
(235,222,226)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A726D color. Also use rgb(154,114,109) instead hex code.

Text Font Color

.myTextColor { color: #9A726D; }

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

This text font color is #9A726D.

Background Color

.myBgColor { background-color: #9A726D; }

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

This div background color is #9A726D.

Border color

.myBorderColor { border: 1px solid #9A726D; }

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

This div border color is #9A726D.

Opacity

.myOpacity80 { color: #9A726D; opacity: 0.8; }

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

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

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

This text has shadow with #9A726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A726D.

Preview

Color preview on black background

This text has color #9A726D on black background.


Color preview on white background

This text has color #9A726D on white background.


Black color preview on #9A726D background

This text has black color on #9A726D background.


White color preview on #9A726D background

This text has white color on #9A726D background.


Related colors

Complementary color

Complementary color for #hex is #658D92.


I love getcolorcode.com

Triadic colors

1 #6D9A72 and #726D9A with #9A726D are triadic colors.

2 #6D729A and #729A6D with #9A726D are triadic colors.