COLOR #6D7077

HEX: #6D7077
RGB: (109,112,119)

Color info

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

RGB color model

#6D7077 color RGB value is (109,112,119).

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

RGB channels and saturation

R 109 of 255 = 43%
G 112 of 255 = 44%
B 119 of 255 = 47%

109
112
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 112 + 119 = 340 (100%)
R 109 of 340 ~ 32.06%
G 112 of 340 ~ 32.94%
B 119 of 340 ~ 35%

%32.06
%32.94
%35

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,6,0,53)
C8M6Y0K53 
(8%,6%,0%,53%)
(0.08/0.06/0.00/0.53)	

CMYK percentages

%8.4
%5.88
%0
%53.33

Codes

Color #6D7077 in popluar color models

6D7077
RGB109112119
HSL222°4.39%44.71%
HSB/HSV222°8.40%46.67%
CMYK8.40%5.88%0.00%
53.33%

Color #6D7077 in popluar number systems.

HEX6D7077
Decimal109112119
Binary110110111100001110111
Octal155160167

Shades and tints

Shades of #6D7077

#6D7077
(109,112,119)
#64666D
(100,102,109)
#5B5C63
(91,92,99)
#525259
(82,82,89)
#49484F
(73,72,79)
#403E45
(64,62,69)
#37343B
(55,52,59)
#2E2A31
(46,42,49)
#252027
(37,32,39)
#1C161D
(28,22,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D7077

#6D7077
(109,112,119)
#7A7D83
(122,125,131)
#878A8F
(135,138,143)
#94979B
(148,151,155)
#A1A4A7
(161,164,167)
#AEB1B3
(174,177,179)
#BBBEBF
(187,190,191)
#C8CBCB
(200,203,203)
#D5D8D7
(213,216,215)
#E2E5E3
(226,229,227)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7077; }

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

This text font color is #6D7077.


Background Color

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

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

This div background color is #6D7077.


Border color

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

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

This div border color is #6D7077.


Opacity

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

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

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

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

This text has shadow with #6D7077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7077 on black background.


Color preview on white background

This text has color #6D7077 on white background.



Black color preview on #6D7077 background

This text has black color on #6D7077 background.


White color preview on #6D7077 background

This text has white color on #6D7077 background.