COLOR #6D7576

HEX: #6D7576
RGB: (109,117,118)

Color info

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

RGB color model

#6D7576 color RGB value is (109,117,118).

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

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 118 of 255 = 46%

109
117
118

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 118 = 344 (100%)
R 109 of 344 ~ 31.69%
G 117 of 344 ~ 34.01%
B 118 of 344 ~ 34.3%

%31.69
%34.01
%34.3

CMYK color model

#6D7576 color CMYK value is (8,1,0,54).

  • cyan value is 7.63%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,1,0,54)
C8M1Y0K54 
(8%,1%,0%,54%)
(0.08/0.01/0.00/0.54)	

CMYK percentages

%7.63
%0.85
%0
%53.73

Codes

Color #6D7576 in popluar color models

6D7576
RGB109117118
HSL187°3.96%44.51%
HSB/HSV187°7.63%46.27%
CMYK7.63%0.85%0.00%
53.73%

Color #6D7576 in popluar number systems.

HEX6D7576
Decimal109117118
Binary110110111101011110110
Octal155165166

Shades and tints

Shades of #6D7576

#6D7576
(109,117,118)
#646B6C
(100,107,108)
#5B6162
(91,97,98)
#525758
(82,87,88)
#494D4E
(73,77,78)
#404344
(64,67,68)
#37393A
(55,57,58)
#2E2F30
(46,47,48)
#252526
(37,37,38)
#1C1B1C
(28,27,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D7576

#6D7576
(109,117,118)
#7A8182
(122,129,130)
#878D8E
(135,141,142)
#94999A
(148,153,154)
#A1A5A6
(161,165,166)
#AEB1B2
(174,177,178)
#BBBDBE
(187,189,190)
#C8C9CA
(200,201,202)
#D5D5D6
(213,213,214)
#E2E1E2
(226,225,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7576; }

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

This text font color is #6D7576.


Background Color

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

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

This div background color is #6D7576.


Border color

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

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

This div border color is #6D7576.


Opacity

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

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

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

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

This text has shadow with #6D7576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7576 on black background.


Color preview on white background

This text has color #6D7576 on white background.



Black color preview on #6D7576 background

This text has black color on #6D7576 background.


White color preview on #6D7576 background

This text has white color on #6D7576 background.