COLOR #7F8586

HEX: #7F8586 RGB: (127,133,134)

Color info

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

RGB color model

#7F8586 color RGB value is (127,133,134).

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

RGB channels and saturation

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

127
133
134

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

Portions of RGB colors in percentages

R + G + B = 127 + 133 + 134 = 394 (100%)
R 127 of 394 ~ 32.23%
G 133 of 394 ~ 33.76%
B 134 of 394 ~ 34.01'%

%32.23
%33.76
%34.01

CMYK color model

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

  • cyan value is 5.22%
  • magenta value is 0.75%
  • 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
%0.75
%0
%47.45

Codes

Color #7F8586 in popluar color models

7F 85 86
RGB 127 133 134
HSL 189° 2.81% 51.18%
HSB/HSV 189° 5.22% 52.55%
CMYK 5.22% 0.75% 0.00%
47.45%

Color #7F8586 in popluar number systems.

HEX 7F 85 86
Decimal 127 133 134
Binary 1111111 10000101 10000110
Octal 177 205 206

Shades and tints

Shades of #7F8586

#7F8586
(127,133,134)
#74797A
(116,121,122)
#696D6E
(105,109,110)
#5E6162
(94,97,98)
#535556
(83,85,86)
#48494A
(72,73,74)
#3D3D3E
(61,61,62)
#323132
(50,49,50)
#272526
(39,37,38)
#1C191A
(28,25,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F8586

#7F8586
(127,133,134)
#8A9091
(138,144,145)
#959B9C
(149,155,156)
#A0A6A7
(160,166,167)
#ABB1B2
(171,177,178)
#B6BCBD
(182,188,189)
#C1C7C8
(193,199,200)
#CCD2D3
(204,210,211)
#D7DDDE
(215,221,222)
#E2E8E9
(226,232,233)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8586; }

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

This text font color is #7F8586.

Background Color

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

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

This div background color is #7F8586.

Border color

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

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

This div border color is #7F8586.

Opacity

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

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

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

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

This text has shadow with #7F8586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8586.

Preview

Color preview on black background

This text has color #7F8586 on black background.


Color preview on white background

This text has color #7F8586 on white background.


Black color preview on #7F8586 background

This text has black color on #7F8586 background.


White color preview on #7F8586 background

This text has white color on #7F8586 background.


Related colors

Complementary color

Complementary color for #hex is #807A79.


I love getcolorcode.com

Triadic colors

1 #867F85 and #85867F with #7F8586 are triadic colors.

2 #86857F and #857F86 with #7F8586 are triadic colors.