COLOR #6D7F77

HEX: #6D7F77
RGB: (109,127,119)

Color info

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

RGB color model

#6D7F77 color RGB value is (109,127,119).

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

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 119 of 255 = 47%

109
127
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 119 = 355 (100%)
R 109 of 355 ~ 30.7%
G 127 of 355 ~ 35.77%
B 119 of 355 ~ 33.52%

%30.7
%35.77
%33.52

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 50.20%
CMYK:
(14,0,6,50)
C14M0Y6K50 
(14%,0%,6%,50%)
(0.14/0.00/0.06/0.50)	

CMYK percentages

%14.17
%0
%6.3
%50.2

Codes

Color #6D7F77 in popluar color models

6D7F77
RGB109127119
HSL153°7.63%46.27%
HSB/HSV153°14.17%49.80%
CMYK14.17%0.00%6.30%
50.20%

Color #6D7F77 in popluar number systems.

HEX6D7F77
Decimal109127119
Binary110110111111111110111
Octal155177167

Shades and tints

Shades of #6D7F77

#6D7F77
(109,127,119)
#64746D
(100,116,109)
#5B6963
(91,105,99)
#525E59
(82,94,89)
#49534F
(73,83,79)
#404845
(64,72,69)
#373D3B
(55,61,59)
#2E3231
(46,50,49)
#252727
(37,39,39)
#1C1C1D
(28,28,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D7F77

#6D7F77
(109,127,119)
#7A8A83
(122,138,131)
#87958F
(135,149,143)
#94A09B
(148,160,155)
#A1ABA7
(161,171,167)
#AEB6B3
(174,182,179)
#BBC1BF
(187,193,191)
#C8CCCB
(200,204,203)
#D5D7D7
(213,215,215)
#E2E2E3
(226,226,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7F77; }

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

This text font color is #6D7F77.


Background Color

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

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

This div background color is #6D7F77.


Border color

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

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

This div border color is #6D7F77.


Opacity

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

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

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

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

This text has shadow with #6D7F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7F77 on black background.


Color preview on white background

This text has color #6D7F77 on white background.



Black color preview on #6D7F77 background

This text has black color on #6D7F77 background.


White color preview on #6D7F77 background

This text has white color on #6D7F77 background.