COLOR #9D779D

HEX: #9D779D
RGB: (157,119,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
119
157

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

Portions of RGB colors in percentages

R + G + B =
157 + 119 + 157 = 433 (100%)
R 157 of 433 ~ 36.26%
G 119 of 433 ~ 27.48%
B 157 of 433 ~ 36.26%

%36.26
%27.48
%36.26

CMYK color model

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

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

CMYK percentages

%0
%24.2
%0
%38.43

Codes

Color #9D779D in popluar color models

9D779D
RGB157119157
HSL300°16.24%54.12%
HSB/HSV300°24.20%61.57%
CMYK0.00%24.20%0.00%
38.43%

Color #9D779D in popluar number systems.

HEX9D779D
Decimal157119157
Binary10011101111011110011101
Octal235167235

Shades and tints

Shades of #9D779D

#9D779D
(157,119,157)
#8F6D8F
(143,109,143)
#816381
(129,99,129)
#735973
(115,89,115)
#654F65
(101,79,101)
#574557
(87,69,87)
#493B49
(73,59,73)
#3B313B
(59,49,59)
#2D272D
(45,39,45)
#1F1D1F
(31,29,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9D779D

#9D779D
(157,119,157)
#A583A5
(165,131,165)
#AD8FAD
(173,143,173)
#B59BB5
(181,155,181)
#BDA7BD
(189,167,189)
#C5B3C5
(197,179,197)
#CDBFCD
(205,191,205)
#D5CBD5
(213,203,213)
#DDD7DD
(221,215,221)
#E5E3E5
(229,227,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D779D; }

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

This text font color is #9D779D.


Background Color

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

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

This div background color is #9D779D.


Border color

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

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

This div border color is #9D779D.


Opacity

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

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

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

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

This text has shadow with #9D779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D779D on black background.


Color preview on white background

This text has color #9D779D on white background.



Black color preview on #9D779D background

This text has black color on #9D779D background.


White color preview on #9D779D background

This text has white color on #9D779D background.