COLOR #9C778B

HEX: #9C778B RGB: (156,119,139)

Color info

#9C778B contains red, green and blue colors in about the same proportion. Web safe color of #9C778B is #996699 (or #969).

RGB color model

#9C778B color RGB value is (156,119,139).

RGB: (156,119,139) (61%, 47%, 55%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 139 of 255 = 55%

156
119
139

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

Portions of RGB colors in percentages

R + G + B = 156 + 119 + 139 = 414 (100%)
R 156 of 414 ~ 37.68%
G 119 of 414 ~ 28.74%
B 139 of 414 ~ 33.57'%

%37.68
%28.74
%33.57

CMYK color model

#9C778B color CMYK value is (0,24,11,39).

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

CMYK: (0,24,11,39)
C0M24Y11K39 (0%, 24%, 11%, 39%)
(0.00 / 0.24 / 0.11 / 0.39)

CMYK percentages

%0
%23.72
%10.9
%38.82

Codes

Color #9C778B in popluar color models

9C 77 8B
RGB 156 119 139
HSL 328° 15.74% 53.92%
HSB/HSV 328° 23.72% 61.18%
CMYK 0.00% 23.72% 10.90%
38.82%

Color #9C778B in popluar number systems.

HEX 9C 77 8B
Decimal 156 119 139
Binary 10011100 1110111 10001011
Octal 234 167 213

Shades and tints

Shades of #9C778B

#9C778B
(156,119,139)
#8E6D7F
(142,109,127)
#806373
(128,99,115)
#725967
(114,89,103)
#644F5B
(100,79,91)
#56454F
(86,69,79)
#483B43
(72,59,67)
#3A3137
(58,49,55)
#2C272B
(44,39,43)
#1E1D1F
(30,29,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #9C778B

#9C778B
(156,119,139)
#A58395
(165,131,149)
#AE8F9F
(174,143,159)
#B79BA9
(183,155,169)
#C0A7B3
(192,167,179)
#C9B3BD
(201,179,189)
#D2BFC7
(210,191,199)
#DBCBD1
(219,203,209)
#E4D7DB
(228,215,219)
#EDE3E5
(237,227,229)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C778B; }

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

This text font color is #9C778B.

Background Color

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

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

This div background color is #9C778B.

Border color

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

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

This div border color is #9C778B.

Opacity

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

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

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

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

This text has shadow with #9C778B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C778B.

Preview

Color preview on black background

This text has color #9C778B on black background.


Color preview on white background

This text has color #9C778B on white background.


Black color preview on #9C778B background

This text has black color on #9C778B background.


White color preview on #9C778B background

This text has white color on #9C778B background.


Related colors

Complementary color

Complementary color for #hex is #638874.


I love getcolorcode.com

Triadic colors

1 #8B9C77 and #778B9C with #9C778B are triadic colors.

2 #8B779C and #779C8B with #9C778B are triadic colors.