COLOR #6C777F

HEX: #6C777F
RGB: (108,119,127)

Color info

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

RGB color model

#6C777F color RGB value is (108,119,127).

  • red value is 108;
  • green value is 119;
  • blue value is 127.
RGB:
(108,119,127)
(42%,47%,50%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 127 of 255 = 50%

108
119
127

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 127 = 354 (100%)
R 108 of 354 ~ 30.51%
G 119 of 354 ~ 33.62%
B 127 of 354 ~ 35.88%

%30.51
%33.62
%35.88

CMYK color model

#6C777F color CMYK value is (15,6,0,50).

  • cyan value is 14.96%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(15,6,0,50)
C15M6Y0K50 
(15%,6%,0%,50%)
(0.15/0.06/0.00/0.50)	

CMYK percentages

%14.96
%6.3
%0
%50.2

Codes

Color #6C777F in popluar color models

6C777F
RGB108119127
HSL205°8.09%46.08%
HSB/HSV205°14.96%49.80%
CMYK14.96%6.30%0.00%
50.20%

Color #6C777F in popluar number systems.

HEX6C777F
Decimal108119127
Binary110110011101111111111
Octal154167177

Shades and tints

Shades of #6C777F

#6C777F
(108,119,127)
#636D74
(99,109,116)
#5A6369
(90,99,105)
#51595E
(81,89,94)
#484F53
(72,79,83)
#3F4548
(63,69,72)
#363B3D
(54,59,61)
#2D3132
(45,49,50)
#242727
(36,39,39)
#1B1D1C
(27,29,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6C777F

#6C777F
(108,119,127)
#79838A
(121,131,138)
#868F95
(134,143,149)
#939BA0
(147,155,160)
#A0A7AB
(160,167,171)
#ADB3B6
(173,179,182)
#BABFC1
(186,191,193)
#C7CBCC
(199,203,204)
#D4D7D7
(212,215,215)
#E1E3E2
(225,227,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C777F color. Also use rgb(108,119,127) instead hex code.

Text Font Color

.myTextColor { color: #6C777F; }

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

This text font color is #6C777F.


Background Color

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

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

This div background color is #6C777F.


Border color

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

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

This div border color is #6C777F.


Opacity

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

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

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

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

This text has shadow with #6C777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C777F on black background.


Color preview on white background

This text has color #6C777F on white background.



Black color preview on #6C777F background

This text has black color on #6C777F background.


White color preview on #6C777F background

This text has white color on #6C777F background.