COLOR #7F797F

HEX: #7F797F
RGB: (127,121,127)

Color info

#7F797F contains red, green and blue colors in about the same proportion. Web safe color of #7F797F is #666666 (or #666).

RGB color model

#7F797F color RGB value is (127,121,127).

  • red value is 127;
  • green value is 121;
  • blue value is 127.
RGB:
(127,121,127)
(50%,47%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 121 of 255 = 47%
B 127 of 255 = 50%

127
121
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 121 + 127 = 375 (100%)
R 127 of 375 ~ 33.87%
G 121 of 375 ~ 32.27%
B 127 of 375 ~ 33.87%

%33.87
%32.27
%33.87

CMYK color model

#7F797F color CMYK value is (0,5,0,50).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(0,5,0,50)
C0M5Y0K50 
(0%,5%,0%,50%)
(0.00/0.05/0.00/0.50)	

CMYK percentages

%0
%4.72
%0
%50.2

Codes

Color #7F797F in popluar color models

7F797F
RGB127121127
HSL300°2.42%48.63%
HSB/HSV300°4.72%49.80%
CMYK0.00%4.72%0.00%
50.20%

Color #7F797F in popluar number systems.

HEX7F797F
Decimal127121127
Binary111111111110011111111
Octal177171177

Shades and tints

Shades of #7F797F

#7F797F
(127,121,127)
#746E74
(116,110,116)
#696369
(105,99,105)
#5E585E
(94,88,94)
#534D53
(83,77,83)
#484248
(72,66,72)
#3D373D
(61,55,61)
#322C32
(50,44,50)
#272127
(39,33,39)
#1C161C
(28,22,28)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #7F797F

#7F797F
(127,121,127)
#8A858A
(138,133,138)
#959195
(149,145,149)
#A09DA0
(160,157,160)
#ABA9AB
(171,169,171)
#B6B5B6
(182,181,182)
#C1C1C1
(193,193,193)
#CCCDCC
(204,205,204)
#D7D9D7
(215,217,215)
#E2E5E2
(226,229,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F797F; }

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

This text font color is #7F797F.


Background Color

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

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

This div background color is #7F797F.


Border color

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

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

This div border color is #7F797F.


Opacity

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

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

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

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

This text has shadow with #7F797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F797F on black background.


Color preview on white background

This text has color #7F797F on white background.



Black color preview on #7F797F background

This text has black color on #7F797F background.


White color preview on #7F797F background

This text has white color on #7F797F background.