COLOR #6C766F

HEX: #6C766F RGB: (108,118,111)

Color info

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

RGB color model

#6C766F color RGB value is (108,118,111).

RGB: (108,118,111) (42%, 46%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 118 of 255 = 46%
B 111 of 255 = 44%

108
118
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 111 = 337 (100%)
R 108 of 337 ~ 32.05%
G 118 of 337 ~ 35.01%
B 111 of 337 ~ 32.94'%

%32.05
%35.01
%32.94

CMYK color model

#6C766F color CMYK value is (8,0,6,54).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%

CMYK: (8,0,6,54)
C8M0Y6K54 (8%, 0%, 6%, 54%)
(0.08 / 0.00 / 0.06 / 0.54)

CMYK percentages

%8.47
%0
%5.93
%53.73

Codes

Color #6C766F in popluar color models

6C 76 6F
RGB 108 118 111
HSL 138° 4.42% 44.31%
HSB/HSV 138° 8.47% 46.27%
CMYK 8.47% 0.00% 5.93%
53.73%

Color #6C766F in popluar number systems.

HEX 6C 76 6F
Decimal 108 118 111
Binary 1101100 1110110 1101111
Octal 154 166 157

Shades and tints

Shades of #6C766F

#6C766F
(108,118,111)
#636C65
(99,108,101)
#5A625B
(90,98,91)
#515851
(81,88,81)
#484E47
(72,78,71)
#3F443D
(63,68,61)
#363A33
(54,58,51)
#2D3029
(45,48,41)
#24261F
(36,38,31)
#1B1C15
(27,28,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #6C766F

#6C766F
(108,118,111)
#79827C
(121,130,124)
#868E89
(134,142,137)
#939A96
(147,154,150)
#A0A6A3
(160,166,163)
#ADB2B0
(173,178,176)
#BABEBD
(186,190,189)
#C7CACA
(199,202,202)
#D4D6D7
(212,214,215)
#E1E2E4
(225,226,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C766F color. Also use rgb(108,118,111) instead hex code.

Text Font Color

.myTextColor { color: #6C766F; }

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

This text font color is #6C766F.

Background Color

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

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

This div background color is #6C766F.

Border color

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

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

This div border color is #6C766F.

Opacity

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

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

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

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

This text has shadow with #6C766F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C766F.

Preview

Color preview on black background

This text has color #6C766F on black background.


Color preview on white background

This text has color #6C766F on white background.


Black color preview on #6C766F background

This text has black color on #6C766F background.


White color preview on #6C766F background

This text has white color on #6C766F background.


Related colors

Complementary color

Complementary color for #hex is #938990.


I love getcolorcode.com

Triadic colors

1 #6F6C76 and #766F6C with #6C766F are triadic colors.

2 #6F766C and #766C6F with #6C766F are triadic colors.