COLOR #7F666D

HEX: #7F666D RGB: (127,102,109)

Color info

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

RGB color model

#7F666D color RGB value is (127,102,109).

RGB: (127,102,109) (50%, 40%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 109 of 255 = 43%

127
102
109

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

Portions of RGB colors in percentages

R + G + B = 127 + 102 + 109 = 338 (100%)
R 127 of 338 ~ 37.57%
G 102 of 338 ~ 30.18%
B 109 of 338 ~ 32.25'%

%37.57
%30.18
%32.25

CMYK color model

#7F666D color CMYK value is (0,20,14,50).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 14.17%
  • key color value is 50.20%

CMYK: (0,20,14,50)
C0M20Y14K50 (0%, 20%, 14%, 50%)
(0.00 / 0.20 / 0.14 / 0.50)

CMYK percentages

%0
%19.69
%14.17
%50.2

Codes

Color #7F666D in popluar color models

7F 66 6D
RGB 127 102 109
HSL 343° 10.92% 44.90%
HSB/HSV 343° 19.69% 49.80%
CMYK 0.00% 19.69% 14.17%
50.20%

Color #7F666D in popluar number systems.

HEX 7F 66 6D
Decimal 127 102 109
Binary 1111111 1100110 1101101
Octal 177 146 155

Shades and tints

Shades of #7F666D

#7F666D
(127,102,109)
#745D64
(116,93,100)
#69545B
(105,84,91)
#5E4B52
(94,75,82)
#534249
(83,66,73)
#483940
(72,57,64)
#3D3037
(61,48,55)
#32272E
(50,39,46)
#271E25
(39,30,37)
#1C151C
(28,21,28)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #7F666D

#7F666D
(127,102,109)
#8A737A
(138,115,122)
#958087
(149,128,135)
#A08D94
(160,141,148)
#AB9AA1
(171,154,161)
#B6A7AE
(182,167,174)
#C1B4BB
(193,180,187)
#CCC1C8
(204,193,200)
#D7CED5
(215,206,213)
#E2DBE2
(226,219,226)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F666D color. Also use rgb(127,102,109) instead hex code.

Text Font Color

.myTextColor { color: #7F666D; }

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

This text font color is #7F666D.

Background Color

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

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

This div background color is #7F666D.

Border color

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

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

This div border color is #7F666D.

Opacity

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

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

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

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

This text has shadow with #7F666D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F666D.

Preview

Color preview on black background

This text has color #7F666D on black background.


Color preview on white background

This text has color #7F666D on white background.


Black color preview on #7F666D background

This text has black color on #7F666D background.


White color preview on #7F666D background

This text has white color on #7F666D background.


Related colors

Complementary color

Complementary color for #hex is #809992.


I love getcolorcode.com

Triadic colors

1 #6D7F66 and #666D7F with #7F666D are triadic colors.

2 #6D667F and #667F6D with #7F666D are triadic colors.