COLOR #7F7E77

HEX: #7F7E77
RGB: (127,126,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
126
119

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

Portions of RGB colors in percentages

R + G + B =
127 + 126 + 119 = 372 (100%)
R 127 of 372 ~ 34.14%
G 126 of 372 ~ 33.87%
B 119 of 372 ~ 31.99%

%34.14
%33.87
%31.99

CMYK color model

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

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

CMYK percentages

%0
%0.79
%6.3
%50.2

Codes

Color #7F7E77 in popluar color models

7F7E77
RGB127126119
HSL53°3.25%48.24%
HSB/HSV53°6.30%49.80%
CMYK0.00%0.79%6.30%
50.20%

Color #7F7E77 in popluar number systems.

HEX7F7E77
Decimal127126119
Binary111111111111101110111
Octal177176167

Shades and tints

Shades of #7F7E77

#7F7E77
(127,126,119)
#74736D
(116,115,109)
#696863
(105,104,99)
#5E5D59
(94,93,89)
#53524F
(83,82,79)
#484745
(72,71,69)
#3D3C3B
(61,60,59)
#323131
(50,49,49)
#272627
(39,38,39)
#1C1B1D
(28,27,29)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #7F7E77

#7F7E77
(127,126,119)
#8A8983
(138,137,131)
#95948F
(149,148,143)
#A09F9B
(160,159,155)
#ABAAA7
(171,170,167)
#B6B5B3
(182,181,179)
#C1C0BF
(193,192,191)
#CCCBCB
(204,203,203)
#D7D6D7
(215,214,215)
#E2E1E3
(226,225,227)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7E77; }

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

This text font color is #7F7E77.


Background Color

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

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

This div background color is #7F7E77.


Border color

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

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

This div border color is #7F7E77.


Opacity

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

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

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

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

This text has shadow with #7F7E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7E77 on black background.


Color preview on white background

This text has color #7F7E77 on white background.



Black color preview on #7F7E77 background

This text has black color on #7F7E77 background.


White color preview on #7F7E77 background

This text has white color on #7F7E77 background.