COLOR #6D777C

HEX: #6D777C RGB: (109,119,124)

Color info

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

RGB color model

#6D777C color RGB value is (109,119,124).

RGB: (109,119,124) (43%, 47%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 119 of 255 = 47%
B 124 of 255 = 49%

109
119
124

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

Portions of RGB colors in percentages

R + G + B = 109 + 119 + 124 = 352 (100%)
R 109 of 352 ~ 30.97%
G 119 of 352 ~ 33.81%
B 124 of 352 ~ 35.23'%

%30.97
%33.81
%35.23

CMYK color model

#6D777C color CMYK value is (12,4,0,51).

  • cyan value is 12.10%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (12,4,0,51) C12M4Y0K51 (12%,4%,0%,51%) (0.12/0.04/0.00/0.51) 

CMYK percentages

%12.1
%4.03
%0
%51.37

Codes

Color #6D777C in popluar color models

6D 77 7C
RGB 109 119 124
HSL 200° 6.44% 45.69%
HSB/HSV 200° 12.10% 48.63%
CMYK 12.10% 4.03% 0.00%
51.37%

Color #6D777C in popluar number systems.

HEX 6D 77 7C
Decimal 109 119 124
Binary 1101101 1110111 1111100
Octal 155 167 174

Shades and tints

Shades of #6D777C

#6D777C
(109,119,124)
#646D71
(100,109,113)
#5B6366
(91,99,102)
#52595B
(82,89,91)
#494F50
(73,79,80)
#404545
(64,69,69)
#373B3A
(55,59,58)
#2E312F
(46,49,47)
#252724
(37,39,36)
#1C1D19
(28,29,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D777C

#6D777C
(109,119,124)
#7A8387
(122,131,135)
#878F92
(135,143,146)
#949B9D
(148,155,157)
#A1A7A8
(161,167,168)
#AEB3B3
(174,179,179)
#BBBFBE
(187,191,190)
#C8CBC9
(200,203,201)
#D5D7D4
(213,215,212)
#E2E3DF
(226,227,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D777C color. Also use rgb(109,119,124) instead hex code.

Text Font Color

.myTextColor { color: #6D777C; }

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

This text font color is #6D777C.

Background Color

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

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

This div background color is #6D777C.

Border color

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

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

This div border color is #6D777C.

Opacity

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

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

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

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

This text has shadow with #6D777C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D777C.

Preview

Color preview on black background

This text has color #6D777C on black background.


Color preview on white background

This text has color #6D777C on white background.


Black color preview on #6D777C background

This text has black color on #6D777C background.


White color preview on #6D777C background

This text has white color on #6D777C background.


Related colors

Complementary color

Complementary color for #hex is #928883.


I love getcolorcode.com

Triadic colors

1 #7C6D77 and #777C6D with #6D777C are triadic colors.

2 #7C776D and #776D7C with #6D777C are triadic colors.