COLOR #7F776B

HEX: #7F776B RGB: (127,119,107)

Color info

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

RGB color model

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

RGB: (127,119,107) (50%, 47%, 42%)

RGB channels and saturation

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

127
119
107

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

Portions of RGB colors in percentages

R + G + B = 127 + 119 + 107 = 353 (100%)
R 127 of 353 ~ 35.98%
G 119 of 353 ~ 33.71%
B 107 of 353 ~ 30.31'%

%35.98
%33.71
%30.31

CMYK color model

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

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

CMYK: (0,6,16,50)
C0M6Y16K50 (0%, 6%, 16%, 50%)
(0.00 / 0.06 / 0.16 / 0.50)

CMYK percentages

%0
%6.3
%15.75
%50.2

Codes

Color #7F776B in popluar color models

7F 77 6B
RGB 127 119 107
HSL 36° 8.55% 45.88%
HSB/HSV 36° 15.75% 49.80%
CMYK 0.00% 6.30% 15.75%
50.20%

Color #7F776B in popluar number systems.

HEX 7F 77 6B
Decimal 127 119 107
Binary 1111111 1110111 1101011
Octal 177 167 153

Shades and tints

Shades of #7F776B

#7F776B
(127,119,107)
#746D62
(116,109,98)
#696359
(105,99,89)
#5E5950
(94,89,80)
#534F47
(83,79,71)
#48453E
(72,69,62)
#3D3B35
(61,59,53)
#32312C
(50,49,44)
#272723
(39,39,35)
#1C1D1A
(28,29,26)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F776B

#7F776B
(127,119,107)
#8A8378
(138,131,120)
#958F85
(149,143,133)
#A09B92
(160,155,146)
#ABA79F
(171,167,159)
#B6B3AC
(182,179,172)
#C1BFB9
(193,191,185)
#CCCBC6
(204,203,198)
#D7D7D3
(215,215,211)
#E2E3E0
(226,227,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F776B; }

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

This text font color is #7F776B.

Background Color

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

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

This div background color is #7F776B.

Border color

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

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

This div border color is #7F776B.

Opacity

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

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

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

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

This text has shadow with #7F776B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F776B.

Preview

Color preview on black background

This text has color #7F776B on black background.


Color preview on white background

This text has color #7F776B on white background.


Black color preview on #7F776B background

This text has black color on #7F776B background.


White color preview on #7F776B background

This text has white color on #7F776B background.


Related colors

Complementary color

Complementary color for #hex is #808894.


I love getcolorcode.com

Triadic colors

1 #6B7F77 and #776B7F with #7F776B are triadic colors.

2 #6B777F and #777F6B with #7F776B are triadic colors.