COLOR #9C729A

HEX: #9C729A
RGB: (156,114,154)

Color info

#9C729A contains red, green and blue colors in about the same proportion. Web safe color of #9C729A is #996699 (or #969).

RGB color model

#9C729A color RGB value is (156,114,154).

  • red value is 156;
  • green value is 114;
  • blue value is 154.
RGB:
(156,114,154)
(61%,45%,60%)

RGB channels and saturation

R 156 of 255 = 61%
G 114 of 255 = 45%
B 154 of 255 = 60%

156
114
154

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

Portions of RGB colors in percentages

R + G + B =
156 + 114 + 154 = 424 (100%)
R 156 of 424 ~ 36.79%
G 114 of 424 ~ 26.89%
B 154 of 424 ~ 36.32%

%36.79
%26.89
%36.32

CMYK color model

#9C729A color CMYK value is (0,27,1,39).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 1.28%
  • key color value is 38.82%
CMYK:
(0,27,1,39)
C0M27Y1K39 
(0%,27%,1%,39%)
(0.00/0.27/0.01/0.39)	

CMYK percentages

%0
%26.92
%1.28
%38.82

Codes

Color #9C729A in popluar color models

9C729A
RGB156114154
HSL303°17.50%52.94%
HSB/HSV303°26.92%61.18%
CMYK0.00%26.92%1.28%
38.82%

Color #9C729A in popluar number systems.

HEX9C729A
Decimal156114154
Binary10011100111001010011010
Octal234162232

Shades and tints

Shades of #9C729A

#9C729A
(156,114,154)
#8E688C
(142,104,140)
#805E7E
(128,94,126)
#725470
(114,84,112)
#644A62
(100,74,98)
#564054
(86,64,84)
#483646
(72,54,70)
#3A2C38
(58,44,56)
#2C222A
(44,34,42)
#1E181C
(30,24,28)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #9C729A

#9C729A
(156,114,154)
#A57EA3
(165,126,163)
#AE8AAC
(174,138,172)
#B796B5
(183,150,181)
#C0A2BE
(192,162,190)
#C9AEC7
(201,174,199)
#D2BAD0
(210,186,208)
#DBC6D9
(219,198,217)
#E4D2E2
(228,210,226)
#EDDEEB
(237,222,235)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C729A; }

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

This text font color is #9C729A.


Background Color

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

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

This div background color is #9C729A.


Border color

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

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

This div border color is #9C729A.


Opacity

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

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

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

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

This text has shadow with #9C729A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C729A on black background.


Color preview on white background

This text has color #9C729A on white background.



Black color preview on #9C729A background

This text has black color on #9C729A background.


White color preview on #9C729A background

This text has white color on #9C729A background.