COLOR #6D7377

HEX: #6D7377 RGB: (109,115,119)

Color info

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

RGB color model

#6D7377 color RGB value is (109,115,119).

RGB: (109,115,119) (43%, 45%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 115 of 255 = 45%
B 119 of 255 = 47%

109
115
119

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

Portions of RGB colors in percentages

R + G + B = 109 + 115 + 119 = 343 (100%)
R 109 of 343 ~ 31.78%
G 115 of 343 ~ 33.53%
B 119 of 343 ~ 34.69'%

%31.78
%33.53
%34.69

CMYK color model

#6D7377 color CMYK value is (8,3,0,53).

  • cyan value is 8.40%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (8,3,0,53)
C8M3Y0K53 (8%, 3%, 0%, 53%)
(0.08 / 0.03 / 0.00 / 0.53)

CMYK percentages

%8.4
%3.36
%0
%53.33

Codes

Color #6D7377 in popluar color models

6D 73 77
RGB 109 115 119
HSL 204° 4.39% 44.71%
HSB/HSV 204° 8.40% 46.67%
CMYK 8.40% 3.36% 0.00%
53.33%

Color #6D7377 in popluar number systems.

HEX 6D 73 77
Decimal 109 115 119
Binary 1101101 1110011 1110111
Octal 155 163 167

Shades and tints

Shades of #6D7377

#6D7377
(109,115,119)
#64696D
(100,105,109)
#5B5F63
(91,95,99)
#525559
(82,85,89)
#494B4F
(73,75,79)
#404145
(64,65,69)
#37373B
(55,55,59)
#2E2D31
(46,45,49)
#252327
(37,35,39)
#1C191D
(28,25,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #6D7377

#6D7377
(109,115,119)
#7A7F83
(122,127,131)
#878B8F
(135,139,143)
#94979B
(148,151,155)
#A1A3A7
(161,163,167)
#AEAFB3
(174,175,179)
#BBBBBF
(187,187,191)
#C8C7CB
(200,199,203)
#D5D3D7
(213,211,215)
#E2DFE3
(226,223,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7377 color. Also use rgb(109,115,119) instead hex code.

Text Font Color

.myTextColor { color: #6D7377; }

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

This text font color is #6D7377.

Background Color

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

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

This div background color is #6D7377.

Border color

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

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

This div border color is #6D7377.

Opacity

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

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

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

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

This text has shadow with #6D7377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7377.

Preview

Color preview on black background

This text has color #6D7377 on black background.


Color preview on white background

This text has color #6D7377 on white background.


Black color preview on #6D7377 background

This text has black color on #6D7377 background.


White color preview on #6D7377 background

This text has white color on #6D7377 background.


Related colors

Complementary color

Complementary color for #hex is #928C88.


I love getcolorcode.com

Triadic colors

1 #776D73 and #73776D with #6D7377 are triadic colors.

2 #77736D and #736D77 with #6D7377 are triadic colors.