COLOR #9A7E77

HEX: #9A7E77
RGB: (154,126,119)

Color info

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

RGB color model

#9A7E77 color RGB value is (154,126,119).

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

RGB channels and saturation

R 154 of 255 = 60%
G 126 of 255 = 49%
B 119 of 255 = 47%

154
126
119

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

Portions of RGB colors in percentages

R + G + B =
154 + 126 + 119 = 399 (100%)
R 154 of 399 ~ 38.6%
G 126 of 399 ~ 31.58%
B 119 of 399 ~ 29.82%

%38.6
%31.58
%29.82

CMYK color model

#9A7E77 color CMYK value is (0,18,23,40).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 22.73%
  • key color value is 39.61%
CMYK:
(0,18,23,40)
C0M18Y23K40 
(0%,18%,23%,40%)
(0.00/0.18/0.23/0.40)	

CMYK percentages

%0
%18.18
%22.73
%39.61

Codes

Color #9A7E77 in popluar color models

9A7E77
RGB154126119
HSL12°14.77%53.53%
HSB/HSV12°22.73%60.39%
CMYK0.00%18.18%22.73%
39.61%

Color #9A7E77 in popluar number systems.

HEX9A7E77
Decimal154126119
Binary1001101011111101110111
Octal232176167

Shades and tints

Shades of #9A7E77

#9A7E77
(154,126,119)
#8C736D
(140,115,109)
#7E6863
(126,104,99)
#705D59
(112,93,89)
#62524F
(98,82,79)
#544745
(84,71,69)
#463C3B
(70,60,59)
#383131
(56,49,49)
#2A2627
(42,38,39)
#1C1B1D
(28,27,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #9A7E77

#9A7E77
(154,126,119)
#A38983
(163,137,131)
#AC948F
(172,148,143)
#B59F9B
(181,159,155)
#BEAAA7
(190,170,167)
#C7B5B3
(199,181,179)
#D0C0BF
(208,192,191)
#D9CBCB
(217,203,203)
#E2D6D7
(226,214,215)
#EBE1E3
(235,225,227)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7E77; }

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

This text font color is #9A7E77.


Background Color

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

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

This div background color is #9A7E77.


Border color

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

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

This div border color is #9A7E77.


Opacity

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

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

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

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

This text has shadow with #9A7E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7E77 on black background.


Color preview on white background

This text has color #9A7E77 on white background.



Black color preview on #9A7E77 background

This text has black color on #9A7E77 background.


White color preview on #9A7E77 background

This text has white color on #9A7E77 background.