COLOR #9C779E

HEX: #9C779E
RGB: (156,119,158)

Color info

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

RGB color model

#9C779E color RGB value is (156,119,158).

  • red value is 156;
  • green value is 119;
  • blue value is 158.
RGB:
(156,119,158)
(61%,47%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 158 of 255 = 62%

156
119
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 158 = 433 (100%)
R 156 of 433 ~ 36.03%
G 119 of 433 ~ 27.48%
B 158 of 433 ~ 36.49%

%36.03
%27.48
%36.49

CMYK color model

#9C779E color CMYK value is (1,25,0,38).

  • cyan value is 1.27%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(1,25,0,38)
C1M25Y0K38 
(1%,25%,0%,38%)
(0.01/0.25/0.00/0.38)	

CMYK percentages

%1.27
%24.68
%0
%38.04

Codes

Color #9C779E in popluar color models

9C779E
RGB156119158
HSL297°16.74%54.31%
HSB/HSV297°24.68%61.96%
CMYK1.27%24.68%0.00%
38.04%

Color #9C779E in popluar number systems.

HEX9C779E
Decimal156119158
Binary10011100111011110011110
Octal234167236

Shades and tints

Shades of #9C779E

#9C779E
(156,119,158)
#8E6D90
(142,109,144)
#806382
(128,99,130)
#725974
(114,89,116)
#644F66
(100,79,102)
#564558
(86,69,88)
#483B4A
(72,59,74)
#3A313C
(58,49,60)
#2C272E
(44,39,46)
#1E1D20
(30,29,32)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #9C779E

#9C779E
(156,119,158)
#A583A6
(165,131,166)
#AE8FAE
(174,143,174)
#B79BB6
(183,155,182)
#C0A7BE
(192,167,190)
#C9B3C6
(201,179,198)
#D2BFCE
(210,191,206)
#DBCBD6
(219,203,214)
#E4D7DE
(228,215,222)
#EDE3E6
(237,227,230)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C779E color. Also use rgb(156,119,158) instead hex code.

Text Font Color

.myTextColor { color: #9C779E; }

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

This text font color is #9C779E.


Background Color

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

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

This div background color is #9C779E.


Border color

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

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

This div border color is #9C779E.


Opacity

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

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

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

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

This text has shadow with #9C779E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C779E on black background.


Color preview on white background

This text has color #9C779E on white background.



Black color preview on #9C779E background

This text has black color on #9C779E background.


White color preview on #9C779E background

This text has white color on #9C779E background.