COLOR #9A7777

HEX: #9A7777
RGB: (154,119,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
119
119

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 119 = 392 (100%)
R 154 of 392 ~ 39.29%
G 119 of 392 ~ 30.36%
B 119 of 392 ~ 30.36%

%39.29
%30.36
%30.36

CMYK color model

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

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

CMYK percentages

%0
%22.73
%22.73
%39.61

Codes

Color #9A7777 in popluar color models

9A7777
RGB154119119
HSL14.77%53.53%
HSB/HSV22.73%60.39%
CMYK0.00%22.73%22.73%
39.61%

Color #9A7777 in popluar number systems.

HEX9A7777
Decimal154119119
Binary1001101011101111110111
Octal232167167

Shades and tints

Shades of #9A7777

#9A7777
(154,119,119)
#8C6D6D
(140,109,109)
#7E6363
(126,99,99)
#705959
(112,89,89)
#624F4F
(98,79,79)
#544545
(84,69,69)
#463B3B
(70,59,59)
#383131
(56,49,49)
#2A2727
(42,39,39)
#1C1D1D
(28,29,29)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #9A7777

#9A7777
(154,119,119)
#A38383
(163,131,131)
#AC8F8F
(172,143,143)
#B59B9B
(181,155,155)
#BEA7A7
(190,167,167)
#C7B3B3
(199,179,179)
#D0BFBF
(208,191,191)
#D9CBCB
(217,203,203)
#E2D7D7
(226,215,215)
#EBE3E3
(235,227,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7777; }

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

This text font color is #9A7777.


Background Color

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

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

This div background color is #9A7777.


Border color

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

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

This div border color is #9A7777.


Opacity

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

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

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

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

This text has shadow with #9A7777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7777 on black background.


Color preview on white background

This text has color #9A7777 on white background.



Black color preview on #9A7777 background

This text has black color on #9A7777 background.


White color preview on #9A7777 background

This text has white color on #9A7777 background.