COLOR #7F777F

HEX: #7F777F
RGB: (127,119,127)

Color info

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

RGB color model

#7F777F color RGB value is (127,119,127).

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

RGB channels and saturation

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

127
119
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 127 = 373 (100%)
R 127 of 373 ~ 34.05%
G 119 of 373 ~ 31.9%
B 127 of 373 ~ 34.05%

%34.05
%31.9
%34.05

CMYK color model

#7F777F color CMYK value is (0,6,0,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(0,6,0,50)
C0M6Y0K50 
(0%,6%,0%,50%)
(0.00/0.06/0.00/0.50)	

CMYK percentages

%0
%6.3
%0
%50.2

Codes

Color #7F777F in popluar color models

7F777F
RGB127119127
HSL300°3.25%48.24%
HSB/HSV300°6.30%49.80%
CMYK0.00%6.30%0.00%
50.20%

Color #7F777F in popluar number systems.

HEX7F777F
Decimal127119127
Binary111111111101111111111
Octal177167177

Shades and tints

Shades of #7F777F

#7F777F
(127,119,127)
#746D74
(116,109,116)
#696369
(105,99,105)
#5E595E
(94,89,94)
#534F53
(83,79,83)
#484548
(72,69,72)
#3D3B3D
(61,59,61)
#323132
(50,49,50)
#272727
(39,39,39)
#1C1D1C
(28,29,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F777F

#7F777F
(127,119,127)
#8A838A
(138,131,138)
#958F95
(149,143,149)
#A09BA0
(160,155,160)
#ABA7AB
(171,167,171)
#B6B3B6
(182,179,182)
#C1BFC1
(193,191,193)
#CCCBCC
(204,203,204)
#D7D7D7
(215,215,215)
#E2E3E2
(226,227,226)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F777F; }

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

This text font color is #7F777F.


Background Color

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

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

This div background color is #7F777F.


Border color

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

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

This div border color is #7F777F.


Opacity

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

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

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

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

This text has shadow with #7F777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F777F on black background.


Color preview on white background

This text has color #7F777F on white background.



Black color preview on #7F777F background

This text has black color on #7F777F background.


White color preview on #7F777F background

This text has white color on #7F777F background.