COLOR #9F7785

HEX: #9F7785
RGB: (159,119,133)

Color info

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

RGB color model

#9F7785 color RGB value is (159,119,133).

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

RGB channels and saturation

R 159 of 255 = 62%
G 119 of 255 = 47%
B 133 of 255 = 52%

159
119
133

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

Portions of RGB colors in percentages

R + G + B =
159 + 119 + 133 = 411 (100%)
R 159 of 411 ~ 38.69%
G 119 of 411 ~ 28.95%
B 133 of 411 ~ 32.36%

%38.69
%28.95
%32.36

CMYK color model

#9F7785 color CMYK value is (0,25,16,38).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 16.35%
  • key color value is 37.65%
CMYK:
(0,25,16,38)
C0M25Y16K38 
(0%,25%,16%,38%)
(0.00/0.25/0.16/0.38)	

CMYK percentages

%0
%25.16
%16.35
%37.65

Codes

Color #9F7785 in popluar color models

9F7785
RGB159119133
HSL339°17.24%54.51%
HSB/HSV339°25.16%62.35%
CMYK0.00%25.16%16.35%
37.65%

Color #9F7785 in popluar number systems.

HEX9F7785
Decimal159119133
Binary10011111111011110000101
Octal237167205

Shades and tints

Shades of #9F7785

#9F7785
(159,119,133)
#916D79
(145,109,121)
#83636D
(131,99,109)
#755961
(117,89,97)
#674F55
(103,79,85)
#594549
(89,69,73)
#4B3B3D
(75,59,61)
#3D3131
(61,49,49)
#2F2725
(47,39,37)
#211D19
(33,29,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #9F7785

#9F7785
(159,119,133)
#A78390
(167,131,144)
#AF8F9B
(175,143,155)
#B79BA6
(183,155,166)
#BFA7B1
(191,167,177)
#C7B3BC
(199,179,188)
#CFBFC7
(207,191,199)
#D7CBD2
(215,203,210)
#DFD7DD
(223,215,221)
#E7E3E8
(231,227,232)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7785; }

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

This text font color is #9F7785.


Background Color

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

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

This div background color is #9F7785.


Border color

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

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

This div border color is #9F7785.


Opacity

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

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

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

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

This text has shadow with #9F7785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7785 on black background.


Color preview on white background

This text has color #9F7785 on white background.



Black color preview on #9F7785 background

This text has black color on #9F7785 background.


White color preview on #9F7785 background

This text has white color on #9F7785 background.