COLOR #9C776E

HEX: #9C776E RGB: (156,119,110)

Color info

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

RGB color model

#9C776E color RGB value is (156,119,110).

RGB: (156,119,110) (61%, 47%, 43%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 110 of 255 = 43%

156
119
110

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

Portions of RGB colors in percentages

R + G + B = 156 + 119 + 110 = 385 (100%)
R 156 of 385 ~ 40.52%
G 119 of 385 ~ 30.91%
B 110 of 385 ~ 28.57'%

%40.52
%30.91
%28.57

CMYK color model

#9C776E color CMYK value is (0,24,29,39).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 29.49%
  • key color value is 38.82%

CMYK: (0,24,29,39)
C0M24Y29K39 (0%, 24%, 29%, 39%)
(0.00 / 0.24 / 0.29 / 0.39)

CMYK percentages

%0
%23.72
%29.49
%38.82

Codes

Color #9C776E in popluar color models

9C 77 6E
RGB 156 119 110
HSL 12° 18.85% 52.16%
HSB/HSV 12° 29.49% 61.18%
CMYK 0.00% 23.72% 29.49%
38.82%

Color #9C776E in popluar number systems.

HEX 9C 77 6E
Decimal 156 119 110
Binary 10011100 1110111 1101110
Octal 234 167 156

Shades and tints

Shades of #9C776E

#9C776E
(156,119,110)
#8E6D64
(142,109,100)
#80635A
(128,99,90)
#725950
(114,89,80)
#644F46
(100,79,70)
#56453C
(86,69,60)
#483B32
(72,59,50)
#3A3128
(58,49,40)
#2C271E
(44,39,30)
#1E1D14
(30,29,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #9C776E

#9C776E
(156,119,110)
#A5837B
(165,131,123)
#AE8F88
(174,143,136)
#B79B95
(183,155,149)
#C0A7A2
(192,167,162)
#C9B3AF
(201,179,175)
#D2BFBC
(210,191,188)
#DBCBC9
(219,203,201)
#E4D7D6
(228,215,214)
#EDE3E3
(237,227,227)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C776E; }

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

This text font color is #9C776E.

Background Color

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

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

This div background color is #9C776E.

Border color

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

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

This div border color is #9C776E.

Opacity

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

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

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

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

This text has shadow with #9C776E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C776E.

Preview

Color preview on black background

This text has color #9C776E on black background.


Color preview on white background

This text has color #9C776E on white background.


Black color preview on #9C776E background

This text has black color on #9C776E background.


White color preview on #9C776E background

This text has white color on #9C776E background.


Related colors

Complementary color

Complementary color for #hex is #638891.


I love getcolorcode.com

Triadic colors

1 #6E9C77 and #776E9C with #9C776E are triadic colors.

2 #6E779C and #779C6E with #9C776E are triadic colors.