COLOR #9C7777

HEX: #9C7777 RGB: (156,119,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
119
119

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

Portions of RGB colors in percentages

R + G + B = 156 + 119 + 119 = 394 (100%)
R 156 of 394 ~ 39.59%
G 119 of 394 ~ 30.2%
B 119 of 394 ~ 30.2'%

%39.59
%30.2
%30.2

CMYK color model

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

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

CMYK: (0,24,24,39)
C0M24Y24K39 (0%, 24%, 24%, 39%)
(0.00 / 0.24 / 0.24 / 0.39)

CMYK percentages

%0
%23.72
%23.72
%38.82

Codes

Color #9C7777 in popluar color models

9C 77 77
RGB 156 119 119
HSL 15.74% 53.92%
HSB/HSV 23.72% 61.18%
CMYK 0.00% 23.72% 23.72%
38.82%

Color #9C7777 in popluar number systems.

HEX 9C 77 77
Decimal 156 119 119
Binary 10011100 1110111 1110111
Octal 234 167 167

Shades and tints

Shades of #9C7777

#9C7777
(156,119,119)
#8E6D6D
(142,109,109)
#806363
(128,99,99)
#725959
(114,89,89)
#644F4F
(100,79,79)
#564545
(86,69,69)
#483B3B
(72,59,59)
#3A3131
(58,49,49)
#2C2727
(44,39,39)
#1E1D1D
(30,29,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #9C7777

#9C7777
(156,119,119)
#A58383
(165,131,131)
#AE8F8F
(174,143,143)
#B79B9B
(183,155,155)
#C0A7A7
(192,167,167)
#C9B3B3
(201,179,179)
#D2BFBF
(210,191,191)
#DBCBCB
(219,203,203)
#E4D7D7
(228,215,215)
#EDE3E3
(237,227,227)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7777; }

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

This text font color is #9C7777.

Background Color

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

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

This div background color is #9C7777.

Border color

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

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

This div border color is #9C7777.

Opacity

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

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

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

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

This text has shadow with #9C7777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7777.

Preview

Color preview on black background

This text has color #9C7777 on black background.


Color preview on white background

This text has color #9C7777 on white background.


Black color preview on #9C7777 background

This text has black color on #9C7777 background.


White color preview on #9C7777 background

This text has white color on #9C7777 background.


Related colors

Complementary color

Complementary color for #hex is #638888.


I love getcolorcode.com