COLOR #9F7760

HEX: #9F7760
RGB: (159,119,96)

Color info

#9F7760 contains mainly red and green colors. Web safe color of #9F7760 is #996666 (or #966).

RGB color model

#9F7760 color RGB value is (159,119,96).

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

RGB channels and saturation

R 159 of 255 = 62%
G 119 of 255 = 47%
B 96 of 255 = 38%

159
119
96

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

Portions of RGB colors in percentages

R + G + B =
159 + 119 + 96 = 374 (100%)
R 159 of 374 ~ 42.51%
G 119 of 374 ~ 31.82%
B 96 of 374 ~ 25.67%

%42.51
%31.82
%25.67

CMYK color model

#9F7760 color CMYK value is (0,25,40,38).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK:
(0,25,40,38)
C0M25Y40K38 
(0%,25%,40%,38%)
(0.00/0.25/0.40/0.38)	

CMYK percentages

%0
%25.16
%39.62
%37.65

Codes

Color #9F7760 in popluar color models

9F7760
RGB15911996
HSL22°24.71%50.00%
HSB/HSV22°39.62%62.35%
CMYK0.00%25.16%39.62%
37.65%

Color #9F7760 in popluar number systems.

HEX9F7760
Decimal15911996
Binary1001111111101111100000
Octal237167140

Shades and tints

Shades of #9F7760

#9F7760
(159,119,96)
#916D58
(145,109,88)
#836350
(131,99,80)
#755948
(117,89,72)
#674F40
(103,79,64)
#594538
(89,69,56)
#4B3B30
(75,59,48)
#3D3128
(61,49,40)
#2F2720
(47,39,32)
#211D18
(33,29,24)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #9F7760

#9F7760
(159,119,96)
#A7836E
(167,131,110)
#AF8F7C
(175,143,124)
#B79B8A
(183,155,138)
#BFA798
(191,167,152)
#C7B3A6
(199,179,166)
#CFBFB4
(207,191,180)
#D7CBC2
(215,203,194)
#DFD7D0
(223,215,208)
#E7E3DE
(231,227,222)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7760; }

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

This text font color is #9F7760.


Background Color

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

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

This div background color is #9F7760.


Border color

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

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

This div border color is #9F7760.


Opacity

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

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

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

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

This text has shadow with #9F7760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7760 on black background.


Color preview on white background

This text has color #9F7760 on white background.



Black color preview on #9F7760 background

This text has black color on #9F7760 background.


White color preview on #9F7760 background

This text has white color on #9F7760 background.