COLOR #9C717F

HEX: #9C717F RGB: (156,113,127)

Color info

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

RGB color model

#9C717F color RGB value is (156,113,127).

RGB: (156,113,127) (61%, 44%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 113 of 255 = 44%
B 127 of 255 = 50%

156
113
127

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

Portions of RGB colors in percentages

R + G + B = 156 + 113 + 127 = 396 (100%)
R 156 of 396 ~ 39.39%
G 113 of 396 ~ 28.54%
B 127 of 396 ~ 32.07'%

%39.39
%28.54
%32.07

CMYK color model

#9C717F color CMYK value is (0,28,19,39).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK: (0,28,19,39) C0M28Y19K39 (0%,28%,19%,39%) (0.00/0.28/0.19/0.39) 

CMYK percentages

%0
%27.56
%18.59
%38.82

Codes

Color #9C717F in popluar color models

9C 71 7F
RGB 156 113 127
HSL 340° 17.84% 52.75%
HSB/HSV 340° 27.56% 61.18%
CMYK 0.00% 27.56% 18.59%
38.82%

Color #9C717F in popluar number systems.

HEX 9C 71 7F
Decimal 156 113 127
Binary 10011100 1110001 1111111
Octal 234 161 177

Shades and tints

Shades of #9C717F

#9C717F
(156,113,127)
#8E6774
(142,103,116)
#805D69
(128,93,105)
#72535E
(114,83,94)
#644953
(100,73,83)
#563F48
(86,63,72)
#48353D
(72,53,61)
#3A2B32
(58,43,50)
#2C2127
(44,33,39)
#1E171C
(30,23,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #9C717F

#9C717F
(156,113,127)
#A57D8A
(165,125,138)
#AE8995
(174,137,149)
#B795A0
(183,149,160)
#C0A1AB
(192,161,171)
#C9ADB6
(201,173,182)
#D2B9C1
(210,185,193)
#DBC5CC
(219,197,204)
#E4D1D7
(228,209,215)
#EDDDE2
(237,221,226)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C717F; }

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

This text font color is #9C717F.

Background Color

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

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

This div background color is #9C717F.

Border color

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

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

This div border color is #9C717F.

Opacity

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

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

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

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

This text has shadow with #9C717F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C717F.

Preview

Color preview on black background

This text has color #9C717F on black background.


Color preview on white background

This text has color #9C717F on white background.


Black color preview on #9C717F background

This text has black color on #9C717F background.


White color preview on #9C717F background

This text has white color on #9C717F background.


Related colors

Complementary color

Complementary color for #hex is #638E80.


I love getcolorcode.com

Triadic colors

1 #7F9C71 and #717F9C with #9C717F are triadic colors.

2 #7F719C and #719C7F with #9C717F are triadic colors.