COLOR #6D6772

HEX: #6D6772
RGB: (109,103,114)

Color info

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

RGB color model

#6D6772 color RGB value is (109,103,114).

  • red value is 109;
  • green value is 103;
  • blue value is 114.
RGB:
(109,103,114)
(43%,40%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 114 of 255 = 45%

109
103
114

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 114 = 326 (100%)
R 109 of 326 ~ 33.44%
G 103 of 326 ~ 31.6%
B 114 of 326 ~ 34.97%

%33.44
%31.6
%34.97

CMYK color model

#6D6772 color CMYK value is (4,10,0,55).

  • cyan value is 4.39%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,10,0,55)
C4M10Y0K55 
(4%,10%,0%,55%)
(0.04/0.10/0.00/0.55)	

CMYK percentages

%4.39
%9.65
%0
%55.29

Codes

Color #6D6772 in popluar color models

6D6772
RGB109103114
HSL273°5.07%42.55%
HSB/HSV273°9.65%44.71%
CMYK4.39%9.65%0.00%
55.29%

Color #6D6772 in popluar number systems.

HEX6D6772
Decimal109103114
Binary110110111001111110010
Octal155147162

Shades and tints

Shades of #6D6772

#6D6772
(109,103,114)
#645E68
(100,94,104)
#5B555E
(91,85,94)
#524C54
(82,76,84)
#49434A
(73,67,74)
#403A40
(64,58,64)
#373136
(55,49,54)
#2E282C
(46,40,44)
#251F22
(37,31,34)
#1C1618
(28,22,24)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #6D6772

#6D6772
(109,103,114)
#7A747E
(122,116,126)
#87818A
(135,129,138)
#948E96
(148,142,150)
#A19BA2
(161,155,162)
#AEA8AE
(174,168,174)
#BBB5BA
(187,181,186)
#C8C2C6
(200,194,198)
#D5CFD2
(213,207,210)
#E2DCDE
(226,220,222)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6772 color. Also use rgb(109,103,114) instead hex code.

Text Font Color

.myTextColor { color: #6D6772; }

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

This text font color is #6D6772.


Background Color

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

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

This div background color is #6D6772.


Border color

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

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

This div border color is #6D6772.


Opacity

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

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

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

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

This text has shadow with #6D6772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6772 on black background.


Color preview on white background

This text has color #6D6772 on white background.



Black color preview on #6D6772 background

This text has black color on #6D6772 background.


White color preview on #6D6772 background

This text has white color on #6D6772 background.