COLOR #8A7F82

HEX: #8A7F82 RGB: (138,127,130)

Color info

#8A7F82 contains red, green and blue colors in about the same proportion. Web safe color of #8A7F82 is #996699 (or #969).

RGB color model

#8A7F82 color RGB value is (138,127,130).

RGB: (138,127,130) (54%, 50%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 130 of 255 = 51%

138
127
130

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

Portions of RGB colors in percentages

R + G + B = 138 + 127 + 130 = 395 (100%)
R 138 of 395 ~ 34.94%
G 127 of 395 ~ 32.15%
B 130 of 395 ~ 32.91'%

%34.94
%32.15
%32.91

CMYK color model

#8A7F82 color CMYK value is (0,8,6,46).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 5.80%
  • key color value is 45.88%

CMYK: (0,8,6,46)
C0M8Y6K46 (0%, 8%, 6%, 46%)
(0.00 / 0.08 / 0.06 / 0.46)

CMYK percentages

%0
%7.97
%5.8
%45.88

Codes

Color #8A7F82 in popluar color models

8A 7F 82
RGB 138 127 130
HSL 344° 4.49% 51.96%
HSB/HSV 344° 7.97% 54.12%
CMYK 0.00% 7.97% 5.80%
45.88%

Color #8A7F82 in popluar number systems.

HEX 8A 7F 82
Decimal 138 127 130
Binary 10001010 1111111 10000010
Octal 212 177 202

Shades and tints

Shades of #8A7F82

#8A7F82
(138,127,130)
#7E7477
(126,116,119)
#72696C
(114,105,108)
#665E61
(102,94,97)
#5A5356
(90,83,86)
#4E484B
(78,72,75)
#423D40
(66,61,64)
#363235
(54,50,53)
#2A272A
(42,39,42)
#1E1C1F
(30,28,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A7F82

#8A7F82
(138,127,130)
#948A8D
(148,138,141)
#9E9598
(158,149,152)
#A8A0A3
(168,160,163)
#B2ABAE
(178,171,174)
#BCB6B9
(188,182,185)
#C6C1C4
(198,193,196)
#D0CCCF
(208,204,207)
#DAD7DA
(218,215,218)
#E4E2E5
(228,226,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7F82; }

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

This text font color is #8A7F82.

Background Color

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

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

This div background color is #8A7F82.

Border color

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

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

This div border color is #8A7F82.

Opacity

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

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

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

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

This text has shadow with #8A7F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7F82.

Preview

Color preview on black background

This text has color #8A7F82 on black background.


Color preview on white background

This text has color #8A7F82 on white background.


Black color preview on #8A7F82 background

This text has black color on #8A7F82 background.


White color preview on #8A7F82 background

This text has white color on #8A7F82 background.


Related colors

Complementary color

Complementary color for #hex is #75807D.


I love getcolorcode.com

Triadic colors

1 #828A7F and #7F828A with #8A7F82 are triadic colors.

2 #827F8A and #7F8A82 with #8A7F82 are triadic colors.