COLOR #9F758B

HEX: #9F758B
RGB: (159,117,139)

Color info

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

RGB color model

#9F758B color RGB value is (159,117,139).

  • red value is 159;
  • green value is 117;
  • blue value is 139.
RGB:
(159,117,139)
(62%,46%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 117 of 255 = 46%
B 139 of 255 = 55%

159
117
139

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

Portions of RGB colors in percentages

R + G + B =
159 + 117 + 139 = 415 (100%)
R 159 of 415 ~ 38.31%
G 117 of 415 ~ 28.19%
B 139 of 415 ~ 33.49%

%38.31
%28.19
%33.49

CMYK color model

#9F758B color CMYK value is (0,26,13,38).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(0,26,13,38)
C0M26Y13K38 
(0%,26%,13%,38%)
(0.00/0.26/0.13/0.38)	

CMYK percentages

%0
%26.42
%12.58
%37.65

Codes

Color #9F758B in popluar color models

9F758B
RGB159117139
HSL329°17.95%54.12%
HSB/HSV329°26.42%62.35%
CMYK0.00%26.42%12.58%
37.65%

Color #9F758B in popluar number systems.

HEX9F758B
Decimal159117139
Binary10011111111010110001011
Octal237165213

Shades and tints

Shades of #9F758B

#9F758B
(159,117,139)
#916B7F
(145,107,127)
#836173
(131,97,115)
#755767
(117,87,103)
#674D5B
(103,77,91)
#59434F
(89,67,79)
#4B3943
(75,57,67)
#3D2F37
(61,47,55)
#2F252B
(47,37,43)
#211B1F
(33,27,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #9F758B

#9F758B
(159,117,139)
#A78195
(167,129,149)
#AF8D9F
(175,141,159)
#B799A9
(183,153,169)
#BFA5B3
(191,165,179)
#C7B1BD
(199,177,189)
#CFBDC7
(207,189,199)
#D7C9D1
(215,201,209)
#DFD5DB
(223,213,219)
#E7E1E5
(231,225,229)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F758B color. Also use rgb(159,117,139) instead hex code.

Text Font Color

.myTextColor { color: #9F758B; }

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

This text font color is #9F758B.


Background Color

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

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

This div background color is #9F758B.


Border color

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

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

This div border color is #9F758B.


Opacity

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

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

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

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

This text has shadow with #9F758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F758B on black background.


Color preview on white background

This text has color #9F758B on white background.



Black color preview on #9F758B background

This text has black color on #9F758B background.


White color preview on #9F758B background

This text has white color on #9F758B background.