COLOR #6C6C76

HEX: #6C6C76
RGB: (108,108,118)

Color info

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

RGB color model

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

  • red value is 108;
  • green value is 108;
  • blue value is 118.
RGB:
(108,108,118)
(42%,42%,46%)

RGB channels and saturation

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

108
108
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 108 + 118 = 334 (100%)
R 108 of 334 ~ 32.34%
G 108 of 334 ~ 32.34%
B 118 of 334 ~ 35.33%

%32.34
%32.34
%35.33

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,8,0,54)
C8M8Y0K54 
(8%,8%,0%,54%)
(0.08/0.08/0.00/0.54)	

CMYK percentages

%8.47
%8.47
%0
%53.73

Codes

Color #6C6C76 in popluar color models

6C6C76
RGB108108118
HSL240°4.42%44.31%
HSB/HSV240°8.47%46.27%
CMYK8.47%8.47%0.00%
53.73%

Color #6C6C76 in popluar number systems.

HEX6C6C76
Decimal108108118
Binary110110011011001110110
Octal154154166

Shades and tints

Shades of #6C6C76

#6C6C76
(108,108,118)
#63636C
(99,99,108)
#5A5A62
(90,90,98)
#515158
(81,81,88)
#48484E
(72,72,78)
#3F3F44
(63,63,68)
#36363A
(54,54,58)
#2D2D30
(45,45,48)
#242426
(36,36,38)
#1B1B1C
(27,27,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #6C6C76

#6C6C76
(108,108,118)
#797982
(121,121,130)
#86868E
(134,134,142)
#93939A
(147,147,154)
#A0A0A6
(160,160,166)
#ADADB2
(173,173,178)
#BABABE
(186,186,190)
#C7C7CA
(199,199,202)
#D4D4D6
(212,212,214)
#E1E1E2
(225,225,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6C76; }

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

This text font color is #6C6C76.


Background Color

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

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

This div background color is #6C6C76.


Border color

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

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

This div border color is #6C6C76.


Opacity

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

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

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

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

This text has shadow with #6C6C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6C76 on black background.


Color preview on white background

This text has color #6C6C76 on white background.



Black color preview on #6C6C76 background

This text has black color on #6C6C76 background.


White color preview on #6C6C76 background

This text has white color on #6C6C76 background.