COLOR #9C7D7C

HEX: #9C7D7C
RGB: (156,125,124)

Color info

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

RGB color model

#9C7D7C color RGB value is (156,125,124).

  • red value is 156;
  • green value is 125;
  • blue value is 124.
RGB:
(156,125,124)
(61%,49%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 125 of 255 = 49%
B 124 of 255 = 49%

156
125
124

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

Portions of RGB colors in percentages

R + G + B =
156 + 125 + 124 = 405 (100%)
R 156 of 405 ~ 38.52%
G 125 of 405 ~ 30.86%
B 124 of 405 ~ 30.62%

%38.52
%30.86
%30.62

CMYK color model

#9C7D7C color CMYK value is (0,20,21,39).

  • cyan value is 0.00%
  • magenta value is 19.87%
  • yellow value is 20.51%
  • key color value is 38.82%
CMYK:
(0,20,21,39)
C0M20Y21K39 
(0%,20%,21%,39%)
(0.00/0.20/0.21/0.39)	

CMYK percentages

%0
%19.87
%20.51
%38.82

Codes

Color #9C7D7C in popluar color models

9C7D7C
RGB156125124
HSL13.91%54.90%
HSB/HSV20.51%61.18%
CMYK0.00%19.87%20.51%
38.82%

Color #9C7D7C in popluar number systems.

HEX9C7D7C
Decimal156125124
Binary1001110011111011111100
Octal234175174

Shades and tints

Shades of #9C7D7C

#9C7D7C
(156,125,124)
#8E7271
(142,114,113)
#806766
(128,103,102)
#725C5B
(114,92,91)
#645150
(100,81,80)
#564645
(86,70,69)
#483B3A
(72,59,58)
#3A302F
(58,48,47)
#2C2524
(44,37,36)
#1E1A19
(30,26,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #9C7D7C

#9C7D7C
(156,125,124)
#A58887
(165,136,135)
#AE9392
(174,147,146)
#B79E9D
(183,158,157)
#C0A9A8
(192,169,168)
#C9B4B3
(201,180,179)
#D2BFBE
(210,191,190)
#DBCAC9
(219,202,201)
#E4D5D4
(228,213,212)
#EDE0DF
(237,224,223)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7D7C color. Also use rgb(156,125,124) instead hex code.

Text Font Color

.myTextColor { color: #9C7D7C; }

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

This text font color is #9C7D7C.


Background Color

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

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

This div background color is #9C7D7C.


Border color

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

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

This div border color is #9C7D7C.


Opacity

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

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

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

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

This text has shadow with #9C7D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7D7C on black background.


Color preview on white background

This text has color #9C7D7C on white background.



Black color preview on #9C7D7C background

This text has black color on #9C7D7C background.


White color preview on #9C7D7C background

This text has white color on #9C7D7C background.