COLOR #8A7E7C

HEX: #8A7E7C RGB: (138,126,124)

Color info

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

RGB color model

#8A7E7C color RGB value is (138,126,124).

RGB: (138,126,124) (54%, 49%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 126 of 255 = 49%
B 124 of 255 = 49%

138
126
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 126 + 124 = 388 (100%)
R 138 of 388 ~ 35.57%
G 126 of 388 ~ 32.47%
B 124 of 388 ~ 31.96'%

%35.57
%32.47
%31.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (0,9,10,46)
C0M9Y10K46 (0%, 9%, 10%, 46%)
(0.00 / 0.09 / 0.10 / 0.46)

CMYK percentages

%0
%8.7
%10.14
%45.88

Codes

Color #8A7E7C in popluar color models

8A 7E 7C
RGB 138 126 124
HSL 5.65% 51.37%
HSB/HSV 10.14% 54.12%
CMYK 0.00% 8.70% 10.14%
45.88%

Color #8A7E7C in popluar number systems.

HEX 8A 7E 7C
Decimal 138 126 124
Binary 10001010 1111110 1111100
Octal 212 176 174

Shades and tints

Shades of #8A7E7C

#8A7E7C
(138,126,124)
#7E7371
(126,115,113)
#726866
(114,104,102)
#665D5B
(102,93,91)
#5A5250
(90,82,80)
#4E4745
(78,71,69)
#423C3A
(66,60,58)
#36312F
(54,49,47)
#2A2624
(42,38,36)
#1E1B19
(30,27,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #8A7E7C

#8A7E7C
(138,126,124)
#948987
(148,137,135)
#9E9492
(158,148,146)
#A89F9D
(168,159,157)
#B2AAA8
(178,170,168)
#BCB5B3
(188,181,179)
#C6C0BE
(198,192,190)
#D0CBC9
(208,203,201)
#DAD6D4
(218,214,212)
#E4E1DF
(228,225,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7E7C; }

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

This text font color is #8A7E7C.

Background Color

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

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

This div background color is #8A7E7C.

Border color

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

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

This div border color is #8A7E7C.

Opacity

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

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

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

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

This text has shadow with #8A7E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7E7C.

Preview

Color preview on black background

This text has color #8A7E7C on black background.


Color preview on white background

This text has color #8A7E7C on white background.


Black color preview on #8A7E7C background

This text has black color on #8A7E7C background.


White color preview on #8A7E7C background

This text has white color on #8A7E7C background.


Related colors

Complementary color

Complementary color for #hex is #758183.


I love getcolorcode.com

Triadic colors

1 #7C8A7E and #7E7C8A with #8A7E7C are triadic colors.

2 #7C7E8A and #7E8A7C with #8A7E7C are triadic colors.