COLOR #6D7D7A

HEX: #6D7D7A
RGB: (109,125,122)

Color info

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

RGB color model

#6D7D7A color RGB value is (109,125,122).

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

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 122 of 255 = 48%

109
125
122

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 122 = 356 (100%)
R 109 of 356 ~ 30.62%
G 125 of 356 ~ 35.11%
B 122 of 356 ~ 34.27%

%30.62
%35.11
%34.27

CMYK color model

#6D7D7A color CMYK value is (13,0,2,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 50.98%
CMYK:
(13,0,2,51)
C13M0Y2K51 
(13%,0%,2%,51%)
(0.13/0.00/0.02/0.51)	

CMYK percentages

%12.8
%0
%2.4
%50.98

Codes

Color #6D7D7A in popluar color models

6D7D7A
RGB109125122
HSL169°6.84%45.88%
HSB/HSV169°12.80%49.02%
CMYK12.80%0.00%2.40%
50.98%

Color #6D7D7A in popluar number systems.

HEX6D7D7A
Decimal109125122
Binary110110111111011111010
Octal155175172

Shades and tints

Shades of #6D7D7A

#6D7D7A
(109,125,122)
#64726F
(100,114,111)
#5B6764
(91,103,100)
#525C59
(82,92,89)
#49514E
(73,81,78)
#404643
(64,70,67)
#373B38
(55,59,56)
#2E302D
(46,48,45)
#252522
(37,37,34)
#1C1A17
(28,26,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #6D7D7A

#6D7D7A
(109,125,122)
#7A8886
(122,136,134)
#879392
(135,147,146)
#949E9E
(148,158,158)
#A1A9AA
(161,169,170)
#AEB4B6
(174,180,182)
#BBBFC2
(187,191,194)
#C8CACE
(200,202,206)
#D5D5DA
(213,213,218)
#E2E0E6
(226,224,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7D7A; }

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

This text font color is #6D7D7A.


Background Color

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

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

This div background color is #6D7D7A.


Border color

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

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

This div border color is #6D7D7A.


Opacity

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

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

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

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

This text has shadow with #6D7D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D7A on black background.


Color preview on white background

This text has color #6D7D7A on white background.



Black color preview on #6D7D7A background

This text has black color on #6D7D7A background.


White color preview on #6D7D7A background

This text has white color on #6D7D7A background.