COLOR #9C765E

HEX: #9C765E
RGB: (156,118,94)

Color info

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

RGB color model

#9C765E color RGB value is (156,118,94).

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

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 94 of 255 = 37%

156
118
94

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 94 = 368 (100%)
R 156 of 368 ~ 42.39%
G 118 of 368 ~ 32.07%
B 94 of 368 ~ 25.54%

%42.39
%32.07
%25.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 39.74%
  • key color value is 38.82%
CMYK:
(0,24,40,39)
C0M24Y40K39 
(0%,24%,40%,39%)
(0.00/0.24/0.40/0.39)	

CMYK percentages

%0
%24.36
%39.74
%38.82

Codes

Color #9C765E in popluar color models

9C765E
RGB15611894
HSL23°24.80%49.02%
HSB/HSV23°39.74%61.18%
CMYK0.00%24.36%39.74%
38.82%

Color #9C765E in popluar number systems.

HEX9C765E
Decimal15611894
Binary1001110011101101011110
Octal234166136

Shades and tints

Shades of #9C765E

#9C765E
(156,118,94)
#8E6C56
(142,108,86)
#80624E
(128,98,78)
#725846
(114,88,70)
#644E3E
(100,78,62)
#564436
(86,68,54)
#483A2E
(72,58,46)
#3A3026
(58,48,38)
#2C261E
(44,38,30)
#1E1C16
(30,28,22)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #9C765E

#9C765E
(156,118,94)
#A5826C
(165,130,108)
#AE8E7A
(174,142,122)
#B79A88
(183,154,136)
#C0A696
(192,166,150)
#C9B2A4
(201,178,164)
#D2BEB2
(210,190,178)
#DBCAC0
(219,202,192)
#E4D6CE
(228,214,206)
#EDE2DC
(237,226,220)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C765E; }

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

This text font color is #9C765E.


Background Color

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

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

This div background color is #9C765E.


Border color

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

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

This div border color is #9C765E.


Opacity

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

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

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

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

This text has shadow with #9C765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C765E on black background.


Color preview on white background

This text has color #9C765E on white background.



Black color preview on #9C765E background

This text has black color on #9C765E background.


White color preview on #9C765E background

This text has white color on #9C765E background.