COLOR #6C776B

HEX: #6C776B
RGB: (108,119,107)

Color info

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

RGB color model

#6C776B color RGB value is (108,119,107).

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

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 107 of 255 = 42%

108
119
107

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 107 = 334 (100%)
R 108 of 334 ~ 32.34%
G 119 of 334 ~ 35.63%
B 107 of 334 ~ 32.04%

%32.34
%35.63
%32.04

CMYK color model

#6C776B color CMYK value is (9,0,10,53).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(9,0,10,53)
C9M0Y10K53 
(9%,0%,10%,53%)
(0.09/0.00/0.10/0.53)	

CMYK percentages

%9.24
%0
%10.08
%53.33

Codes

Color #6C776B in popluar color models

6C776B
RGB108119107
HSL115°5.31%44.31%
HSB/HSV115°10.08%46.67%
CMYK9.24%0.00%10.08%
53.33%

Color #6C776B in popluar number systems.

HEX6C776B
Decimal108119107
Binary110110011101111101011
Octal154167153

Shades and tints

Shades of #6C776B

#6C776B
(108,119,107)
#636D62
(99,109,98)
#5A6359
(90,99,89)
#515950
(81,89,80)
#484F47
(72,79,71)
#3F453E
(63,69,62)
#363B35
(54,59,53)
#2D312C
(45,49,44)
#242723
(36,39,35)
#1B1D1A
(27,29,26)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6C776B

#6C776B
(108,119,107)
#798378
(121,131,120)
#868F85
(134,143,133)
#939B92
(147,155,146)
#A0A79F
(160,167,159)
#ADB3AC
(173,179,172)
#BABFB9
(186,191,185)
#C7CBC6
(199,203,198)
#D4D7D3
(212,215,211)
#E1E3E0
(225,227,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C776B; }

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

This text font color is #6C776B.


Background Color

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

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

This div background color is #6C776B.


Border color

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

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

This div border color is #6C776B.


Opacity

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

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

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

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

This text has shadow with #6C776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C776B on black background.


Color preview on white background

This text has color #6C776B on white background.



Black color preview on #6C776B background

This text has black color on #6C776B background.


White color preview on #6C776B background

This text has white color on #6C776B background.