COLOR #7F676E

HEX: #7F676E RGB: (127,103,110)

Color info

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

RGB color model

#7F676E color RGB value is (127,103,110).

RGB: (127,103,110) (50%, 40%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 110 of 255 = 43%

127
103
110

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

Portions of RGB colors in percentages

R + G + B = 127 + 103 + 110 = 340 (100%)
R 127 of 340 ~ 37.35%
G 103 of 340 ~ 30.29%
B 110 of 340 ~ 32.35'%

%37.35
%30.29
%32.35

CMYK color model

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

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

CMYK: (0,19,13,50)
C0M19Y13K50 (0%, 19%, 13%, 50%)
(0.00 / 0.19 / 0.13 / 0.50)

CMYK percentages

%0
%18.9
%13.39
%50.2

Codes

Color #7F676E in popluar color models

7F 67 6E
RGB 127 103 110
HSL 343° 10.43% 45.10%
HSB/HSV 343° 18.90% 49.80%
CMYK 0.00% 18.90% 13.39%
50.20%

Color #7F676E in popluar number systems.

HEX 7F 67 6E
Decimal 127 103 110
Binary 1111111 1100111 1101110
Octal 177 147 156

Shades and tints

Shades of #7F676E

#7F676E
(127,103,110)
#745E64
(116,94,100)
#69555A
(105,85,90)
#5E4C50
(94,76,80)
#534346
(83,67,70)
#483A3C
(72,58,60)
#3D3132
(61,49,50)
#322828
(50,40,40)
#271F1E
(39,31,30)
#1C1614
(28,22,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #7F676E

#7F676E
(127,103,110)
#8A747B
(138,116,123)
#958188
(149,129,136)
#A08E95
(160,142,149)
#AB9BA2
(171,155,162)
#B6A8AF
(182,168,175)
#C1B5BC
(193,181,188)
#CCC2C9
(204,194,201)
#D7CFD6
(215,207,214)
#E2DCE3
(226,220,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F676E; }

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

This text font color is #7F676E.

Background Color

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

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

This div background color is #7F676E.

Border color

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

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

This div border color is #7F676E.

Opacity

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

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

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

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

This text has shadow with #7F676E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F676E.

Preview

Color preview on black background

This text has color #7F676E on black background.


Color preview on white background

This text has color #7F676E on white background.


Black color preview on #7F676E background

This text has black color on #7F676E background.


White color preview on #7F676E background

This text has white color on #7F676E background.


Related colors

Complementary color

Complementary color for #hex is #809891.


I love getcolorcode.com

Triadic colors

1 #6E7F67 and #676E7F with #7F676E are triadic colors.

2 #6E677F and #677F6E with #7F676E are triadic colors.