COLOR #6D727F

HEX: #6D727F RGB: (109,114,127)

Color info

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

RGB color model

#6D727F color RGB value is (109,114,127).

RGB: (109,114,127) (43%, 45%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 127 of 255 = 50%

109
114
127

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

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 127 = 350 (100%)
R 109 of 350 ~ 31.14%
G 114 of 350 ~ 32.57%
B 127 of 350 ~ 36.29'%

%31.14
%32.57
%36.29

CMYK color model

#6D727F color CMYK value is (14,10,0,50).

  • cyan value is 14.17%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (14,10,0,50) C14M10Y0K50 (14%,10%,0%,50%) (0.14/0.10/0.00/0.50) 

CMYK percentages

%14.17
%10.24
%0
%50.2

Codes

Color #6D727F in popluar color models

6D 72 7F
RGB 109 114 127
HSL 223° 7.63% 46.27%
HSB/HSV 223° 14.17% 49.80%
CMYK 14.17% 10.24% 0.00%
50.20%

Color #6D727F in popluar number systems.

HEX 6D 72 7F
Decimal 109 114 127
Binary 1101101 1110010 1111111
Octal 155 162 177

Shades and tints

Shades of #6D727F

#6D727F
(109,114,127)
#646874
(100,104,116)
#5B5E69
(91,94,105)
#52545E
(82,84,94)
#494A53
(73,74,83)
#404048
(64,64,72)
#37363D
(55,54,61)
#2E2C32
(46,44,50)
#252227
(37,34,39)
#1C181C
(28,24,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D727F

#6D727F
(109,114,127)
#7A7E8A
(122,126,138)
#878A95
(135,138,149)
#9496A0
(148,150,160)
#A1A2AB
(161,162,171)
#AEAEB6
(174,174,182)
#BBBAC1
(187,186,193)
#C8C6CC
(200,198,204)
#D5D2D7
(213,210,215)
#E2DEE2
(226,222,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D727F color. Also use rgb(109,114,127) instead hex code.

Text Font Color

.myTextColor { color: #6D727F; }

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

This text font color is #6D727F.

Background Color

.myBgColor { background-color: #6D727F; }

<div style="background-color:#6D727F">Inner text</div>

This div background color is #6D727F.

Border color

.myBorderColor { border: 1px solid #6D727F; }

<div style="border:3px solid #6D727F">Div</div>

This div border color is #6D727F.

Opacity

.myOpacity80 { color: #6D727F; opacity: 0.8; }

<p style="color:#6D727F;opacity:0.8;">80%</p>

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

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

This text has shadow with #6D727F color.


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

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

This text has shadow with #6D727F primary color and red secondary color.


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

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

This text has shadow with #6D727F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6D727F.

Preview

Color preview on black background

This text has color #6D727F on black background.


Color preview on white background

This text has color #6D727F on white background.


Black color preview on #6D727F background

This text has black color on #6D727F background.


White color preview on #6D727F background

This text has white color on #6D727F background.


Related colors

Complementary color

Complementary color for #hex is #928D80.


I love getcolorcode.com

Triadic colors

1 #7F6D72 and #727F6D with #6D727F are triadic colors.

2 #7F726D and #726D7F with #6D727F are triadic colors.