COLOR #9D779B

HEX: #9D779B
RGB: (157,119,155)

Color info

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

RGB color model

#9D779B color RGB value is (157,119,155).

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

RGB channels and saturation

R 157 of 255 = 62%
G 119 of 255 = 47%
B 155 of 255 = 61%

157
119
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 119 + 155 = 431 (100%)
R 157 of 431 ~ 36.43%
G 119 of 431 ~ 27.61%
B 155 of 431 ~ 35.96%

%36.43
%27.61
%35.96

CMYK color model

#9D779B color CMYK value is (0,24,1,38).

  • cyan value is 0.00%
  • magenta value is 24.20%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(0,24,1,38)
C0M24Y1K38 
(0%,24%,1%,38%)
(0.00/0.24/0.01/0.38)	

CMYK percentages

%0
%24.2
%1.27
%38.43

Codes

Color #9D779B in popluar color models

9D779B
RGB157119155
HSL303°16.24%54.12%
HSB/HSV303°24.20%61.57%
CMYK0.00%24.20%1.27%
38.43%

Color #9D779B in popluar number systems.

HEX9D779B
Decimal157119155
Binary10011101111011110011011
Octal235167233

Shades and tints

Shades of #9D779B

#9D779B
(157,119,155)
#8F6D8D
(143,109,141)
#81637F
(129,99,127)
#735971
(115,89,113)
#654F63
(101,79,99)
#574555
(87,69,85)
#493B47
(73,59,71)
#3B3139
(59,49,57)
#2D272B
(45,39,43)
#1F1D1D
(31,29,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #9D779B

#9D779B
(157,119,155)
#A583A4
(165,131,164)
#AD8FAD
(173,143,173)
#B59BB6
(181,155,182)
#BDA7BF
(189,167,191)
#C5B3C8
(197,179,200)
#CDBFD1
(205,191,209)
#D5CBDA
(213,203,218)
#DDD7E3
(221,215,227)
#E5E3EC
(229,227,236)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D779B color. Also use rgb(157,119,155) instead hex code.

Text Font Color

.myTextColor { color: #9D779B; }

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

This text font color is #9D779B.


Background Color

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

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

This div background color is #9D779B.


Border color

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

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

This div border color is #9D779B.


Opacity

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

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

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

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

This text has shadow with #9D779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D779B on black background.


Color preview on white background

This text has color #9D779B on white background.



Black color preview on #9D779B background

This text has black color on #9D779B background.


White color preview on #9D779B background

This text has white color on #9D779B background.