COLOR #6C7677

HEX: #6C7677 RGB: (108,118,119)

Color info

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

RGB color model

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

RGB: (108,118,119) (42%, 46%, 47%)

RGB channels and saturation

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

108
118
119

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 119 = 345 (100%)
R 108 of 345 ~ 31.3%
G 118 of 345 ~ 34.2%
B 119 of 345 ~ 34.49'%

%31.3
%34.2
%34.49

CMYK color model

#6C7677 color CMYK value is (9,1,0,53).

  • cyan value is 9.24%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (9,1,0,53)
C9M1Y0K53 (9%, 1%, 0%, 53%)
(0.09 / 0.01 / 0.00 / 0.53)

CMYK percentages

%9.24
%0.84
%0
%53.33

Codes

Color #6C7677 in popluar color models

6C 76 77
RGB 108 118 119
HSL 185° 4.85% 44.51%
HSB/HSV 185° 9.24% 46.67%
CMYK 9.24% 0.84% 0.00%
53.33%

Color #6C7677 in popluar number systems.

HEX 6C 76 77
Decimal 108 118 119
Binary 1101100 1110110 1110111
Octal 154 166 167

Shades and tints

Shades of #6C7677

#6C7677
(108,118,119)
#636C6D
(99,108,109)
#5A6263
(90,98,99)
#515859
(81,88,89)
#484E4F
(72,78,79)
#3F4445
(63,68,69)
#363A3B
(54,58,59)
#2D3031
(45,48,49)
#242627
(36,38,39)
#1B1C1D
(27,28,29)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #6C7677

#6C7677
(108,118,119)
#798283
(121,130,131)
#868E8F
(134,142,143)
#939A9B
(147,154,155)
#A0A6A7
(160,166,167)
#ADB2B3
(173,178,179)
#BABEBF
(186,190,191)
#C7CACB
(199,202,203)
#D4D6D7
(212,214,215)
#E1E2E3
(225,226,227)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7677; }

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

This text font color is #6C7677.

Background Color

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

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

This div background color is #6C7677.

Border color

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

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

This div border color is #6C7677.

Opacity

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

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

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

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

This text has shadow with #6C7677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7677.

Preview

Color preview on black background

This text has color #6C7677 on black background.


Color preview on white background

This text has color #6C7677 on white background.


Black color preview on #6C7677 background

This text has black color on #6C7677 background.


White color preview on #6C7677 background

This text has white color on #6C7677 background.


Related colors

Complementary color

Complementary color for #hex is #938988.


I love getcolorcode.com

Triadic colors

1 #776C76 and #76776C with #6C7677 are triadic colors.

2 #77766C and #766C77 with #6C7677 are triadic colors.