COLOR #6D7B79

HEX: #6D7B79
RGB: (109,123,121)

Color info

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

RGB color model

#6D7B79 color RGB value is (109,123,121).

  • red value is 109;
  • green value is 123;
  • blue value is 121.
RGB:
(109,123,121)
(43%,48%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 123 of 255 = 48%
B 121 of 255 = 47%

109
123
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 123 + 121 = 353 (100%)
R 109 of 353 ~ 30.88%
G 123 of 353 ~ 34.84%
B 121 of 353 ~ 34.28%

%30.88
%34.84
%34.28

CMYK color model

#6D7B79 color CMYK value is (11,0,2,52).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 51.76%
CMYK:
(11,0,2,52)
C11M0Y2K52 
(11%,0%,2%,52%)
(0.11/0.00/0.02/0.52)	

CMYK percentages

%11.38
%0
%1.63
%51.76

Codes

Color #6D7B79 in popluar color models

6D7B79
RGB109123121
HSL171°6.03%45.49%
HSB/HSV171°11.38%48.24%
CMYK11.38%0.00%1.63%
51.76%

Color #6D7B79 in popluar number systems.

HEX6D7B79
Decimal109123121
Binary110110111110111111001
Octal155173171

Shades and tints

Shades of #6D7B79

#6D7B79
(109,123,121)
#64706E
(100,112,110)
#5B6563
(91,101,99)
#525A58
(82,90,88)
#494F4D
(73,79,77)
#404442
(64,68,66)
#373937
(55,57,55)
#2E2E2C
(46,46,44)
#252321
(37,35,33)
#1C1816
(28,24,22)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #6D7B79

#6D7B79
(109,123,121)
#7A8785
(122,135,133)
#879391
(135,147,145)
#949F9D
(148,159,157)
#A1ABA9
(161,171,169)
#AEB7B5
(174,183,181)
#BBC3C1
(187,195,193)
#C8CFCD
(200,207,205)
#D5DBD9
(213,219,217)
#E2E7E5
(226,231,229)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7B79 color. Also use rgb(109,123,121) instead hex code.

Text Font Color

.myTextColor { color: #6D7B79; }

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

This text font color is #6D7B79.


Background Color

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

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

This div background color is #6D7B79.


Border color

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

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

This div border color is #6D7B79.


Opacity

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

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

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

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

This text has shadow with #6D7B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7B79 on black background.


Color preview on white background

This text has color #6D7B79 on white background.



Black color preview on #6D7B79 background

This text has black color on #6D7B79 background.


White color preview on #6D7B79 background

This text has white color on #6D7B79 background.