COLOR #9A777F

HEX: #9A777F
RGB: (154,119,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
119
127

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 127 = 400 (100%)
R 154 of 400 ~ 38.5%
G 119 of 400 ~ 29.75%
B 127 of 400 ~ 31.75%

%38.5
%29.75
%31.75

CMYK color model

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

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

CMYK percentages

%0
%22.73
%17.53
%39.61

Codes

Color #9A777F in popluar color models

9A777F
RGB154119127
HSL346°14.77%53.53%
HSB/HSV346°22.73%60.39%
CMYK0.00%22.73%17.53%
39.61%

Color #9A777F in popluar number systems.

HEX9A777F
Decimal154119127
Binary1001101011101111111111
Octal232167177

Shades and tints

Shades of #9A777F

#9A777F
(154,119,127)
#8C6D74
(140,109,116)
#7E6369
(126,99,105)
#70595E
(112,89,94)
#624F53
(98,79,83)
#544548
(84,69,72)
#463B3D
(70,59,61)
#383132
(56,49,50)
#2A2727
(42,39,39)
#1C1D1C
(28,29,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #9A777F

#9A777F
(154,119,127)
#A3838A
(163,131,138)
#AC8F95
(172,143,149)
#B59BA0
(181,155,160)
#BEA7AB
(190,167,171)
#C7B3B6
(199,179,182)
#D0BFC1
(208,191,193)
#D9CBCC
(217,203,204)
#E2D7D7
(226,215,215)
#EBE3E2
(235,227,226)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A777F; }

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

This text font color is #9A777F.


Background Color

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

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

This div background color is #9A777F.


Border color

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

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

This div border color is #9A777F.


Opacity

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

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

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

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

This text has shadow with #9A777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A777F on black background.


Color preview on white background

This text has color #9A777F on white background.



Black color preview on #9A777F background

This text has black color on #9A777F background.


White color preview on #9A777F background

This text has white color on #9A777F background.