COLOR #6D797A

HEX: #6D797A
RGB: (109,121,122)

Color info

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

RGB color model

#6D797A color RGB value is (109,121,122).

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

RGB channels and saturation

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

109
121
122

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 122 = 352 (100%)
R 109 of 352 ~ 30.97%
G 121 of 352 ~ 34.38%
B 122 of 352 ~ 34.66%

%30.97
%34.38
%34.66

CMYK color model

#6D797A color CMYK value is (11,1,0,52).

  • cyan value is 10.66%
  • magenta value is 0.82%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,1,0,52)
C11M1Y0K52 
(11%,1%,0%,52%)
(0.11/0.01/0.00/0.52)	

CMYK percentages

%10.66
%0.82
%0
%52.16

Codes

Color #6D797A in popluar color models

6D797A
RGB109121122
HSL185°5.63%45.29%
HSB/HSV185°10.66%47.84%
CMYK10.66%0.82%0.00%
52.16%

Color #6D797A in popluar number systems.

HEX6D797A
Decimal109121122
Binary110110111110011111010
Octal155171172

Shades and tints

Shades of #6D797A

#6D797A
(109,121,122)
#646E6F
(100,110,111)
#5B6364
(91,99,100)
#525859
(82,88,89)
#494D4E
(73,77,78)
#404243
(64,66,67)
#373738
(55,55,56)
#2E2C2D
(46,44,45)
#252122
(37,33,34)
#1C1617
(28,22,23)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D797A

#6D797A
(109,121,122)
#7A8586
(122,133,134)
#879192
(135,145,146)
#949D9E
(148,157,158)
#A1A9AA
(161,169,170)
#AEB5B6
(174,181,182)
#BBC1C2
(187,193,194)
#C8CDCE
(200,205,206)
#D5D9DA
(213,217,218)
#E2E5E6
(226,229,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D797A; }

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

This text font color is #6D797A.


Background Color

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

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

This div background color is #6D797A.


Border color

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

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

This div border color is #6D797A.


Opacity

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

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

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

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

This text has shadow with #6D797A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D797A on black background.


Color preview on white background

This text has color #6D797A on white background.



Black color preview on #6D797A background

This text has black color on #6D797A background.


White color preview on #6D797A background

This text has white color on #6D797A background.