COLOR #8A7E7F

HEX: #8A7E7F
RGB: (138,126,127)

Color info

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

RGB color model

#8A7E7F color RGB value is (138,126,127).

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

RGB channels and saturation

R 138 of 255 = 54%
G 126 of 255 = 49%
B 127 of 255 = 50%

138
126
127

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

Portions of RGB colors in percentages

R + G + B =
138 + 126 + 127 = 391 (100%)
R 138 of 391 ~ 35.29%
G 126 of 391 ~ 32.23%
B 127 of 391 ~ 32.48%

%35.29
%32.23
%32.48

CMYK color model

#8A7E7F color CMYK value is (0,9,8,46).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(0,9,8,46)
C0M9Y8K46 
(0%,9%,8%,46%)
(0.00/0.09/0.08/0.46)	

CMYK percentages

%0
%8.7
%7.97
%45.88

Codes

Color #8A7E7F in popluar color models

8A7E7F
RGB138126127
HSL355°4.88%51.76%
HSB/HSV355°8.70%54.12%
CMYK0.00%8.70%7.97%
45.88%

Color #8A7E7F in popluar number systems.

HEX8A7E7F
Decimal138126127
Binary1000101011111101111111
Octal212176177

Shades and tints

Shades of #8A7E7F

#8A7E7F
(138,126,127)
#7E7374
(126,115,116)
#726869
(114,104,105)
#665D5E
(102,93,94)
#5A5253
(90,82,83)
#4E4748
(78,71,72)
#423C3D
(66,60,61)
#363132
(54,49,50)
#2A2627
(42,38,39)
#1E1B1C
(30,27,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #8A7E7F

#8A7E7F
(138,126,127)
#94898A
(148,137,138)
#9E9495
(158,148,149)
#A89FA0
(168,159,160)
#B2AAAB
(178,170,171)
#BCB5B6
(188,181,182)
#C6C0C1
(198,192,193)
#D0CBCC
(208,203,204)
#DAD6D7
(218,214,215)
#E4E1E2
(228,225,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7E7F; }

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

This text font color is #8A7E7F.


Background Color

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

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

This div background color is #8A7E7F.


Border color

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

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

This div border color is #8A7E7F.


Opacity

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

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

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

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

This text has shadow with #8A7E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7E7F on black background.


Color preview on white background

This text has color #8A7E7F on white background.



Black color preview on #8A7E7F background

This text has black color on #8A7E7F background.


White color preview on #8A7E7F background

This text has white color on #8A7E7F background.