COLOR #7F939F

HEX: #7F939F
RGB: (127,147,159)

Color info

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

RGB color model

#7F939F color RGB value is (127,147,159).

  • red value is 127;
  • green value is 147;
  • blue value is 159.
RGB:
(127,147,159)
(50%,58%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 159 of 255 = 62%

127
147
159

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

Portions of RGB colors in percentages

R + G + B =
127 + 147 + 159 = 433 (100%)
R 127 of 433 ~ 29.33%
G 147 of 433 ~ 33.95%
B 159 of 433 ~ 36.72%

%29.33
%33.95
%36.72

CMYK color model

#7F939F color CMYK value is (20,8,0,38).

  • cyan value is 20.13%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(20,8,0,38)
C20M8Y0K38 
(20%,8%,0%,38%)
(0.20/0.08/0.00/0.38)	

CMYK percentages

%20.13
%7.55
%0
%37.65

Codes

Color #7F939F in popluar color models

7F939F
RGB127147159
HSL203°14.29%56.08%
HSB/HSV203°20.13%62.35%
CMYK20.13%7.55%0.00%
37.65%

Color #7F939F in popluar number systems.

HEX7F939F
Decimal127147159
Binary11111111001001110011111
Octal177223237

Shades and tints

Shades of #7F939F

#7F939F
(127,147,159)
#748691
(116,134,145)
#697983
(105,121,131)
#5E6C75
(94,108,117)
#535F67
(83,95,103)
#485259
(72,82,89)
#3D454B
(61,69,75)
#32383D
(50,56,61)
#272B2F
(39,43,47)
#1C1E21
(28,30,33)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7F939F

#7F939F
(127,147,159)
#8A9CA7
(138,156,167)
#95A5AF
(149,165,175)
#A0AEB7
(160,174,183)
#ABB7BF
(171,183,191)
#B6C0C7
(182,192,199)
#C1C9CF
(193,201,207)
#CCD2D7
(204,210,215)
#D7DBDF
(215,219,223)
#E2E4E7
(226,228,231)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F939F color. Also use rgb(127,147,159) instead hex code.

Text Font Color

.myTextColor { color: #7F939F; }

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

This text font color is #7F939F.


Background Color

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

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

This div background color is #7F939F.


Border color

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

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

This div border color is #7F939F.


Opacity

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

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

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

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

This text has shadow with #7F939F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F939F on black background.


Color preview on white background

This text has color #7F939F on white background.



Black color preview on #7F939F background

This text has black color on #7F939F background.


White color preview on #7F939F background

This text has white color on #7F939F background.