COLOR #9C767D

HEX: #9C767D RGB: (156,118,125)

Color info

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

RGB color model

#9C767D color RGB value is (156,118,125).

RGB: (156,118,125) (61%, 46%, 49%)

RGB channels and saturation

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

156
118
125

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

Portions of RGB colors in percentages

R + G + B = 156 + 118 + 125 = 399 (100%)
R 156 of 399 ~ 39.1%
G 118 of 399 ~ 29.57%
B 125 of 399 ~ 31.33'%

%39.1
%29.57
%31.33

CMYK color model

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

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

Codes

Color #9C767D in popluar color models

9C 76 7D
RGB 156 118 125
HSL 349° 16.10% 53.73%
HSB/HSV 349° 24.36% 61.18%
CMYK 0.00% 24.36% 19.87%
38.82%

Color #9C767D in popluar number systems.

HEX 9C 76 7D
Decimal 156 118 125
Binary 10011100 1110110 1111101
Octal 234 166 175

Shades and tints

Shades of #9C767D

#9C767D
(156,118,125)
#8E6C72
(142,108,114)
#806267
(128,98,103)
#72585C
(114,88,92)
#644E51
(100,78,81)
#564446
(86,68,70)
#483A3B
(72,58,59)
#3A3030
(58,48,48)
#2C2625
(44,38,37)
#1E1C1A
(30,28,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #9C767D

#9C767D
(156,118,125)
#A58288
(165,130,136)
#AE8E93
(174,142,147)
#B79A9E
(183,154,158)
#C0A6A9
(192,166,169)
#C9B2B4
(201,178,180)
#D2BEBF
(210,190,191)
#DBCACA
(219,202,202)
#E4D6D5
(228,214,213)
#EDE2E0
(237,226,224)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C767D; }

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

This text font color is #9C767D.

Background Color

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

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

This div background color is #9C767D.

Border color

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

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

This div border color is #9C767D.

Opacity

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

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

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

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

This text has shadow with #9C767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C767D.

Preview

Color preview on black background

This text has color #9C767D on black background.


Color preview on white background

This text has color #9C767D on white background.


Black color preview on #9C767D background

This text has black color on #9C767D background.


White color preview on #9C767D background

This text has white color on #9C767D background.


Related colors

Complementary color

Complementary color for #hex is #638982.


I love getcolorcode.com

Triadic colors

1 #7D9C76 and #767D9C with #9C767D are triadic colors.

2 #7D769C and #769C7D with #9C767D are triadic colors.