COLOR #9C7A82

HEX: #9C7A82
RGB: (156,122,130)

Color info

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

RGB color model

#9C7A82 color RGB value is (156,122,130).

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

RGB channels and saturation

R 156 of 255 = 61%
G 122 of 255 = 48%
B 130 of 255 = 51%

156
122
130

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

Portions of RGB colors in percentages

R + G + B =
156 + 122 + 130 = 408 (100%)
R 156 of 408 ~ 38.24%
G 122 of 408 ~ 29.9%
B 130 of 408 ~ 31.86%

%38.24
%29.9
%31.86

CMYK color model

#9C7A82 color CMYK value is (0,22,17,39).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 16.67%
  • key color value is 38.82%
CMYK:
(0,22,17,39)
C0M22Y17K39 
(0%,22%,17%,39%)
(0.00/0.22/0.17/0.39)	

CMYK percentages

%0
%21.79
%16.67
%38.82

Codes

Color #9C7A82 in popluar color models

9C7A82
RGB156122130
HSL346°14.66%54.51%
HSB/HSV346°21.79%61.18%
CMYK0.00%21.79%16.67%
38.82%

Color #9C7A82 in popluar number systems.

HEX9C7A82
Decimal156122130
Binary10011100111101010000010
Octal234172202

Shades and tints

Shades of #9C7A82

#9C7A82
(156,122,130)
#8E6F77
(142,111,119)
#80646C
(128,100,108)
#725961
(114,89,97)
#644E56
(100,78,86)
#56434B
(86,67,75)
#483840
(72,56,64)
#3A2D35
(58,45,53)
#2C222A
(44,34,42)
#1E171F
(30,23,31)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #9C7A82

#9C7A82
(156,122,130)
#A5868D
(165,134,141)
#AE9298
(174,146,152)
#B79EA3
(183,158,163)
#C0AAAE
(192,170,174)
#C9B6B9
(201,182,185)
#D2C2C4
(210,194,196)
#DBCECF
(219,206,207)
#E4DADA
(228,218,218)
#EDE6E5
(237,230,229)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7A82; }

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

This text font color is #9C7A82.


Background Color

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

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

This div background color is #9C7A82.


Border color

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

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

This div border color is #9C7A82.


Opacity

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

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

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

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

This text has shadow with #9C7A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7A82 on black background.


Color preview on white background

This text has color #9C7A82 on white background.



Black color preview on #9C7A82 background

This text has black color on #9C7A82 background.


White color preview on #9C7A82 background

This text has white color on #9C7A82 background.