COLOR #7F8D8B

HEX: #7F8D8B
RGB: (127,141,139)

Color info

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

RGB color model

#7F8D8B color RGB value is (127,141,139).

  • red value is 127;
  • green value is 141;
  • blue value is 139.
RGB:
(127,141,139)
(50%,55%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 139 of 255 = 55%

127
141
139

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

Portions of RGB colors in percentages

R + G + B =
127 + 141 + 139 = 407 (100%)
R 127 of 407 ~ 31.2%
G 141 of 407 ~ 34.64%
B 139 of 407 ~ 34.15%

%31.2
%34.64
%34.15

CMYK color model

#7F8D8B color CMYK value is (10,0,1,45).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 44.71%
CMYK:
(10,0,1,45)
C10M0Y1K45 
(10%,0%,1%,45%)
(0.10/0.00/0.01/0.45)	

CMYK percentages

%9.93
%0
%1.42
%44.71

Codes

Color #7F8D8B in popluar color models

7F8D8B
RGB127141139
HSL171°5.79%52.55%
HSB/HSV171°9.93%55.29%
CMYK9.93%0.00%1.42%
44.71%

Color #7F8D8B in popluar number systems.

HEX7F8D8B
Decimal127141139
Binary11111111000110110001011
Octal177215213

Shades and tints

Shades of #7F8D8B

#7F8D8B
(127,141,139)
#74817F
(116,129,127)
#697573
(105,117,115)
#5E6967
(94,105,103)
#535D5B
(83,93,91)
#48514F
(72,81,79)
#3D4543
(61,69,67)
#323937
(50,57,55)
#272D2B
(39,45,43)
#1C211F
(28,33,31)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #7F8D8B

#7F8D8B
(127,141,139)
#8A9795
(138,151,149)
#95A19F
(149,161,159)
#A0ABA9
(160,171,169)
#ABB5B3
(171,181,179)
#B6BFBD
(182,191,189)
#C1C9C7
(193,201,199)
#CCD3D1
(204,211,209)
#D7DDDB
(215,221,219)
#E2E7E5
(226,231,229)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8D8B color. Also use rgb(127,141,139) instead hex code.

Text Font Color

.myTextColor { color: #7F8D8B; }

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

This text font color is #7F8D8B.


Background Color

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

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

This div background color is #7F8D8B.


Border color

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

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

This div border color is #7F8D8B.


Opacity

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

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

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

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

This text has shadow with #7F8D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8D8B on black background.


Color preview on white background

This text has color #7F8D8B on white background.



Black color preview on #7F8D8B background

This text has black color on #7F8D8B background.


White color preview on #7F8D8B background

This text has white color on #7F8D8B background.