COLOR #6D787B

HEX: #6D787B RGB: (109,120,123)

Color info

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

RGB color model

#6D787B color RGB value is (109,120,123).

RGB: (109,120,123) (43%, 47%, 48%)

RGB channels and saturation

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

109
120
123

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 123 = 352 (100%)
R 109 of 352 ~ 30.97%
G 120 of 352 ~ 34.09%
B 123 of 352 ~ 34.94'%

%30.97
%34.09
%34.94

CMYK color model

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

  • cyan value is 11.38%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (11,2,0,52)
C11M2Y0K52 (11%, 2%, 0%, 52%)
(0.11 / 0.02 / 0.00 / 0.52)

CMYK percentages

%11.38
%2.44
%0
%51.76

Codes

Color #6D787B in popluar color models

6D 78 7B
RGB 109 120 123
HSL 193° 6.03% 45.49%
HSB/HSV 193° 11.38% 48.24%
CMYK 11.38% 2.44% 0.00%
51.76%

Color #6D787B in popluar number systems.

HEX 6D 78 7B
Decimal 109 120 123
Binary 1101101 1111000 1111011
Octal 155 170 173

Shades and tints

Shades of #6D787B

#6D787B
(109,120,123)
#646E70
(100,110,112)
#5B6465
(91,100,101)
#525A5A
(82,90,90)
#49504F
(73,80,79)
#404644
(64,70,68)
#373C39
(55,60,57)
#2E322E
(46,50,46)
#252823
(37,40,35)
#1C1E18
(28,30,24)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #6D787B

#6D787B
(109,120,123)
#7A8487
(122,132,135)
#879093
(135,144,147)
#949C9F
(148,156,159)
#A1A8AB
(161,168,171)
#AEB4B7
(174,180,183)
#BBC0C3
(187,192,195)
#C8CCCF
(200,204,207)
#D5D8DB
(213,216,219)
#E2E4E7
(226,228,231)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D787B; }

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

This text font color is #6D787B.

Background Color

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

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

This div background color is #6D787B.

Border color

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

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

This div border color is #6D787B.

Opacity

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

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

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

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

This text has shadow with #6D787B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D787B.

Preview

Color preview on black background

This text has color #6D787B on black background.


Color preview on white background

This text has color #6D787B on white background.


Black color preview on #6D787B background

This text has black color on #6D787B background.


White color preview on #6D787B background

This text has white color on #6D787B background.


Related colors

Complementary color

Complementary color for #hex is #928784.


I love getcolorcode.com

Triadic colors

1 #7B6D78 and #787B6D with #6D787B are triadic colors.

2 #7B786D and #786D7B with #6D787B are triadic colors.