COLOR #7F797E

HEX: #7F797E
RGB: (127,121,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
121
126

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

Portions of RGB colors in percentages

R + G + B =
127 + 121 + 126 = 374 (100%)
R 127 of 374 ~ 33.96%
G 121 of 374 ~ 32.35%
B 126 of 374 ~ 33.69%

%33.96
%32.35
%33.69

CMYK color model

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

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

CMYK percentages

%0
%4.72
%0.79
%50.2

Codes

Color #7F797E in popluar color models

7F797E
RGB127121126
HSL310°2.42%48.63%
HSB/HSV310°4.72%49.80%
CMYK0.00%4.72%0.79%
50.20%

Color #7F797E in popluar number systems.

HEX7F797E
Decimal127121126
Binary111111111110011111110
Octal177171176

Shades and tints

Shades of #7F797E

#7F797E
(127,121,126)
#746E73
(116,110,115)
#696368
(105,99,104)
#5E585D
(94,88,93)
#534D52
(83,77,82)
#484247
(72,66,71)
#3D373C
(61,55,60)
#322C31
(50,44,49)
#272126
(39,33,38)
#1C161B
(28,22,27)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #7F797E

#7F797E
(127,121,126)
#8A8589
(138,133,137)
#959194
(149,145,148)
#A09D9F
(160,157,159)
#ABA9AA
(171,169,170)
#B6B5B5
(182,181,181)
#C1C1C0
(193,193,192)
#CCCDCB
(204,205,203)
#D7D9D6
(215,217,214)
#E2E5E1
(226,229,225)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F797E; }

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

This text font color is #7F797E.


Background Color

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

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

This div background color is #7F797E.


Border color

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

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

This div border color is #7F797E.


Opacity

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

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

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

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

This text has shadow with #7F797E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F797E on black background.


Color preview on white background

This text has color #7F797E on white background.



Black color preview on #7F797E background

This text has black color on #7F797E background.


White color preview on #7F797E background

This text has white color on #7F797E background.