COLOR #7F766E

HEX: #7F766E RGB: (127,118,110)

Color info

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

RGB color model

#7F766E color RGB value is (127,118,110).

RGB: (127,118,110) (50%, 46%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 110 of 255 = 43%

127
118
110

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

Portions of RGB colors in percentages

R + G + B = 127 + 118 + 110 = 355 (100%)
R 127 of 355 ~ 35.77%
G 118 of 355 ~ 33.24%
B 110 of 355 ~ 30.99'%

%35.77
%33.24
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 13.39%
  • key color value is 50.20%

CMYK: (0,7,13,50)
C0M7Y13K50 (0%, 7%, 13%, 50%)
(0.00 / 0.07 / 0.13 / 0.50)

CMYK percentages

%0
%7.09
%13.39
%50.2

Codes

Color #7F766E in popluar color models

7F 76 6E
RGB 127 118 110
HSL 28° 7.17% 46.47%
HSB/HSV 28° 13.39% 49.80%
CMYK 0.00% 7.09% 13.39%
50.20%

Color #7F766E in popluar number systems.

HEX 7F 76 6E
Decimal 127 118 110
Binary 1111111 1110110 1101110
Octal 177 166 156

Shades and tints

Shades of #7F766E

#7F766E
(127,118,110)
#746C64
(116,108,100)
#69625A
(105,98,90)
#5E5850
(94,88,80)
#534E46
(83,78,70)
#48443C
(72,68,60)
#3D3A32
(61,58,50)
#323028
(50,48,40)
#27261E
(39,38,30)
#1C1C14
(28,28,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #7F766E

#7F766E
(127,118,110)
#8A827B
(138,130,123)
#958E88
(149,142,136)
#A09A95
(160,154,149)
#ABA6A2
(171,166,162)
#B6B2AF
(182,178,175)
#C1BEBC
(193,190,188)
#CCCAC9
(204,202,201)
#D7D6D6
(215,214,214)
#E2E2E3
(226,226,227)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F766E; }

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

This text font color is #7F766E.

Background Color

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

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

This div background color is #7F766E.

Border color

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

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

This div border color is #7F766E.

Opacity

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

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

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

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

This text has shadow with #7F766E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F766E.

Preview

Color preview on black background

This text has color #7F766E on black background.


Color preview on white background

This text has color #7F766E on white background.


Black color preview on #7F766E background

This text has black color on #7F766E background.


White color preview on #7F766E background

This text has white color on #7F766E background.


Related colors

Complementary color

Complementary color for #hex is #808991.


I love getcolorcode.com

Triadic colors

1 #6E7F76 and #766E7F with #7F766E are triadic colors.

2 #6E767F and #767F6E with #7F766E are triadic colors.