COLOR #9C7E7A

HEX: #9C7E7A
RGB: (156,126,122)

Color info

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

RGB color model

#9C7E7A color RGB value is (156,126,122).

  • red value is 156;
  • green value is 126;
  • blue value is 122.
RGB:
(156,126,122)
(61%,49%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 122 of 255 = 48%

156
126
122

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

Portions of RGB colors in percentages

R + G + B =
156 + 126 + 122 = 404 (100%)
R 156 of 404 ~ 38.61%
G 126 of 404 ~ 31.19%
B 122 of 404 ~ 30.2%

%38.61
%31.19
%30.2

CMYK color model

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

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

CMYK percentages

%0
%19.23
%21.79
%38.82

Codes

Color #9C7E7A in popluar color models

9C7E7A
RGB156126122
HSL14.66%54.51%
HSB/HSV21.79%61.18%
CMYK0.00%19.23%21.79%
38.82%

Color #9C7E7A in popluar number systems.

HEX9C7E7A
Decimal156126122
Binary1001110011111101111010
Octal234176172

Shades and tints

Shades of #9C7E7A

#9C7E7A
(156,126,122)
#8E736F
(142,115,111)
#806864
(128,104,100)
#725D59
(114,93,89)
#64524E
(100,82,78)
#564743
(86,71,67)
#483C38
(72,60,56)
#3A312D
(58,49,45)
#2C2622
(44,38,34)
#1E1B17
(30,27,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #9C7E7A

#9C7E7A
(156,126,122)
#A58986
(165,137,134)
#AE9492
(174,148,146)
#B79F9E
(183,159,158)
#C0AAAA
(192,170,170)
#C9B5B6
(201,181,182)
#D2C0C2
(210,192,194)
#DBCBCE
(219,203,206)
#E4D6DA
(228,214,218)
#EDE1E6
(237,225,230)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7E7A color. Also use rgb(156,126,122) instead hex code.

Text Font Color

.myTextColor { color: #9C7E7A; }

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

This text font color is #9C7E7A.


Background Color

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

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

This div background color is #9C7E7A.


Border color

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

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

This div border color is #9C7E7A.


Opacity

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

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

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

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

This text has shadow with #9C7E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7E7A on black background.


Color preview on white background

This text has color #9C7E7A on white background.



Black color preview on #9C7E7A background

This text has black color on #9C7E7A background.


White color preview on #9C7E7A background

This text has white color on #9C7E7A background.