COLOR #7F797D

HEX: #7F797D
RGB: (127,121,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
121
125

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

Portions of RGB colors in percentages

R + G + B =
127 + 121 + 125 = 373 (100%)
R 127 of 373 ~ 34.05%
G 121 of 373 ~ 32.44%
B 125 of 373 ~ 33.51%

%34.05
%32.44
%33.51

CMYK color model

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

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

CMYK percentages

%0
%4.72
%1.57
%50.2

Codes

Color #7F797D in popluar color models

7F797D
RGB127121125
HSL320°2.42%48.63%
HSB/HSV320°4.72%49.80%
CMYK0.00%4.72%1.57%
50.20%

Color #7F797D in popluar number systems.

HEX7F797D
Decimal127121125
Binary111111111110011111101
Octal177171175

Shades and tints

Shades of #7F797D

#7F797D
(127,121,125)
#746E72
(116,110,114)
#696367
(105,99,103)
#5E585C
(94,88,92)
#534D51
(83,77,81)
#484246
(72,66,70)
#3D373B
(61,55,59)
#322C30
(50,44,48)
#272125
(39,33,37)
#1C161A
(28,22,26)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #7F797D

#7F797D
(127,121,125)
#8A8588
(138,133,136)
#959193
(149,145,147)
#A09D9E
(160,157,158)
#ABA9A9
(171,169,169)
#B6B5B4
(182,181,180)
#C1C1BF
(193,193,191)
#CCCDCA
(204,205,202)
#D7D9D5
(215,217,213)
#E2E5E0
(226,229,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F797D; }

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

This text font color is #7F797D.


Background Color

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

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

This div background color is #7F797D.


Border color

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

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

This div border color is #7F797D.


Opacity

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

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

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

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

This text has shadow with #7F797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F797D on black background.


Color preview on white background

This text has color #7F797D on white background.



Black color preview on #7F797D background

This text has black color on #7F797D background.


White color preview on #7F797D background

This text has white color on #7F797D background.