COLOR #9C7F80

HEX: #9C7F80 RGB: (156,127,128)

Color info

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

RGB color model

#9C7F80 color RGB value is (156,127,128).

RGB: (156,127,128) (61%, 50%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 128 of 255 = 50%

156
127
128

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

Portions of RGB colors in percentages

R + G + B = 156 + 127 + 128 = 411 (100%)
R 156 of 411 ~ 37.96%
G 127 of 411 ~ 30.9%
B 128 of 411 ~ 31.14'%

%37.96
%30.9
%31.14

CMYK color model

#9C7F80 color CMYK value is (0,19,18,39).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 17.95%
  • key color value is 38.82%

CMYK: (0,19,18,39)
C0M19Y18K39 (0%, 19%, 18%, 39%)
(0.00 / 0.19 / 0.18 / 0.39)

CMYK percentages

%0
%18.59
%17.95
%38.82

Codes

Color #9C7F80 in popluar color models

9C 7F 80
RGB 156 127 128
HSL 358° 12.78% 55.49%
HSB/HSV 358° 18.59% 61.18%
CMYK 0.00% 18.59% 17.95%
38.82%

Color #9C7F80 in popluar number systems.

HEX 9C 7F 80
Decimal 156 127 128
Binary 10011100 1111111 10000000
Octal 234 177 200

Shades and tints

Shades of #9C7F80

#9C7F80
(156,127,128)
#8E7475
(142,116,117)
#80696A
(128,105,106)
#725E5F
(114,94,95)
#645354
(100,83,84)
#564849
(86,72,73)
#483D3E
(72,61,62)
#3A3233
(58,50,51)
#2C2728
(44,39,40)
#1E1C1D
(30,28,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #9C7F80

#9C7F80
(156,127,128)
#A58A8B
(165,138,139)
#AE9596
(174,149,150)
#B7A0A1
(183,160,161)
#C0ABAC
(192,171,172)
#C9B6B7
(201,182,183)
#D2C1C2
(210,193,194)
#DBCCCD
(219,204,205)
#E4D7D8
(228,215,216)
#EDE2E3
(237,226,227)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7F80 color. Also use rgb(156,127,128) instead hex code.

Text Font Color

.myTextColor { color: #9C7F80; }

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

This text font color is #9C7F80.

Background Color

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

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

This div background color is #9C7F80.

Border color

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

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

This div border color is #9C7F80.

Opacity

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

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

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

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

This text has shadow with #9C7F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7F80.

Preview

Color preview on black background

This text has color #9C7F80 on black background.


Color preview on white background

This text has color #9C7F80 on white background.


Black color preview on #9C7F80 background

This text has black color on #9C7F80 background.


White color preview on #9C7F80 background

This text has white color on #9C7F80 background.


Related colors

Complementary color

Complementary color for #hex is #63807F.


I love getcolorcode.com

Triadic colors

1 #809C7F and #7F809C with #9C7F80 are triadic colors.

2 #807F9C and #7F9C80 with #9C7F80 are triadic colors.