COLOR #6C766B

HEX: #6C766B RGB: (108,118,107)

Color info

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

RGB color model

#6C766B color RGB value is (108,118,107).

RGB: (108,118,107) (42%, 46%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 118 of 255 = 46%
B 107 of 255 = 42%

108
118
107

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 107 = 333 (100%)
R 108 of 333 ~ 32.43%
G 118 of 333 ~ 35.44%
B 107 of 333 ~ 32.13'%

%32.43
%35.44
%32.13

CMYK color model

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

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

CMYK: (8,0,9,54)
C8M0Y9K54 (8%, 0%, 9%, 54%)
(0.08 / 0.00 / 0.09 / 0.54)

CMYK percentages

%8.47
%0
%9.32
%53.73

Codes

Color #6C766B in popluar color models

6C 76 6B
RGB 108 118 107
HSL 115° 4.89% 44.12%
HSB/HSV 115° 9.32% 46.27%
CMYK 8.47% 0.00% 9.32%
53.73%

Color #6C766B in popluar number systems.

HEX 6C 76 6B
Decimal 108 118 107
Binary 1101100 1110110 1101011
Octal 154 166 153

Shades and tints

Shades of #6C766B

#6C766B
(108,118,107)
#636C62
(99,108,98)
#5A6259
(90,98,89)
#515850
(81,88,80)
#484E47
(72,78,71)
#3F443E
(63,68,62)
#363A35
(54,58,53)
#2D302C
(45,48,44)
#242623
(36,38,35)
#1B1C1A
(27,28,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #6C766B

#6C766B
(108,118,107)
#798278
(121,130,120)
#868E85
(134,142,133)
#939A92
(147,154,146)
#A0A69F
(160,166,159)
#ADB2AC
(173,178,172)
#BABEB9
(186,190,185)
#C7CAC6
(199,202,198)
#D4D6D3
(212,214,211)
#E1E2E0
(225,226,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C766B; }

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

This text font color is #6C766B.

Background Color

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

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

This div background color is #6C766B.

Border color

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

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

This div border color is #6C766B.

Opacity

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

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

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

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

This text has shadow with #6C766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C766B.

Preview

Color preview on black background

This text has color #6C766B on black background.


Color preview on white background

This text has color #6C766B on white background.


Black color preview on #6C766B background

This text has black color on #6C766B background.


White color preview on #6C766B background

This text has white color on #6C766B background.


Related colors

Complementary color

Complementary color for #hex is #938994.


I love getcolorcode.com

Triadic colors

1 #6B6C76 and #766B6C with #6C766B are triadic colors.

2 #6B766C and #766C6B with #6C766B are triadic colors.