COLOR #7F776E

HEX: #7F776E
RGB: (127,119,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
119
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 110 = 356 (100%)
R 127 of 356 ~ 35.67%
G 119 of 356 ~ 33.43%
B 110 of 356 ~ 30.9%

%35.67
%33.43
%30.9

CMYK color model

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

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

CMYK percentages

%0
%6.3
%13.39
%50.2

Codes

Color #7F776E in popluar color models

7F776E
RGB127119110
HSL32°7.17%46.47%
HSB/HSV32°13.39%49.80%
CMYK0.00%6.30%13.39%
50.20%

Color #7F776E in popluar number systems.

HEX7F776E
Decimal127119110
Binary111111111101111101110
Octal177167156

Shades and tints

Shades of #7F776E

#7F776E
(127,119,110)
#746D64
(116,109,100)
#69635A
(105,99,90)
#5E5950
(94,89,80)
#534F46
(83,79,70)
#48453C
(72,69,60)
#3D3B32
(61,59,50)
#323128
(50,49,40)
#27271E
(39,39,30)
#1C1D14
(28,29,20)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F776E

#7F776E
(127,119,110)
#8A837B
(138,131,123)
#958F88
(149,143,136)
#A09B95
(160,155,149)
#ABA7A2
(171,167,162)
#B6B3AF
(182,179,175)
#C1BFBC
(193,191,188)
#CCCBC9
(204,203,201)
#D7D7D6
(215,215,214)
#E2E3E3
(226,227,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F776E; }

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

This text font color is #7F776E.


Background Color

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

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

This div background color is #7F776E.


Border color

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

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

This div border color is #7F776E.


Opacity

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

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

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

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

This text has shadow with #7F776E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F776E on black background.


Color preview on white background

This text has color #7F776E on white background.



Black color preview on #7F776E background

This text has black color on #7F776E background.


White color preview on #7F776E background

This text has white color on #7F776E background.