COLOR #9C797F

HEX: #9C797F
RGB: (156,121,127)

Color info

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

RGB color model

#9C797F color RGB value is (156,121,127).

  • red value is 156;
  • green value is 121;
  • blue value is 127.
RGB:
(156,121,127)
(61%,47%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 127 of 255 = 50%

156
121
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 121 + 127 = 404 (100%)
R 156 of 404 ~ 38.61%
G 121 of 404 ~ 29.95%
B 127 of 404 ~ 31.44%

%38.61
%29.95
%31.44

CMYK color model

#9C797F color CMYK value is (0,22,19,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(0,22,19,39)
C0M22Y19K39 
(0%,22%,19%,39%)
(0.00/0.22/0.19/0.39)	

CMYK percentages

%0
%22.44
%18.59
%38.82

Codes

Color #9C797F in popluar color models

9C797F
RGB156121127
HSL350°15.02%54.31%
HSB/HSV350°22.44%61.18%
CMYK0.00%22.44%18.59%
38.82%

Color #9C797F in popluar number systems.

HEX9C797F
Decimal156121127
Binary1001110011110011111111
Octal234171177

Shades and tints

Shades of #9C797F

#9C797F
(156,121,127)
#8E6E74
(142,110,116)
#806369
(128,99,105)
#72585E
(114,88,94)
#644D53
(100,77,83)
#564248
(86,66,72)
#48373D
(72,55,61)
#3A2C32
(58,44,50)
#2C2127
(44,33,39)
#1E161C
(30,22,28)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #9C797F

#9C797F
(156,121,127)
#A5858A
(165,133,138)
#AE9195
(174,145,149)
#B79DA0
(183,157,160)
#C0A9AB
(192,169,171)
#C9B5B6
(201,181,182)
#D2C1C1
(210,193,193)
#DBCDCC
(219,205,204)
#E4D9D7
(228,217,215)
#EDE5E2
(237,229,226)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C797F color. Also use rgb(156,121,127) instead hex code.

Text Font Color

.myTextColor { color: #9C797F; }

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

This text font color is #9C797F.


Background Color

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

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

This div background color is #9C797F.


Border color

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

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

This div border color is #9C797F.


Opacity

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

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

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

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

This text has shadow with #9C797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C797F on black background.


Color preview on white background

This text has color #9C797F on white background.



Black color preview on #9C797F background

This text has black color on #9C797F background.


White color preview on #9C797F background

This text has white color on #9C797F background.