COLOR #9E7A77

HEX: #9E7A77
RGB: (158,122,119)

Color info

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

RGB color model

#9E7A77 color RGB value is (158,122,119).

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

RGB channels and saturation

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

158
122
119

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

Portions of RGB colors in percentages

R + G + B =
158 + 122 + 119 = 399 (100%)
R 158 of 399 ~ 39.6%
G 122 of 399 ~ 30.58%
B 119 of 399 ~ 29.82%

%39.6
%30.58
%29.82

CMYK color model

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

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

CMYK percentages

%0
%22.78
%24.68
%38.04

Codes

Color #9E7A77 in popluar color models

9E7A77
RGB158122119
HSL16.74%54.31%
HSB/HSV24.68%61.96%
CMYK0.00%22.78%24.68%
38.04%

Color #9E7A77 in popluar number systems.

HEX9E7A77
Decimal158122119
Binary1001111011110101110111
Octal236172167

Shades and tints

Shades of #9E7A77

#9E7A77
(158,122,119)
#906F6D
(144,111,109)
#826463
(130,100,99)
#745959
(116,89,89)
#664E4F
(102,78,79)
#584345
(88,67,69)
#4A383B
(74,56,59)
#3C2D31
(60,45,49)
#2E2227
(46,34,39)
#20171D
(32,23,29)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #9E7A77

#9E7A77
(158,122,119)
#A68683
(166,134,131)
#AE928F
(174,146,143)
#B69E9B
(182,158,155)
#BEAAA7
(190,170,167)
#C6B6B3
(198,182,179)
#CEC2BF
(206,194,191)
#D6CECB
(214,206,203)
#DEDAD7
(222,218,215)
#E6E6E3
(230,230,227)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7A77; }

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

This text font color is #9E7A77.


Background Color

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

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

This div background color is #9E7A77.


Border color

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

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

This div border color is #9E7A77.


Opacity

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

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

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

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

This text has shadow with #9E7A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7A77 on black background.


Color preview on white background

This text has color #9E7A77 on white background.



Black color preview on #9E7A77 background

This text has black color on #9E7A77 background.


White color preview on #9E7A77 background

This text has white color on #9E7A77 background.