COLOR #9C7757

HEX: #9C7757 RGB: (156,119,87)

Color info

#9C7757 contains mainly red and green colors. Web safe color of #9C7757 is #996666 (or #966).

RGB color model

#9C7757 color RGB value is (156,119,87).

RGB: (156,119,87) (61%, 47%, 34%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 87 of 255 = 34%

156
119
87

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

Portions of RGB colors in percentages

R + G + B = 156 + 119 + 87 = 362 (100%)
R 156 of 362 ~ 43.09%
G 119 of 362 ~ 32.87%
B 87 of 362 ~ 24.03'%

%43.09
%32.87
%24.03

CMYK color model

#9C7757 color CMYK value is (0,24,44,39).

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

CMYK: (0,24,44,39)
C0M24Y44K39 (0%, 24%, 44%, 39%)
(0.00 / 0.24 / 0.44 / 0.39)

CMYK percentages

%0
%23.72
%44.23
%38.82

Codes

Color #9C7757 in popluar color models

9C 77 57
RGB 156 119 87
HSL 28° 28.40% 47.65%
HSB/HSV 28° 44.23% 61.18%
CMYK 0.00% 23.72% 44.23%
38.82%

Color #9C7757 in popluar number systems.

HEX 9C 77 57
Decimal 156 119 87
Binary 10011100 1110111 1010111
Octal 234 167 127

Shades and tints

Shades of #9C7757

#9C7757
(156,119,87)
#8E6D50
(142,109,80)
#806349
(128,99,73)
#725942
(114,89,66)
#644F3B
(100,79,59)
#564534
(86,69,52)
#483B2D
(72,59,45)
#3A3126
(58,49,38)
#2C271F
(44,39,31)
#1E1D18
(30,29,24)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #9C7757

#9C7757
(156,119,87)
#A58366
(165,131,102)
#AE8F75
(174,143,117)
#B79B84
(183,155,132)
#C0A793
(192,167,147)
#C9B3A2
(201,179,162)
#D2BFB1
(210,191,177)
#DBCBC0
(219,203,192)
#E4D7CF
(228,215,207)
#EDE3DE
(237,227,222)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7757; }

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

This text font color is #9C7757.

Background Color

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

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

This div background color is #9C7757.

Border color

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

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

This div border color is #9C7757.

Opacity

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

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

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

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

This text has shadow with #9C7757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7757.

Preview

Color preview on black background

This text has color #9C7757 on black background.


Color preview on white background

This text has color #9C7757 on white background.


Black color preview on #9C7757 background

This text has black color on #9C7757 background.


White color preview on #9C7757 background

This text has white color on #9C7757 background.


Related colors

Complementary color

Complementary color for #hex is #6388A8.


I love getcolorcode.com

Triadic colors

1 #579C77 and #77579C with #9C7757 are triadic colors.

2 #57779C and #779C57 with #9C7757 are triadic colors.