COLOR #9C767C

HEX: #9C767C
RGB: (156,118,124)

Color info

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

RGB color model

#9C767C color RGB value is (156,118,124).

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

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 124 of 255 = 49%

156
118
124

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 124 = 398 (100%)
R 156 of 398 ~ 39.2%
G 118 of 398 ~ 29.65%
B 124 of 398 ~ 31.16%

%39.2
%29.65
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.36%
  • 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
%24.36
%20.51
%38.82

Codes

Color #9C767C in popluar color models

9C767C
RGB156118124
HSL351°16.10%53.73%
HSB/HSV351°24.36%61.18%
CMYK0.00%24.36%20.51%
38.82%

Color #9C767C in popluar number systems.

HEX9C767C
Decimal156118124
Binary1001110011101101111100
Octal234166174

Shades and tints

Shades of #9C767C

#9C767C
(156,118,124)
#8E6C71
(142,108,113)
#806266
(128,98,102)
#72585B
(114,88,91)
#644E50
(100,78,80)
#564445
(86,68,69)
#483A3A
(72,58,58)
#3A302F
(58,48,47)
#2C2624
(44,38,36)
#1E1C19
(30,28,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #9C767C

#9C767C
(156,118,124)
#A58287
(165,130,135)
#AE8E92
(174,142,146)
#B79A9D
(183,154,157)
#C0A6A8
(192,166,168)
#C9B2B3
(201,178,179)
#D2BEBE
(210,190,190)
#DBCAC9
(219,202,201)
#E4D6D4
(228,214,212)
#EDE2DF
(237,226,223)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C767C; }

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

This text font color is #9C767C.


Background Color

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

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

This div background color is #9C767C.


Border color

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

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

This div border color is #9C767C.


Opacity

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

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

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

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

This text has shadow with #9C767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C767C on black background.


Color preview on white background

This text has color #9C767C on white background.



Black color preview on #9C767C background

This text has black color on #9C767C background.


White color preview on #9C767C background

This text has white color on #9C767C background.