COLOR #9A7E74

HEX: #9A7E74
RGB: (154,126,116)

Color info

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

RGB color model

#9A7E74 color RGB value is (154,126,116).

  • red value is 154;
  • green value is 126;
  • blue value is 116.
RGB:
(154,126,116)
(60%,49%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 126 of 255 = 49%
B 116 of 255 = 45%

154
126
116

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

Portions of RGB colors in percentages

R + G + B =
154 + 126 + 116 = 396 (100%)
R 154 of 396 ~ 38.89%
G 126 of 396 ~ 31.82%
B 116 of 396 ~ 29.29%

%38.89
%31.82
%29.29

CMYK color model

#9A7E74 color CMYK value is (0,18,25,40).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 24.68%
  • key color value is 39.61%
CMYK:
(0,18,25,40)
C0M18Y25K40 
(0%,18%,25%,40%)
(0.00/0.18/0.25/0.40)	

CMYK percentages

%0
%18.18
%24.68
%39.61

Codes

Color #9A7E74 in popluar color models

9A7E74
RGB154126116
HSL16°15.83%52.94%
HSB/HSV16°24.68%60.39%
CMYK0.00%18.18%24.68%
39.61%

Color #9A7E74 in popluar number systems.

HEX9A7E74
Decimal154126116
Binary1001101011111101110100
Octal232176164

Shades and tints

Shades of #9A7E74

#9A7E74
(154,126,116)
#8C736A
(140,115,106)
#7E6860
(126,104,96)
#705D56
(112,93,86)
#62524C
(98,82,76)
#544742
(84,71,66)
#463C38
(70,60,56)
#38312E
(56,49,46)
#2A2624
(42,38,36)
#1C1B1A
(28,27,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #9A7E74

#9A7E74
(154,126,116)
#A38980
(163,137,128)
#AC948C
(172,148,140)
#B59F98
(181,159,152)
#BEAAA4
(190,170,164)
#C7B5B0
(199,181,176)
#D0C0BC
(208,192,188)
#D9CBC8
(217,203,200)
#E2D6D4
(226,214,212)
#EBE1E0
(235,225,224)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7E74 color. Also use rgb(154,126,116) instead hex code.

Text Font Color

.myTextColor { color: #9A7E74; }

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

This text font color is #9A7E74.


Background Color

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

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

This div background color is #9A7E74.


Border color

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

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

This div border color is #9A7E74.


Opacity

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

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

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

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

This text has shadow with #9A7E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7E74 on black background.


Color preview on white background

This text has color #9A7E74 on white background.



Black color preview on #9A7E74 background

This text has black color on #9A7E74 background.


White color preview on #9A7E74 background

This text has white color on #9A7E74 background.