COLOR #9C757B

HEX: #9C757B
RGB: (156,117,123)

Color info

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

RGB color model

#9C757B color RGB value is (156,117,123).

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

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 123 of 255 = 48%

156
117
123

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 123 = 396 (100%)
R 156 of 396 ~ 39.39%
G 117 of 396 ~ 29.55%
B 123 of 396 ~ 31.06%

%39.39
%29.55
%31.06

CMYK color model

#9C757B color CMYK value is (0,25,21,39).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK:
(0,25,21,39)
C0M25Y21K39 
(0%,25%,21%,39%)
(0.00/0.25/0.21/0.39)	

CMYK percentages

%0
%25
%21.15
%38.82

Codes

Color #9C757B in popluar color models

9C757B
RGB156117123
HSL351°16.46%53.53%
HSB/HSV351°25.00%61.18%
CMYK0.00%25.00%21.15%
38.82%

Color #9C757B in popluar number systems.

HEX9C757B
Decimal156117123
Binary1001110011101011111011
Octal234165173

Shades and tints

Shades of #9C757B

#9C757B
(156,117,123)
#8E6B70
(142,107,112)
#806165
(128,97,101)
#72575A
(114,87,90)
#644D4F
(100,77,79)
#564344
(86,67,68)
#483939
(72,57,57)
#3A2F2E
(58,47,46)
#2C2523
(44,37,35)
#1E1B18
(30,27,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #9C757B

#9C757B
(156,117,123)
#A58187
(165,129,135)
#AE8D93
(174,141,147)
#B7999F
(183,153,159)
#C0A5AB
(192,165,171)
#C9B1B7
(201,177,183)
#D2BDC3
(210,189,195)
#DBC9CF
(219,201,207)
#E4D5DB
(228,213,219)
#EDE1E7
(237,225,231)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C757B; }

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

This text font color is #9C757B.


Background Color

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

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

This div background color is #9C757B.


Border color

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

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

This div border color is #9C757B.


Opacity

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

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

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

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

This text has shadow with #9C757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C757B on black background.


Color preview on white background

This text has color #9C757B on white background.



Black color preview on #9C757B background

This text has black color on #9C757B background.


White color preview on #9C757B background

This text has white color on #9C757B background.