COLOR #6C7D7C

HEX: #6C7D7C
RGB: (108,125,124)

Color info

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

RGB color model

#6C7D7C color RGB value is (108,125,124).

  • red value is 108;
  • green value is 125;
  • blue value is 124.
RGB:
(108,125,124)
(42%,49%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 124 of 255 = 49%

108
125
124

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 124 = 357 (100%)
R 108 of 357 ~ 30.25%
G 125 of 357 ~ 35.01%
B 124 of 357 ~ 34.73%

%30.25
%35.01
%34.73

CMYK color model

#6C7D7C color CMYK value is (14,0,1,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%
CMYK:
(14,0,1,51)
C14M0Y1K51 
(14%,0%,1%,51%)
(0.14/0.00/0.01/0.51)	

CMYK percentages

%13.6
%0
%0.8
%50.98

Codes

Color #6C7D7C in popluar color models

6C7D7C
RGB108125124
HSL176°7.30%45.69%
HSB/HSV176°13.60%49.02%
CMYK13.60%0.00%0.80%
50.98%

Color #6C7D7C in popluar number systems.

HEX6C7D7C
Decimal108125124
Binary110110011111011111100
Octal154175174

Shades and tints

Shades of #6C7D7C

#6C7D7C
(108,125,124)
#637271
(99,114,113)
#5A6766
(90,103,102)
#515C5B
(81,92,91)
#485150
(72,81,80)
#3F4645
(63,70,69)
#363B3A
(54,59,58)
#2D302F
(45,48,47)
#242524
(36,37,36)
#1B1A19
(27,26,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #6C7D7C

#6C7D7C
(108,125,124)
#798887
(121,136,135)
#869392
(134,147,146)
#939E9D
(147,158,157)
#A0A9A8
(160,169,168)
#ADB4B3
(173,180,179)
#BABFBE
(186,191,190)
#C7CAC9
(199,202,201)
#D4D5D4
(212,213,212)
#E1E0DF
(225,224,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7D7C; }

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

This text font color is #6C7D7C.


Background Color

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

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

This div background color is #6C7D7C.


Border color

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

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

This div border color is #6C7D7C.


Opacity

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

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

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

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

This text has shadow with #6C7D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7D7C on black background.


Color preview on white background

This text has color #6C7D7C on white background.



Black color preview on #6C7D7C background

This text has black color on #6C7D7C background.


White color preview on #6C7D7C background

This text has white color on #6C7D7C background.