COLOR #7F777D

HEX: #7F777D RGB: (127,119,125)

Color info

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

RGB color model

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

RGB: (127,119,125) (50%, 47%, 49%)

RGB channels and saturation

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

127
119
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 119 + 125 = 371 (100%)
R 127 of 371 ~ 34.23%
G 119 of 371 ~ 32.08%
B 125 of 371 ~ 33.69'%

%34.23
%32.08
%33.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 1.57%
  • key color value is 50.20%

CMYK: (0,6,2,50)
C0M6Y2K50 (0%, 6%, 2%, 50%)
(0.00 / 0.06 / 0.02 / 0.50)

CMYK percentages

%0
%6.3
%1.57
%50.2

Codes

Color #7F777D in popluar color models

7F 77 7D
RGB 127 119 125
HSL 315° 3.25% 48.24%
HSB/HSV 315° 6.30% 49.80%
CMYK 0.00% 6.30% 1.57%
50.20%

Color #7F777D in popluar number systems.

HEX 7F 77 7D
Decimal 127 119 125
Binary 1111111 1110111 1111101
Octal 177 167 175

Shades and tints

Shades of #7F777D

#7F777D
(127,119,125)
#746D72
(116,109,114)
#696367
(105,99,103)
#5E595C
(94,89,92)
#534F51
(83,79,81)
#484546
(72,69,70)
#3D3B3B
(61,59,59)
#323130
(50,49,48)
#272725
(39,39,37)
#1C1D1A
(28,29,26)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7F777D

#7F777D
(127,119,125)
#8A8388
(138,131,136)
#958F93
(149,143,147)
#A09B9E
(160,155,158)
#ABA7A9
(171,167,169)
#B6B3B4
(182,179,180)
#C1BFBF
(193,191,191)
#CCCBCA
(204,203,202)
#D7D7D5
(215,215,213)
#E2E3E0
(226,227,224)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F777D; }

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

This text font color is #7F777D.

Background Color

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

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

This div background color is #7F777D.

Border color

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

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

This div border color is #7F777D.

Opacity

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

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

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

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

This text has shadow with #7F777D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F777D.

Preview

Color preview on black background

This text has color #7F777D on black background.


Color preview on white background

This text has color #7F777D on white background.


Black color preview on #7F777D background

This text has black color on #7F777D background.


White color preview on #7F777D background

This text has white color on #7F777D background.


Related colors

Complementary color

Complementary color for #hex is #808882.


I love getcolorcode.com

Triadic colors

1 #7D7F77 and #777D7F with #7F777D are triadic colors.

2 #7D777F and #777F7D with #7F777D are triadic colors.