COLOR #9C8F77

HEX: #9C8F77 RGB: (156,143,119)

Color info

#9C8F77 contains red, green and blue colors in about the same proportion. Web safe color of #9C8F77 is #999966 (or #996).

RGB color model

#9C8F77 color RGB value is (156,143,119).

RGB: (156,143,119) (61%, 56%, 47%)

RGB channels and saturation

R 156 of 255 = 61%
G 143 of 255 = 56%
B 119 of 255 = 47%

156
143
119

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

Portions of RGB colors in percentages

R + G + B = 156 + 143 + 119 = 418 (100%)
R 156 of 418 ~ 37.32%
G 143 of 418 ~ 34.21%
B 119 of 418 ~ 28.47'%

%37.32
%34.21
%28.47

CMYK color model

#9C8F77 color CMYK value is (0,8,24,39).

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

CMYK: (0,8,24,39)
C0M8Y24K39 (0%, 8%, 24%, 39%)
(0.00 / 0.08 / 0.24 / 0.39)

CMYK percentages

%0
%8.33
%23.72
%38.82

Codes

Color #9C8F77 in popluar color models

9C 8F 77
RGB 156 143 119
HSL 39° 15.74% 53.92%
HSB/HSV 39° 23.72% 61.18%
CMYK 0.00% 8.33% 23.72%
38.82%

Color #9C8F77 in popluar number systems.

HEX 9C 8F 77
Decimal 156 143 119
Binary 10011100 10001111 1110111
Octal 234 217 167

Shades and tints

Shades of #9C8F77

#9C8F77
(156,143,119)
#8E826D
(142,130,109)
#807563
(128,117,99)
#726859
(114,104,89)
#645B4F
(100,91,79)
#564E45
(86,78,69)
#48413B
(72,65,59)
#3A3431
(58,52,49)
#2C2727
(44,39,39)
#1E1A1D
(30,26,29)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #9C8F77

#9C8F77
(156,143,119)
#A59983
(165,153,131)
#AEA38F
(174,163,143)
#B7AD9B
(183,173,155)
#C0B7A7
(192,183,167)
#C9C1B3
(201,193,179)
#D2CBBF
(210,203,191)
#DBD5CB
(219,213,203)
#E4DFD7
(228,223,215)
#EDE9E3
(237,233,227)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8F77; }

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

This text font color is #9C8F77.

Background Color

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

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

This div background color is #9C8F77.

Border color

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

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

This div border color is #9C8F77.

Opacity

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

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

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

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

This text has shadow with #9C8F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8F77.

Preview

Color preview on black background

This text has color #9C8F77 on black background.


Color preview on white background

This text has color #9C8F77 on white background.


Black color preview on #9C8F77 background

This text has black color on #9C8F77 background.


White color preview on #9C8F77 background

This text has white color on #9C8F77 background.


Related colors

Complementary color

Complementary color for #hex is #637088.


I love getcolorcode.com

Triadic colors

1 #779C8F and #8F779C with #9C8F77 are triadic colors.

2 #778F9C and #8F9C77 with #9C8F77 are triadic colors.