COLOR #8A757C

HEX: #8A757C RGB: (138,117,124)

Color info

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

RGB color model

#8A757C color RGB value is (138,117,124).

RGB: (138,117,124) (54%, 46%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 124 of 255 = 49%

138
117
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 117 + 124 = 379 (100%)
R 138 of 379 ~ 36.41%
G 117 of 379 ~ 30.87%
B 124 of 379 ~ 32.72'%

%36.41
%30.87
%32.72

CMYK color model

#8A757C color CMYK value is (0,15,10,46).

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

CMYK: (0,15,10,46)
C0M15Y10K46 (0%, 15%, 10%, 46%)
(0.00 / 0.15 / 0.10 / 0.46)

CMYK percentages

%0
%15.22
%10.14
%45.88

Codes

Color #8A757C in popluar color models

8A 75 7C
RGB 138 117 124
HSL 340° 8.24% 50.00%
HSB/HSV 340° 15.22% 54.12%
CMYK 0.00% 15.22% 10.14%
45.88%

Color #8A757C in popluar number systems.

HEX 8A 75 7C
Decimal 138 117 124
Binary 10001010 1110101 1111100
Octal 212 165 174

Shades and tints

Shades of #8A757C

#8A757C
(138,117,124)
#7E6B71
(126,107,113)
#726166
(114,97,102)
#66575B
(102,87,91)
#5A4D50
(90,77,80)
#4E4345
(78,67,69)
#42393A
(66,57,58)
#362F2F
(54,47,47)
#2A2524
(42,37,36)
#1E1B19
(30,27,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8A757C

#8A757C
(138,117,124)
#948187
(148,129,135)
#9E8D92
(158,141,146)
#A8999D
(168,153,157)
#B2A5A8
(178,165,168)
#BCB1B3
(188,177,179)
#C6BDBE
(198,189,190)
#D0C9C9
(208,201,201)
#DAD5D4
(218,213,212)
#E4E1DF
(228,225,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A757C; }

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

This text font color is #8A757C.

Background Color

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

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

This div background color is #8A757C.

Border color

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

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

This div border color is #8A757C.

Opacity

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

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

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

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

This text has shadow with #8A757C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A757C.

Preview

Color preview on black background

This text has color #8A757C on black background.


Color preview on white background

This text has color #8A757C on white background.


Black color preview on #8A757C background

This text has black color on #8A757C background.


White color preview on #8A757C background

This text has white color on #8A757C background.


Related colors

Complementary color

Complementary color for #hex is #758A83.


I love getcolorcode.com

Triadic colors

1 #7C8A75 and #757C8A with #8A757C are triadic colors.

2 #7C758A and #758A7C with #8A757C are triadic colors.