COLOR #6C7A6F

HEX: #6C7A6F RGB: (108,122,111)

Color info

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

RGB color model

#6C7A6F color RGB value is (108,122,111).

RGB: (108,122,111) (42%, 48%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 111 of 255 = 44%

108
122
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 122 + 111 = 341 (100%)
R 108 of 341 ~ 31.67%
G 122 of 341 ~ 35.78%
B 111 of 341 ~ 32.55'%

%31.67
%35.78
%32.55

CMYK color model

#6C7A6F color CMYK value is (11,0,9,52).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 52.16%

CMYK: (11,0,9,52)
C11M0Y9K52 (11%, 0%, 9%, 52%)
(0.11 / 0.00 / 0.09 / 0.52)

CMYK percentages

%11.48
%0
%9.02
%52.16

Codes

Color #6C7A6F in popluar color models

6C 7A 6F
RGB 108 122 111
HSL 133° 6.09% 45.10%
HSB/HSV 133° 11.48% 47.84%
CMYK 11.48% 0.00% 9.02%
52.16%

Color #6C7A6F in popluar number systems.

HEX 6C 7A 6F
Decimal 108 122 111
Binary 1101100 1111010 1101111
Octal 154 172 157

Shades and tints

Shades of #6C7A6F

#6C7A6F
(108,122,111)
#636F65
(99,111,101)
#5A645B
(90,100,91)
#515951
(81,89,81)
#484E47
(72,78,71)
#3F433D
(63,67,61)
#363833
(54,56,51)
#2D2D29
(45,45,41)
#24221F
(36,34,31)
#1B1715
(27,23,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #6C7A6F

#6C7A6F
(108,122,111)
#79867C
(121,134,124)
#869289
(134,146,137)
#939E96
(147,158,150)
#A0AAA3
(160,170,163)
#ADB6B0
(173,182,176)
#BAC2BD
(186,194,189)
#C7CECA
(199,206,202)
#D4DAD7
(212,218,215)
#E1E6E4
(225,230,228)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7A6F; }

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

This text font color is #6C7A6F.

Background Color

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

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

This div background color is #6C7A6F.

Border color

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

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

This div border color is #6C7A6F.

Opacity

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

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

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

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

This text has shadow with #6C7A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7A6F.

Preview

Color preview on black background

This text has color #6C7A6F on black background.


Color preview on white background

This text has color #6C7A6F on white background.


Black color preview on #6C7A6F background

This text has black color on #6C7A6F background.


White color preview on #6C7A6F background

This text has white color on #6C7A6F background.


Related colors

Complementary color

Complementary color for #hex is #938590.


I love getcolorcode.com

Triadic colors

1 #6F6C7A and #7A6F6C with #6C7A6F are triadic colors.

2 #6F7A6C and #7A6C6F with #6C7A6F are triadic colors.