COLOR #8A7F76

HEX: #8A7F76
RGB: (138,127,118)

Color info

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

RGB color model

#8A7F76 color RGB value is (138,127,118).

  • red value is 138;
  • green value is 127;
  • blue value is 118.
RGB:
(138,127,118)
(54%,50%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 118 of 255 = 46%

138
127
118

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

Portions of RGB colors in percentages

R + G + B =
138 + 127 + 118 = 383 (100%)
R 138 of 383 ~ 36.03%
G 127 of 383 ~ 33.16%
B 118 of 383 ~ 30.81%

%36.03
%33.16
%30.81

CMYK color model

#8A7F76 color CMYK value is (0,8,14,46).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(0,8,14,46)
C0M8Y14K46 
(0%,8%,14%,46%)
(0.00/0.08/0.14/0.46)	

CMYK percentages

%0
%7.97
%14.49
%45.88

Codes

Color #8A7F76 in popluar color models

8A7F76
RGB138127118
HSL27°7.87%50.20%
HSB/HSV27°14.49%54.12%
CMYK0.00%7.97%14.49%
45.88%

Color #8A7F76 in popluar number systems.

HEX8A7F76
Decimal138127118
Binary1000101011111111110110
Octal212177166

Shades and tints

Shades of #8A7F76

#8A7F76
(138,127,118)
#7E746C
(126,116,108)
#726962
(114,105,98)
#665E58
(102,94,88)
#5A534E
(90,83,78)
#4E4844
(78,72,68)
#423D3A
(66,61,58)
#363230
(54,50,48)
#2A2726
(42,39,38)
#1E1C1C
(30,28,28)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8A7F76

#8A7F76
(138,127,118)
#948A82
(148,138,130)
#9E958E
(158,149,142)
#A8A09A
(168,160,154)
#B2ABA6
(178,171,166)
#BCB6B2
(188,182,178)
#C6C1BE
(198,193,190)
#D0CCCA
(208,204,202)
#DAD7D6
(218,215,214)
#E4E2E2
(228,226,226)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7F76 color. Also use rgb(138,127,118) instead hex code.

Text Font Color

.myTextColor { color: #8A7F76; }

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

This text font color is #8A7F76.


Background Color

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

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

This div background color is #8A7F76.


Border color

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

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

This div border color is #8A7F76.


Opacity

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

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

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

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

This text has shadow with #8A7F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7F76 on black background.


Color preview on white background

This text has color #8A7F76 on white background.



Black color preview on #8A7F76 background

This text has black color on #8A7F76 background.


White color preview on #8A7F76 background

This text has white color on #8A7F76 background.