COLOR #8A717A

HEX: #8A717A RGB: (138,113,122)

Color info

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

RGB color model

#8A717A color RGB value is (138,113,122).

RGB: (138,113,122) (54%, 44%, 48%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 122 of 255 = 48%

138
113
122

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

Portions of RGB colors in percentages

R + G + B = 138 + 113 + 122 = 373 (100%)
R 138 of 373 ~ 37%
G 113 of 373 ~ 30.29%
B 122 of 373 ~ 32.71'%

%37
%30.29
%32.71

CMYK color model

#8A717A color CMYK value is (0,18,12,46).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 11.59%
  • key color value is 45.88%

CMYK: (0,18,12,46)
C0M18Y12K46 (0%, 18%, 12%, 46%)
(0.00 / 0.18 / 0.12 / 0.46)

CMYK percentages

%0
%18.12
%11.59
%45.88

Codes

Color #8A717A in popluar color models

8A 71 7A
RGB 138 113 122
HSL 338° 9.96% 49.22%
HSB/HSV 338° 18.12% 54.12%
CMYK 0.00% 18.12% 11.59%
45.88%

Color #8A717A in popluar number systems.

HEX 8A 71 7A
Decimal 138 113 122
Binary 10001010 1110001 1111010
Octal 212 161 172

Shades and tints

Shades of #8A717A

#8A717A
(138,113,122)
#7E676F
(126,103,111)
#725D64
(114,93,100)
#665359
(102,83,89)
#5A494E
(90,73,78)
#4E3F43
(78,63,67)
#423538
(66,53,56)
#362B2D
(54,43,45)
#2A2122
(42,33,34)
#1E1717
(30,23,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #8A717A

#8A717A
(138,113,122)
#947D86
(148,125,134)
#9E8992
(158,137,146)
#A8959E
(168,149,158)
#B2A1AA
(178,161,170)
#BCADB6
(188,173,182)
#C6B9C2
(198,185,194)
#D0C5CE
(208,197,206)
#DAD1DA
(218,209,218)
#E4DDE6
(228,221,230)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A717A color. Also use rgb(138,113,122) instead hex code.

Text Font Color

.myTextColor { color: #8A717A; }

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

This text font color is #8A717A.

Background Color

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

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

This div background color is #8A717A.

Border color

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

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

This div border color is #8A717A.

Opacity

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

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

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

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

This text has shadow with #8A717A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A717A.

Preview

Color preview on black background

This text has color #8A717A on black background.


Color preview on white background

This text has color #8A717A on white background.


Black color preview on #8A717A background

This text has black color on #8A717A background.


White color preview on #8A717A background

This text has white color on #8A717A background.


Related colors

Complementary color

Complementary color for #hex is #758E85.


I love getcolorcode.com

Triadic colors

1 #7A8A71 and #717A8A with #8A717A are triadic colors.

2 #7A718A and #718A7A with #8A717A are triadic colors.