COLOR #6C7C7A

HEX: #6C7C7A RGB: (108,124,122)

Color info

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

RGB color model

#6C7C7A color RGB value is (108,124,122).

RGB: (108,124,122) (42%, 49%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 124 of 255 = 49%
B 122 of 255 = 48%

108
124
122

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

Portions of RGB colors in percentages

R + G + B = 108 + 124 + 122 = 354 (100%)
R 108 of 354 ~ 30.51%
G 124 of 354 ~ 35.03%
B 122 of 354 ~ 34.46'%

%30.51
%35.03
%34.46

CMYK color model

#6C7C7A color CMYK value is (13,0,2,51).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK: (13,0,2,51) C13M0Y2K51 (13%,0%,2%,51%) (0.13/0.00/0.02/0.51) 

CMYK percentages

%12.9
%0
%1.61
%51.37

Codes

Color #6C7C7A in popluar color models

6C 7C 7A
RGB 108 124 122
HSL 173° 6.90% 45.49%
HSB/HSV 173° 12.90% 48.63%
CMYK 12.90% 0.00% 1.61%
51.37%

Color #6C7C7A in popluar number systems.

HEX 6C 7C 7A
Decimal 108 124 122
Binary 1101100 1111100 1111010
Octal 154 174 172

Shades and tints

Shades of #6C7C7A

#6C7C7A
(108,124,122)
#63716F
(99,113,111)
#5A6664
(90,102,100)
#515B59
(81,91,89)
#48504E
(72,80,78)
#3F4543
(63,69,67)
#363A38
(54,58,56)
#2D2F2D
(45,47,45)
#242422
(36,36,34)
#1B1917
(27,25,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C7C7A

#6C7C7A
(108,124,122)
#798786
(121,135,134)
#869292
(134,146,146)
#939D9E
(147,157,158)
#A0A8AA
(160,168,170)
#ADB3B6
(173,179,182)
#BABEC2
(186,190,194)
#C7C9CE
(199,201,206)
#D4D4DA
(212,212,218)
#E1DFE6
(225,223,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7C7A; }

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

This text font color is #6C7C7A.

Background Color

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

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

This div background color is #6C7C7A.

Border color

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

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

This div border color is #6C7C7A.

Opacity

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

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

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

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

This text has shadow with #6C7C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7C7A.

Preview

Color preview on black background

This text has color #6C7C7A on black background.


Color preview on white background

This text has color #6C7C7A on white background.


Black color preview on #6C7C7A background

This text has black color on #6C7C7A background.


White color preview on #6C7C7A background

This text has white color on #6C7C7A background.


Related colors

Complementary color

Complementary color for #hex is #938385.


I love getcolorcode.com

Triadic colors

1 #7A6C7C and #7C7A6C with #6C7C7A are triadic colors.

2 #7A7C6C and #7C6C7A with #6C7C7A are triadic colors.