COLOR #8A7F7E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
127
126

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

Portions of RGB colors in percentages

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

%35.29
%32.48
%32.23

CMYK color model

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

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

CMYK percentages

%0
%7.97
%8.7
%45.88

Codes

Color #8A7F7E in popluar color models

8A7F7E
RGB138127126
HSL4.88%51.76%
HSB/HSV8.70%54.12%
CMYK0.00%7.97%8.70%
45.88%

Color #8A7F7E in popluar number systems.

HEX8A7F7E
Decimal138127126
Binary1000101011111111111110
Octal212177176

Shades and tints

Shades of #8A7F7E

#8A7F7E
(138,127,126)
#7E7473
(126,116,115)
#726968
(114,105,104)
#665E5D
(102,94,93)
#5A5352
(90,83,82)
#4E4847
(78,72,71)
#423D3C
(66,61,60)
#363231
(54,50,49)
#2A2726
(42,39,38)
#1E1C1B
(30,28,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A7F7E

#8A7F7E
(138,127,126)
#948A89
(148,138,137)
#9E9594
(158,149,148)
#A8A09F
(168,160,159)
#B2ABAA
(178,171,170)
#BCB6B5
(188,182,181)
#C6C1C0
(198,193,192)
#D0CCCB
(208,204,203)
#DAD7D6
(218,215,214)
#E4E2E1
(228,226,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7F7E; }

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

This text font color is #8A7F7E.


Background Color

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

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

This div background color is #8A7F7E.


Border color

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

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

This div border color is #8A7F7E.


Opacity

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

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

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

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

This text has shadow with #8A7F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7F7E on black background.


Color preview on white background

This text has color #8A7F7E on white background.



Black color preview on #8A7F7E background

This text has black color on #8A7F7E background.


White color preview on #8A7F7E background

This text has white color on #8A7F7E background.