COLOR #9E7766

HEX: #9E7766
RGB: (158,119,102)

Color info

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

RGB color model

#9E7766 color RGB value is (158,119,102).

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

RGB channels and saturation

R 158 of 255 = 62%
G 119 of 255 = 47%
B 102 of 255 = 40%

158
119
102

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

Portions of RGB colors in percentages

R + G + B =
158 + 119 + 102 = 379 (100%)
R 158 of 379 ~ 41.69%
G 119 of 379 ~ 31.4%
B 102 of 379 ~ 26.91%

%41.69
%31.4
%26.91

CMYK color model

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

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

CMYK percentages

%0
%24.68
%35.44
%38.04

Codes

Color #9E7766 in popluar color models

9E7766
RGB158119102
HSL18°22.40%50.98%
HSB/HSV18°35.44%61.96%
CMYK0.00%24.68%35.44%
38.04%

Color #9E7766 in popluar number systems.

HEX9E7766
Decimal158119102
Binary1001111011101111100110
Octal236167146

Shades and tints

Shades of #9E7766

#9E7766
(158,119,102)
#906D5D
(144,109,93)
#826354
(130,99,84)
#74594B
(116,89,75)
#664F42
(102,79,66)
#584539
(88,69,57)
#4A3B30
(74,59,48)
#3C3127
(60,49,39)
#2E271E
(46,39,30)
#201D15
(32,29,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #9E7766

#9E7766
(158,119,102)
#A68373
(166,131,115)
#AE8F80
(174,143,128)
#B69B8D
(182,155,141)
#BEA79A
(190,167,154)
#C6B3A7
(198,179,167)
#CEBFB4
(206,191,180)
#D6CBC1
(214,203,193)
#DED7CE
(222,215,206)
#E6E3DB
(230,227,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7766; }

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

This text font color is #9E7766.


Background Color

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

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

This div background color is #9E7766.


Border color

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

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

This div border color is #9E7766.


Opacity

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

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

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

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

This text has shadow with #9E7766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7766 on black background.


Color preview on white background

This text has color #9E7766 on white background.



Black color preview on #9E7766 background

This text has black color on #9E7766 background.


White color preview on #9E7766 background

This text has white color on #9E7766 background.