COLOR #6D7577

HEX: #6D7577
RGB: (109,117,119)

Color info

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

RGB color model

#6D7577 color RGB value is (109,117,119).

  • red value is 109;
  • green value is 117;
  • blue value is 119.
RGB:
(109,117,119)
(43%,46%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 119 of 255 = 47%

109
117
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 119 = 345 (100%)
R 109 of 345 ~ 31.59%
G 117 of 345 ~ 33.91%
B 119 of 345 ~ 34.49%

%31.59
%33.91
%34.49

CMYK color model

#6D7577 color CMYK value is (8,2,0,53).

  • cyan value is 8.40%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,2,0,53)
C8M2Y0K53 
(8%,2%,0%,53%)
(0.08/0.02/0.00/0.53)	

CMYK percentages

%8.4
%1.68
%0
%53.33

Codes

Color #6D7577 in popluar color models

6D7577
RGB109117119
HSL192°4.39%44.71%
HSB/HSV192°8.40%46.67%
CMYK8.40%1.68%0.00%
53.33%

Color #6D7577 in popluar number systems.

HEX6D7577
Decimal109117119
Binary110110111101011110111
Octal155165167

Shades and tints

Shades of #6D7577

#6D7577
(109,117,119)
#646B6D
(100,107,109)
#5B6163
(91,97,99)
#525759
(82,87,89)
#494D4F
(73,77,79)
#404345
(64,67,69)
#37393B
(55,57,59)
#2E2F31
(46,47,49)
#252527
(37,37,39)
#1C1B1D
(28,27,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D7577

#6D7577
(109,117,119)
#7A8183
(122,129,131)
#878D8F
(135,141,143)
#94999B
(148,153,155)
#A1A5A7
(161,165,167)
#AEB1B3
(174,177,179)
#BBBDBF
(187,189,191)
#C8C9CB
(200,201,203)
#D5D5D7
(213,213,215)
#E2E1E3
(226,225,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7577; }

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

This text font color is #6D7577.


Background Color

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

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

This div background color is #6D7577.


Border color

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

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

This div border color is #6D7577.


Opacity

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

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

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

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

This text has shadow with #6D7577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7577 on black background.


Color preview on white background

This text has color #6D7577 on white background.



Black color preview on #6D7577 background

This text has black color on #6D7577 background.


White color preview on #6D7577 background

This text has white color on #6D7577 background.