COLOR #7F8486

HEX: #7F8486 RGB: (127,132,134)

Color info

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

RGB color model

#7F8486 color RGB value is (127,132,134).

RGB: (127,132,134) (50%, 52%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 134 of 255 = 53%

127
132
134

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

Portions of RGB colors in percentages

R + G + B = 127 + 132 + 134 = 393 (100%)
R 127 of 393 ~ 32.32%
G 132 of 393 ~ 33.59%
B 134 of 393 ~ 34.1'%

%32.32
%33.59
%34.1

CMYK color model

#7F8486 color CMYK value is (5,1,0,47).

  • cyan value is 5.22%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (5,1,0,47)
C5M1Y0K47 (5%, 1%, 0%, 47%)
(0.05 / 0.01 / 0.00 / 0.47)

CMYK percentages

%5.22
%1.49
%0
%47.45

Codes

Color #7F8486 in popluar color models

7F 84 86
RGB 127 132 134
HSL 197° 2.81% 51.18%
HSB/HSV 197° 5.22% 52.55%
CMYK 5.22% 1.49% 0.00%
47.45%

Color #7F8486 in popluar number systems.

HEX 7F 84 86
Decimal 127 132 134
Binary 1111111 10000100 10000110
Octal 177 204 206

Shades and tints

Shades of #7F8486

#7F8486
(127,132,134)
#74787A
(116,120,122)
#696C6E
(105,108,110)
#5E6062
(94,96,98)
#535456
(83,84,86)
#48484A
(72,72,74)
#3D3C3E
(61,60,62)
#323032
(50,48,50)
#272426
(39,36,38)
#1C181A
(28,24,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #7F8486

#7F8486
(127,132,134)
#8A8F91
(138,143,145)
#959A9C
(149,154,156)
#A0A5A7
(160,165,167)
#ABB0B2
(171,176,178)
#B6BBBD
(182,187,189)
#C1C6C8
(193,198,200)
#CCD1D3
(204,209,211)
#D7DCDE
(215,220,222)
#E2E7E9
(226,231,233)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8486; }

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

This text font color is #7F8486.

Background Color

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

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

This div background color is #7F8486.

Border color

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

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

This div border color is #7F8486.

Opacity

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

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

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

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

This text has shadow with #7F8486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8486.

Preview

Color preview on black background

This text has color #7F8486 on black background.


Color preview on white background

This text has color #7F8486 on white background.


Black color preview on #7F8486 background

This text has black color on #7F8486 background.


White color preview on #7F8486 background

This text has white color on #7F8486 background.


Related colors

Complementary color

Complementary color for #hex is #807B79.


I love getcolorcode.com

Triadic colors

1 #867F84 and #84867F with #7F8486 are triadic colors.

2 #86847F and #847F86 with #7F8486 are triadic colors.