COLOR #9C7B7A

HEX: #9C7B7A
RGB: (156,123,122)

Color info

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

RGB color model

#9C7B7A color RGB value is (156,123,122).

  • red value is 156;
  • green value is 123;
  • blue value is 122.
RGB:
(156,123,122)
(61%,48%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 122 of 255 = 48%

156
123
122

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

Portions of RGB colors in percentages

R + G + B =
156 + 123 + 122 = 401 (100%)
R 156 of 401 ~ 38.9%
G 123 of 401 ~ 30.67%
B 122 of 401 ~ 30.42%

%38.9
%30.67
%30.42

CMYK color model

#9C7B7A color CMYK value is (0,21,22,39).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(0,21,22,39)
C0M21Y22K39 
(0%,21%,22%,39%)
(0.00/0.21/0.22/0.39)	

CMYK percentages

%0
%21.15
%21.79
%38.82

Codes

Color #9C7B7A in popluar color models

9C7B7A
RGB156123122
HSL14.66%54.51%
HSB/HSV21.79%61.18%
CMYK0.00%21.15%21.79%
38.82%

Color #9C7B7A in popluar number systems.

HEX9C7B7A
Decimal156123122
Binary1001110011110111111010
Octal234173172

Shades and tints

Shades of #9C7B7A

#9C7B7A
(156,123,122)
#8E706F
(142,112,111)
#806564
(128,101,100)
#725A59
(114,90,89)
#644F4E
(100,79,78)
#564443
(86,68,67)
#483938
(72,57,56)
#3A2E2D
(58,46,45)
#2C2322
(44,35,34)
#1E1817
(30,24,23)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #9C7B7A

#9C7B7A
(156,123,122)
#A58786
(165,135,134)
#AE9392
(174,147,146)
#B79F9E
(183,159,158)
#C0ABAA
(192,171,170)
#C9B7B6
(201,183,182)
#D2C3C2
(210,195,194)
#DBCFCE
(219,207,206)
#E4DBDA
(228,219,218)
#EDE7E6
(237,231,230)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7B7A; }

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

This text font color is #9C7B7A.


Background Color

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

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

This div background color is #9C7B7A.


Border color

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

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

This div border color is #9C7B7A.


Opacity

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

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

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

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

This text has shadow with #9C7B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7B7A on black background.


Color preview on white background

This text has color #9C7B7A on white background.



Black color preview on #9C7B7A background

This text has black color on #9C7B7A background.


White color preview on #9C7B7A background

This text has white color on #9C7B7A background.