COLOR #9C777D

HEX: #9C777D
RGB: (156,119,125)

Color info

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

RGB color model

#9C777D color RGB value is (156,119,125).

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

RGB channels and saturation

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

156
119
125

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 125 = 400 (100%)
R 156 of 400 ~ 39%
G 119 of 400 ~ 29.75%
B 125 of 400 ~ 31.25%

%39
%29.75
%31.25

CMYK color model

#9C777D color CMYK value is (0,24,20,39).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 19.87%
  • key color value is 38.82%
CMYK:
(0,24,20,39)
C0M24Y20K39 
(0%,24%,20%,39%)
(0.00/0.24/0.20/0.39)	

CMYK percentages

%0
%23.72
%19.87
%38.82

Codes

Color #9C777D in popluar color models

9C777D
RGB156119125
HSL350°15.74%53.92%
HSB/HSV350°23.72%61.18%
CMYK0.00%23.72%19.87%
38.82%

Color #9C777D in popluar number systems.

HEX9C777D
Decimal156119125
Binary1001110011101111111101
Octal234167175

Shades and tints

Shades of #9C777D

#9C777D
(156,119,125)
#8E6D72
(142,109,114)
#806367
(128,99,103)
#72595C
(114,89,92)
#644F51
(100,79,81)
#564546
(86,69,70)
#483B3B
(72,59,59)
#3A3130
(58,49,48)
#2C2725
(44,39,37)
#1E1D1A
(30,29,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #9C777D

#9C777D
(156,119,125)
#A58388
(165,131,136)
#AE8F93
(174,143,147)
#B79B9E
(183,155,158)
#C0A7A9
(192,167,169)
#C9B3B4
(201,179,180)
#D2BFBF
(210,191,191)
#DBCBCA
(219,203,202)
#E4D7D5
(228,215,213)
#EDE3E0
(237,227,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C777D; }

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

This text font color is #9C777D.


Background Color

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

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

This div background color is #9C777D.


Border color

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

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

This div border color is #9C777D.


Opacity

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

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

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

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

This text has shadow with #9C777D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C777D on black background.


Color preview on white background

This text has color #9C777D on white background.



Black color preview on #9C777D background

This text has black color on #9C777D background.


White color preview on #9C777D background

This text has white color on #9C777D background.