COLOR #9C7E7E

HEX: #9C7E7E
RGB: (156,126,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
126
126

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

Portions of RGB colors in percentages

R + G + B =
156 + 126 + 126 = 408 (100%)
R 156 of 408 ~ 38.24%
G 126 of 408 ~ 30.88%
B 126 of 408 ~ 30.88%

%38.24
%30.88
%30.88

CMYK color model

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

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

CMYK percentages

%0
%19.23
%19.23
%38.82

Codes

Color #9C7E7E in popluar color models

9C7E7E
RGB156126126
HSL13.16%55.29%
HSB/HSV19.23%61.18%
CMYK0.00%19.23%19.23%
38.82%

Color #9C7E7E in popluar number systems.

HEX9C7E7E
Decimal156126126
Binary1001110011111101111110
Octal234176176

Shades and tints

Shades of #9C7E7E

#9C7E7E
(156,126,126)
#8E7373
(142,115,115)
#806868
(128,104,104)
#725D5D
(114,93,93)
#645252
(100,82,82)
#564747
(86,71,71)
#483C3C
(72,60,60)
#3A3131
(58,49,49)
#2C2626
(44,38,38)
#1E1B1B
(30,27,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #9C7E7E

#9C7E7E
(156,126,126)
#A58989
(165,137,137)
#AE9494
(174,148,148)
#B79F9F
(183,159,159)
#C0AAAA
(192,170,170)
#C9B5B5
(201,181,181)
#D2C0C0
(210,192,192)
#DBCBCB
(219,203,203)
#E4D6D6
(228,214,214)
#EDE1E1
(237,225,225)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7E7E; }

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

This text font color is #9C7E7E.


Background Color

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

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

This div background color is #9C7E7E.


Border color

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

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

This div border color is #9C7E7E.


Opacity

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

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

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

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

This text has shadow with #9C7E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7E7E on black background.


Color preview on white background

This text has color #9C7E7E on white background.



Black color preview on #9C7E7E background

This text has black color on #9C7E7E background.


White color preview on #9C7E7E background

This text has white color on #9C7E7E background.