COLOR #9C777C

HEX: #9C777C
RGB: (156,119,124)

Color info

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

RGB color model

#9C777C color RGB value is (156,119,124).

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

RGB channels and saturation

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

156
119
124

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 124 = 399 (100%)
R 156 of 399 ~ 39.1%
G 119 of 399 ~ 29.82%
B 124 of 399 ~ 31.08%

%39.1
%29.82
%31.08

CMYK color model

#9C777C color CMYK value is (0,24,21,39).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 20.51%
  • key color value is 38.82%
CMYK:
(0,24,21,39)
C0M24Y21K39 
(0%,24%,21%,39%)
(0.00/0.24/0.21/0.39)	

CMYK percentages

%0
%23.72
%20.51
%38.82

Codes

Color #9C777C in popluar color models

9C777C
RGB156119124
HSL352°15.74%53.92%
HSB/HSV352°23.72%61.18%
CMYK0.00%23.72%20.51%
38.82%

Color #9C777C in popluar number systems.

HEX9C777C
Decimal156119124
Binary1001110011101111111100
Octal234167174

Shades and tints

Shades of #9C777C

#9C777C
(156,119,124)
#8E6D71
(142,109,113)
#806366
(128,99,102)
#72595B
(114,89,91)
#644F50
(100,79,80)
#564545
(86,69,69)
#483B3A
(72,59,58)
#3A312F
(58,49,47)
#2C2724
(44,39,36)
#1E1D19
(30,29,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9C777C

#9C777C
(156,119,124)
#A58387
(165,131,135)
#AE8F92
(174,143,146)
#B79B9D
(183,155,157)
#C0A7A8
(192,167,168)
#C9B3B3
(201,179,179)
#D2BFBE
(210,191,190)
#DBCBC9
(219,203,201)
#E4D7D4
(228,215,212)
#EDE3DF
(237,227,223)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C777C; }

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

This text font color is #9C777C.


Background Color

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

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

This div background color is #9C777C.


Border color

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

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

This div border color is #9C777C.


Opacity

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

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

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

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

This text has shadow with #9C777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C777C on black background.


Color preview on white background

This text has color #9C777C on white background.



Black color preview on #9C777C background

This text has black color on #9C777C background.


White color preview on #9C777C background

This text has white color on #9C777C background.