COLOR #6C797F

HEX: #6C797F RGB: (108,121,127)

Color info

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

RGB color model

#6C797F color RGB value is (108,121,127).

RGB: (108,121,127) (42%, 47%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 127 of 255 = 50%

108
121
127

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

Portions of RGB colors in percentages

R + G + B = 108 + 121 + 127 = 356 (100%)
R 108 of 356 ~ 30.34%
G 121 of 356 ~ 33.99%
B 127 of 356 ~ 35.67'%

%30.34
%33.99
%35.67

CMYK color model

#6C797F color CMYK value is (15,5,0,50).

  • cyan value is 14.96%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (15,5,0,50)
C15M5Y0K50 (15%, 5%, 0%, 50%)
(0.15 / 0.05 / 0.00 / 0.50)

CMYK percentages

%14.96
%4.72
%0
%50.2

Codes

Color #6C797F in popluar color models

6C 79 7F
RGB 108 121 127
HSL 199° 8.09% 46.08%
HSB/HSV 199° 14.96% 49.80%
CMYK 14.96% 4.72% 0.00%
50.20%

Color #6C797F in popluar number systems.

HEX 6C 79 7F
Decimal 108 121 127
Binary 1101100 1111001 1111111
Octal 154 171 177

Shades and tints

Shades of #6C797F

#6C797F
(108,121,127)
#636E74
(99,110,116)
#5A6369
(90,99,105)
#51585E
(81,88,94)
#484D53
(72,77,83)
#3F4248
(63,66,72)
#36373D
(54,55,61)
#2D2C32
(45,44,50)
#242127
(36,33,39)
#1B161C
(27,22,28)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C797F

#6C797F
(108,121,127)
#79858A
(121,133,138)
#869195
(134,145,149)
#939DA0
(147,157,160)
#A0A9AB
(160,169,171)
#ADB5B6
(173,181,182)
#BAC1C1
(186,193,193)
#C7CDCC
(199,205,204)
#D4D9D7
(212,217,215)
#E1E5E2
(225,229,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C797F; }

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

This text font color is #6C797F.

Background Color

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

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

This div background color is #6C797F.

Border color

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

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

This div border color is #6C797F.

Opacity

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

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

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

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

This text has shadow with #6C797F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C797F.

Preview

Color preview on black background

This text has color #6C797F on black background.


Color preview on white background

This text has color #6C797F on white background.


Black color preview on #6C797F background

This text has black color on #6C797F background.


White color preview on #6C797F background

This text has white color on #6C797F background.


Related colors

Complementary color

Complementary color for #hex is #938680.


I love getcolorcode.com

Triadic colors

1 #7F6C79 and #797F6C with #6C797F are triadic colors.

2 #7F796C and #796C7F with #6C797F are triadic colors.