COLOR #9C765C

HEX: #9C765C
RGB: (156,118,92)

Color info

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

RGB color model

#9C765C color RGB value is (156,118,92).

  • red value is 156;
  • green value is 118;
  • blue value is 92.
RGB:
(156,118,92)
(61%,46%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 92 of 255 = 36%

156
118
92

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 92 = 366 (100%)
R 156 of 366 ~ 42.62%
G 118 of 366 ~ 32.24%
B 92 of 366 ~ 25.14%

%42.62
%32.24
%25.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 41.03%
  • key color value is 38.82%
CMYK:
(0,24,41,39)
C0M24Y41K39 
(0%,24%,41%,39%)
(0.00/0.24/0.41/0.39)	

CMYK percentages

%0
%24.36
%41.03
%38.82

Codes

Color #9C765C in popluar color models

9C765C
RGB15611892
HSL24°25.81%48.63%
HSB/HSV24°41.03%61.18%
CMYK0.00%24.36%41.03%
38.82%

Color #9C765C in popluar number systems.

HEX9C765C
Decimal15611892
Binary1001110011101101011100
Octal234166134

Shades and tints

Shades of #9C765C

#9C765C
(156,118,92)
#8E6C54
(142,108,84)
#80624C
(128,98,76)
#725844
(114,88,68)
#644E3C
(100,78,60)
#564434
(86,68,52)
#483A2C
(72,58,44)
#3A3024
(58,48,36)
#2C261C
(44,38,28)
#1E1C14
(30,28,20)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #9C765C

#9C765C
(156,118,92)
#A5826A
(165,130,106)
#AE8E78
(174,142,120)
#B79A86
(183,154,134)
#C0A694
(192,166,148)
#C9B2A2
(201,178,162)
#D2BEB0
(210,190,176)
#DBCABE
(219,202,190)
#E4D6CC
(228,214,204)
#EDE2DA
(237,226,218)
#F6EEE8
(246,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C765C; }

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

This text font color is #9C765C.


Background Color

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

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

This div background color is #9C765C.


Border color

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

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

This div border color is #9C765C.


Opacity

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

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

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

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

This text has shadow with #9C765C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C765C on black background.


Color preview on white background

This text has color #9C765C on white background.



Black color preview on #9C765C background

This text has black color on #9C765C background.


White color preview on #9C765C background

This text has white color on #9C765C background.