COLOR #9F7A77

HEX: #9F7A77
RGB: (159,122,119)

Color info

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

RGB color model

#9F7A77 color RGB value is (159,122,119).

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

RGB channels and saturation

R 159 of 255 = 62%
G 122 of 255 = 48%
B 119 of 255 = 47%

159
122
119

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

Portions of RGB colors in percentages

R + G + B =
159 + 122 + 119 = 400 (100%)
R 159 of 400 ~ 39.75%
G 122 of 400 ~ 30.5%
B 119 of 400 ~ 29.75%

%39.75
%30.5
%29.75

CMYK color model

#9F7A77 color CMYK value is (0,23,25,38).

  • cyan value is 0.00%
  • magenta value is 23.27%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK:
(0,23,25,38)
C0M23Y25K38 
(0%,23%,25%,38%)
(0.00/0.23/0.25/0.38)	

CMYK percentages

%0
%23.27
%25.16
%37.65

Codes

Color #9F7A77 in popluar color models

9F7A77
RGB159122119
HSL17.24%54.51%
HSB/HSV25.16%62.35%
CMYK0.00%23.27%25.16%
37.65%

Color #9F7A77 in popluar number systems.

HEX9F7A77
Decimal159122119
Binary1001111111110101110111
Octal237172167

Shades and tints

Shades of #9F7A77

#9F7A77
(159,122,119)
#916F6D
(145,111,109)
#836463
(131,100,99)
#755959
(117,89,89)
#674E4F
(103,78,79)
#594345
(89,67,69)
#4B383B
(75,56,59)
#3D2D31
(61,45,49)
#2F2227
(47,34,39)
#21171D
(33,23,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #9F7A77

#9F7A77
(159,122,119)
#A78683
(167,134,131)
#AF928F
(175,146,143)
#B79E9B
(183,158,155)
#BFAAA7
(191,170,167)
#C7B6B3
(199,182,179)
#CFC2BF
(207,194,191)
#D7CECB
(215,206,203)
#DFDAD7
(223,218,215)
#E7E6E3
(231,230,227)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7A77; }

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

This text font color is #9F7A77.


Background Color

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

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

This div background color is #9F7A77.


Border color

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

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

This div border color is #9F7A77.


Opacity

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

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

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

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

This text has shadow with #9F7A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7A77 on black background.


Color preview on white background

This text has color #9F7A77 on white background.



Black color preview on #9F7A77 background

This text has black color on #9F7A77 background.


White color preview on #9F7A77 background

This text has white color on #9F7A77 background.