COLOR #7F8986

HEX: #7F8986 RGB: (127,137,134)

Color info

#7F8986 contains red, green and blue colors in about the same proportion. Web safe color of #7F8986 is #669999 (or #699).

RGB color model

#7F8986 color RGB value is (127,137,134).

RGB: (127,137,134) (50%, 54%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 134 of 255 = 53%

127
137
134

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 134 = 398 (100%)
R 127 of 398 ~ 31.91%
G 137 of 398 ~ 34.42%
B 134 of 398 ~ 33.67'%

%31.91
%34.42
%33.67

CMYK color model

#7F8986 color CMYK value is (7,0,2,46).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK: (7,0,2,46) C7M0Y2K46 (7%,0%,2%,46%) (0.07/0.00/0.02/0.46) 

CMYK percentages

%7.3
%0
%2.19
%46.27

Codes

Color #7F8986 in popluar color models

7F 89 86
RGB 127 137 134
HSL 162° 4.07% 51.76%
HSB/HSV 162° 7.30% 53.73%
CMYK 7.30% 0.00% 2.19%
46.27%

Color #7F8986 in popluar number systems.

HEX 7F 89 86
Decimal 127 137 134
Binary 1111111 10001001 10000110
Octal 177 211 206

Shades and tints

Shades of #7F8986

#7F8986
(127,137,134)
#747D7A
(116,125,122)
#69716E
(105,113,110)
#5E6562
(94,101,98)
#535956
(83,89,86)
#484D4A
(72,77,74)
#3D413E
(61,65,62)
#323532
(50,53,50)
#272926
(39,41,38)
#1C1D1A
(28,29,26)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #7F8986

#7F8986
(127,137,134)
#8A9391
(138,147,145)
#959D9C
(149,157,156)
#A0A7A7
(160,167,167)
#ABB1B2
(171,177,178)
#B6BBBD
(182,187,189)
#C1C5C8
(193,197,200)
#CCCFD3
(204,207,211)
#D7D9DE
(215,217,222)
#E2E3E9
(226,227,233)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8986 color. Also use rgb(127,137,134) instead hex code.

Text Font Color

.myTextColor { color: #7F8986; }

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

This text font color is #7F8986.

Background Color

.myBgColor { background-color: #7F8986; }

<div style="background-color:#7F8986">Inner text</div>

This div background color is #7F8986.

Border color

.myBorderColor { border: 1px solid #7F8986; }

<div style="border:3px solid #7F8986">Div</div>

This div border color is #7F8986.

Opacity

.myOpacity80 { color: #7F8986; opacity: 0.8; }

<p style="color:#7F8986;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F8986 color.


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

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

This text has shadow with #7F8986 primary color and red secondary color.


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

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

This text has shadow with #7F8986 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F8986.

Preview

Color preview on black background

This text has color #7F8986 on black background.


Color preview on white background

This text has color #7F8986 on white background.


Black color preview on #7F8986 background

This text has black color on #7F8986 background.


White color preview on #7F8986 background

This text has white color on #7F8986 background.


Related colors

Complementary color

Complementary color for #hex is #807679.


I love getcolorcode.com

Triadic colors

1 #867F89 and #89867F with #7F8986 are triadic colors.

2 #86897F and #897F86 with #7F8986 are triadic colors.