COLOR #8E7764

HEX: #8E7764
RGB: (142,119,100)

Color info

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

RGB color model

#8E7764 color RGB value is (142,119,100).

  • red value is 142;
  • green value is 119;
  • blue value is 100.
RGB:
(142,119,100)
(56%,47%,39%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 100 of 255 = 39%

142
119
100

R + G + B ~ 47%. #8E7764 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 100 = 361 (100%)
R 142 of 361 ~ 39.34%
G 119 of 361 ~ 32.96%
B 100 of 361 ~ 27.7%

%39.34
%32.96
%27.7

CMYK color model

#8E7764 color CMYK value is (0,16,30,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 29.58%
  • key color value is 44.31%
CMYK:
(0,16,30,44)
C0M16Y30K44 
(0%,16%,30%,44%)
(0.00/0.16/0.30/0.44)	

CMYK percentages

%0
%16.2
%29.58
%44.31

Codes

Color #8E7764 in popluar color models

8E7764
RGB142119100
HSL27°17.36%47.45%
HSB/HSV27°29.58%55.69%
CMYK0.00%16.20%29.58%
44.31%

Color #8E7764 in popluar number systems.

HEX8E7764
Decimal142119100
Binary1000111011101111100100
Octal216167144

Shades and tints

Shades of #8E7764

#8E7764
(142,119,100)
#826D5B
(130,109,91)
#766352
(118,99,82)
#6A5949
(106,89,73)
#5E4F40
(94,79,64)
#524537
(82,69,55)
#463B2E
(70,59,46)
#3A3125
(58,49,37)
#2E271C
(46,39,28)
#221D13
(34,29,19)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #8E7764

#8E7764
(142,119,100)
#988372
(152,131,114)
#A28F80
(162,143,128)
#AC9B8E
(172,155,142)
#B6A79C
(182,167,156)
#C0B3AA
(192,179,170)
#CABFB8
(202,191,184)
#D4CBC6
(212,203,198)
#DED7D4
(222,215,212)
#E8E3E2
(232,227,226)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7764 color. Also use rgb(142,119,100) instead hex code.

Text Font Color

.myTextColor { color: #8E7764; }

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

This text font color is #8E7764.


Background Color

.myBgColor { background-color: #8E7764; }

<div style="background-color:#8E7764">Inner text</div>

This div background color is #8E7764.


Border color

.myBorderColor { border: 1px solid #8E7764; }

<div style="border:3px solid #8E7764">Div</div>

This div border color is #8E7764.


Opacity

.myOpacity80 { color: #8E7764; opacity: 0.8; }

<p style="color:#8E7764;opacity:0.8;">80%</p>

Text with #8E7764 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 #8E7764;}

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

This text has shadow with #8E7764 color.

.textShadow {text-shadow: 3px 3px 1px #8E7764, 3px 3px 1px red;}

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

This text has shadow with #8E7764 primary color and red secondary color.


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

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

This text has shadow with #8E7764 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7764 on black background.


Color preview on white background

This text has color #8E7764 on white background.



Black color preview on #8E7764 background

This text has black color on #8E7764 background.


White color preview on #8E7764 background

This text has white color on #8E7764 background.