COLOR #9A7770

HEX: #9A7770
RGB: (154,119,112)

Color info

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

RGB color model

#9A7770 color RGB value is (154,119,112).

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

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 112 of 255 = 44%

154
119
112

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 112 = 385 (100%)
R 154 of 385 ~ 40%
G 119 of 385 ~ 30.91%
B 112 of 385 ~ 29.09%

%40
%30.91
%29.09

CMYK color model

#9A7770 color CMYK value is (0,23,27,40).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 27.27%
  • key color value is 39.61%
CMYK:
(0,23,27,40)
C0M23Y27K40 
(0%,23%,27%,40%)
(0.00/0.23/0.27/0.40)	

CMYK percentages

%0
%22.73
%27.27
%39.61

Codes

Color #9A7770 in popluar color models

9A7770
RGB154119112
HSL10°17.21%52.16%
HSB/HSV10°27.27%60.39%
CMYK0.00%22.73%27.27%
39.61%

Color #9A7770 in popluar number systems.

HEX9A7770
Decimal154119112
Binary1001101011101111110000
Octal232167160

Shades and tints

Shades of #9A7770

#9A7770
(154,119,112)
#8C6D66
(140,109,102)
#7E635C
(126,99,92)
#705952
(112,89,82)
#624F48
(98,79,72)
#54453E
(84,69,62)
#463B34
(70,59,52)
#38312A
(56,49,42)
#2A2720
(42,39,32)
#1C1D16
(28,29,22)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #9A7770

#9A7770
(154,119,112)
#A3837D
(163,131,125)
#AC8F8A
(172,143,138)
#B59B97
(181,155,151)
#BEA7A4
(190,167,164)
#C7B3B1
(199,179,177)
#D0BFBE
(208,191,190)
#D9CBCB
(217,203,203)
#E2D7D8
(226,215,216)
#EBE3E5
(235,227,229)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7770; }

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

This text font color is #9A7770.


Background Color

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

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

This div background color is #9A7770.


Border color

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

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

This div border color is #9A7770.


Opacity

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

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

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

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

This text has shadow with #9A7770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7770 on black background.


Color preview on white background

This text has color #9A7770 on white background.



Black color preview on #9A7770 background

This text has black color on #9A7770 background.


White color preview on #9A7770 background

This text has white color on #9A7770 background.