COLOR #9F7767

HEX: #9F7767
RGB: (159,119,103)

Color info

#9F7767 contains red, green and blue colors in about the same proportion. Web safe color of #9F7767 is #996666 (or #966).

RGB color model

#9F7767 color RGB value is (159,119,103).

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

RGB channels and saturation

R 159 of 255 = 62%
G 119 of 255 = 47%
B 103 of 255 = 40%

159
119
103

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

Portions of RGB colors in percentages

R + G + B =
159 + 119 + 103 = 381 (100%)
R 159 of 381 ~ 41.73%
G 119 of 381 ~ 31.23%
B 103 of 381 ~ 27.03%

%41.73
%31.23
%27.03

CMYK color model

#9F7767 color CMYK value is (0,25,35,38).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 35.22%
  • key color value is 37.65%
CMYK:
(0,25,35,38)
C0M25Y35K38 
(0%,25%,35%,38%)
(0.00/0.25/0.35/0.38)	

CMYK percentages

%0
%25.16
%35.22
%37.65

Codes

Color #9F7767 in popluar color models

9F7767
RGB159119103
HSL17°22.58%51.37%
HSB/HSV17°35.22%62.35%
CMYK0.00%25.16%35.22%
37.65%

Color #9F7767 in popluar number systems.

HEX9F7767
Decimal159119103
Binary1001111111101111100111
Octal237167147

Shades and tints

Shades of #9F7767

#9F7767
(159,119,103)
#916D5E
(145,109,94)
#836355
(131,99,85)
#75594C
(117,89,76)
#674F43
(103,79,67)
#59453A
(89,69,58)
#4B3B31
(75,59,49)
#3D3128
(61,49,40)
#2F271F
(47,39,31)
#211D16
(33,29,22)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #9F7767

#9F7767
(159,119,103)
#A78374
(167,131,116)
#AF8F81
(175,143,129)
#B79B8E
(183,155,142)
#BFA79B
(191,167,155)
#C7B3A8
(199,179,168)
#CFBFB5
(207,191,181)
#D7CBC2
(215,203,194)
#DFD7CF
(223,215,207)
#E7E3DC
(231,227,220)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7767; }

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

This text font color is #9F7767.


Background Color

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

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

This div background color is #9F7767.


Border color

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

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

This div border color is #9F7767.


Opacity

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

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

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

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

This text has shadow with #9F7767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7767 on black background.


Color preview on white background

This text has color #9F7767 on white background.



Black color preview on #9F7767 background

This text has black color on #9F7767 background.


White color preview on #9F7767 background

This text has white color on #9F7767 background.