COLOR #8A787C

HEX: #8A787C
RGB: (138,120,124)

Color info

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

RGB color model

#8A787C color RGB value is (138,120,124).

  • red value is 138;
  • green value is 120;
  • blue value is 124.
RGB:
(138,120,124)
(54%,47%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 124 of 255 = 49%

138
120
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 124 = 382 (100%)
R 138 of 382 ~ 36.13%
G 120 of 382 ~ 31.41%
B 124 of 382 ~ 32.46%

%36.13
%31.41
%32.46

CMYK color model

#8A787C color CMYK value is (0,13,10,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(0,13,10,46)
C0M13Y10K46 
(0%,13%,10%,46%)
(0.00/0.13/0.10/0.46)	

CMYK percentages

%0
%13.04
%10.14
%45.88

Codes

Color #8A787C in popluar color models

8A787C
RGB138120124
HSL347°7.14%50.59%
HSB/HSV347°13.04%54.12%
CMYK0.00%13.04%10.14%
45.88%

Color #8A787C in popluar number systems.

HEX8A787C
Decimal138120124
Binary1000101011110001111100
Octal212170174

Shades and tints

Shades of #8A787C

#8A787C
(138,120,124)
#7E6E71
(126,110,113)
#726466
(114,100,102)
#665A5B
(102,90,91)
#5A5050
(90,80,80)
#4E4645
(78,70,69)
#423C3A
(66,60,58)
#36322F
(54,50,47)
#2A2824
(42,40,36)
#1E1E19
(30,30,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8A787C

#8A787C
(138,120,124)
#948487
(148,132,135)
#9E9092
(158,144,146)
#A89C9D
(168,156,157)
#B2A8A8
(178,168,168)
#BCB4B3
(188,180,179)
#C6C0BE
(198,192,190)
#D0CCC9
(208,204,201)
#DAD8D4
(218,216,212)
#E4E4DF
(228,228,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A787C; }

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

This text font color is #8A787C.


Background Color

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

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

This div background color is #8A787C.


Border color

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

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

This div border color is #8A787C.


Opacity

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

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

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

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

This text has shadow with #8A787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A787C on black background.


Color preview on white background

This text has color #8A787C on white background.



Black color preview on #8A787C background

This text has black color on #8A787C background.


White color preview on #8A787C background

This text has white color on #8A787C background.