COLOR #6C776A

HEX: #6C776A
RGB: (108,119,106)

Color info

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

RGB color model

#6C776A color RGB value is (108,119,106).

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

RGB channels and saturation

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

108
119
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 106 = 333 (100%)
R 108 of 333 ~ 32.43%
G 119 of 333 ~ 35.74%
B 106 of 333 ~ 31.83%

%32.43
%35.74
%31.83

CMYK color model

#6C776A color CMYK value is (9,0,11,53).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(9,0,11,53)
C9M0Y11K53 
(9%,0%,11%,53%)
(0.09/0.00/0.11/0.53)	

CMYK percentages

%9.24
%0
%10.92
%53.33

Codes

Color #6C776A in popluar color models

6C776A
RGB108119106
HSL111°5.78%44.12%
HSB/HSV111°10.92%46.67%
CMYK9.24%0.00%10.92%
53.33%

Color #6C776A in popluar number systems.

HEX6C776A
Decimal108119106
Binary110110011101111101010
Octal154167152

Shades and tints

Shades of #6C776A

#6C776A
(108,119,106)
#636D61
(99,109,97)
#5A6358
(90,99,88)
#51594F
(81,89,79)
#484F46
(72,79,70)
#3F453D
(63,69,61)
#363B34
(54,59,52)
#2D312B
(45,49,43)
#242722
(36,39,34)
#1B1D19
(27,29,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C776A

#6C776A
(108,119,106)
#798377
(121,131,119)
#868F84
(134,143,132)
#939B91
(147,155,145)
#A0A79E
(160,167,158)
#ADB3AB
(173,179,171)
#BABFB8
(186,191,184)
#C7CBC5
(199,203,197)
#D4D7D2
(212,215,210)
#E1E3DF
(225,227,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C776A; }

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

This text font color is #6C776A.


Background Color

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

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

This div background color is #6C776A.


Border color

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

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

This div border color is #6C776A.


Opacity

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

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

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

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

This text has shadow with #6C776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C776A on black background.


Color preview on white background

This text has color #6C776A on white background.



Black color preview on #6C776A background

This text has black color on #6C776A background.


White color preview on #6C776A background

This text has white color on #6C776A background.