COLOR #9C757F

HEX: #9C757F
RGB: (156,117,127)

Color info

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

RGB color model

#9C757F color RGB value is (156,117,127).

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

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 127 of 255 = 50%

156
117
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 127 = 400 (100%)
R 156 of 400 ~ 39%
G 117 of 400 ~ 29.25%
B 127 of 400 ~ 31.75%

%39
%29.25
%31.75

CMYK color model

#9C757F color CMYK value is (0,25,19,39).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(0,25,19,39)
C0M25Y19K39 
(0%,25%,19%,39%)
(0.00/0.25/0.19/0.39)	

CMYK percentages

%0
%25
%18.59
%38.82

Codes

Color #9C757F in popluar color models

9C757F
RGB156117127
HSL345°16.46%53.53%
HSB/HSV345°25.00%61.18%
CMYK0.00%25.00%18.59%
38.82%

Color #9C757F in popluar number systems.

HEX9C757F
Decimal156117127
Binary1001110011101011111111
Octal234165177

Shades and tints

Shades of #9C757F

#9C757F
(156,117,127)
#8E6B74
(142,107,116)
#806169
(128,97,105)
#72575E
(114,87,94)
#644D53
(100,77,83)
#564348
(86,67,72)
#48393D
(72,57,61)
#3A2F32
(58,47,50)
#2C2527
(44,37,39)
#1E1B1C
(30,27,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #9C757F

#9C757F
(156,117,127)
#A5818A
(165,129,138)
#AE8D95
(174,141,149)
#B799A0
(183,153,160)
#C0A5AB
(192,165,171)
#C9B1B6
(201,177,182)
#D2BDC1
(210,189,193)
#DBC9CC
(219,201,204)
#E4D5D7
(228,213,215)
#EDE1E2
(237,225,226)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C757F; }

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

This text font color is #9C757F.


Background Color

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

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

This div background color is #9C757F.


Border color

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

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

This div border color is #9C757F.


Opacity

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

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

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

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

This text has shadow with #9C757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C757F on black background.


Color preview on white background

This text has color #9C757F on white background.



Black color preview on #9C757F background

This text has black color on #9C757F background.


White color preview on #9C757F background

This text has white color on #9C757F background.