COLOR #9C777E

HEX: #9C777E
RGB: (156,119,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
119
126

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 126 = 401 (100%)
R 156 of 401 ~ 38.9%
G 119 of 401 ~ 29.68%
B 126 of 401 ~ 31.42%

%38.9
%29.68
%31.42

CMYK color model

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

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

CMYK percentages

%0
%23.72
%19.23
%38.82

Codes

Color #9C777E in popluar color models

9C777E
RGB156119126
HSL349°15.74%53.92%
HSB/HSV349°23.72%61.18%
CMYK0.00%23.72%19.23%
38.82%

Color #9C777E in popluar number systems.

HEX9C777E
Decimal156119126
Binary1001110011101111111110
Octal234167176

Shades and tints

Shades of #9C777E

#9C777E
(156,119,126)
#8E6D73
(142,109,115)
#806368
(128,99,104)
#72595D
(114,89,93)
#644F52
(100,79,82)
#564547
(86,69,71)
#483B3C
(72,59,60)
#3A3131
(58,49,49)
#2C2726
(44,39,38)
#1E1D1B
(30,29,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #9C777E

#9C777E
(156,119,126)
#A58389
(165,131,137)
#AE8F94
(174,143,148)
#B79B9F
(183,155,159)
#C0A7AA
(192,167,170)
#C9B3B5
(201,179,181)
#D2BFC0
(210,191,192)
#DBCBCB
(219,203,203)
#E4D7D6
(228,215,214)
#EDE3E1
(237,227,225)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C777E; }

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

This text font color is #9C777E.


Background Color

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

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

This div background color is #9C777E.


Border color

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

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

This div border color is #9C777E.


Opacity

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

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

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

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

This text has shadow with #9C777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C777E on black background.


Color preview on white background

This text has color #9C777E on white background.



Black color preview on #9C777E background

This text has black color on #9C777E background.


White color preview on #9C777E background

This text has white color on #9C777E background.