COLOR #7F7D6D

HEX: #7F7D6D RGB: (127,125,109)

Color info

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

RGB color model

#7F7D6D color RGB value is (127,125,109).

RGB: (127,125,109) (50%, 49%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 125 of 255 = 49%
B 109 of 255 = 43%

127
125
109

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

Portions of RGB colors in percentages

R + G + B = 127 + 125 + 109 = 361 (100%)
R 127 of 361 ~ 35.18%
G 125 of 361 ~ 34.63%
B 109 of 361 ~ 30.19'%

%35.18
%34.63
%30.19

CMYK color model

#7F7D6D color CMYK value is (0,2,14,50).

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

CMYK: (0,2,14,50)
C0M2Y14K50 (0%, 2%, 14%, 50%)
(0.00 / 0.02 / 0.14 / 0.50)

CMYK percentages

%0
%1.57
%14.17
%50.2

Codes

Color #7F7D6D in popluar color models

7F 7D 6D
RGB 127 125 109
HSL 53° 7.63% 46.27%
HSB/HSV 53° 14.17% 49.80%
CMYK 0.00% 1.57% 14.17%
50.20%

Color #7F7D6D in popluar number systems.

HEX 7F 7D 6D
Decimal 127 125 109
Binary 1111111 1111101 1101101
Octal 177 175 155

Shades and tints

Shades of #7F7D6D

#7F7D6D
(127,125,109)
#747264
(116,114,100)
#69675B
(105,103,91)
#5E5C52
(94,92,82)
#535149
(83,81,73)
#484640
(72,70,64)
#3D3B37
(61,59,55)
#32302E
(50,48,46)
#272525
(39,37,37)
#1C1A1C
(28,26,28)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #7F7D6D

#7F7D6D
(127,125,109)
#8A887A
(138,136,122)
#959387
(149,147,135)
#A09E94
(160,158,148)
#ABA9A1
(171,169,161)
#B6B4AE
(182,180,174)
#C1BFBB
(193,191,187)
#CCCAC8
(204,202,200)
#D7D5D5
(215,213,213)
#E2E0E2
(226,224,226)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7D6D; }

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

This text font color is #7F7D6D.

Background Color

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

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

This div background color is #7F7D6D.

Border color

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

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

This div border color is #7F7D6D.

Opacity

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

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

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

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

This text has shadow with #7F7D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7D6D.

Preview

Color preview on black background

This text has color #7F7D6D on black background.


Color preview on white background

This text has color #7F7D6D on white background.


Black color preview on #7F7D6D background

This text has black color on #7F7D6D background.


White color preview on #7F7D6D background

This text has white color on #7F7D6D background.


Related colors

Complementary color

Complementary color for #hex is #808292.


I love getcolorcode.com

Triadic colors

1 #6D7F7D and #7D6D7F with #7F7D6D are triadic colors.

2 #6D7D7F and #7D7F6D with #7F7D6D are triadic colors.