COLOR #676D76

HEX: #676D76 RGB: (103,109,118)

Color info

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

RGB color model

#676D76 color RGB value is (103,109,118).

RGB: (103,109,118) (40%, 43%, 46%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 118 of 255 = 46%

103
109
118

R + G + B ~ 43%. #676D76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 109 + 118 = 330 (100%)
R 103 of 330 ~ 31.21%
G 109 of 330 ~ 33.03%
B 118 of 330 ~ 35.76'%

%31.21
%33.03
%35.76

CMYK color model

#676D76 color CMYK value is (13,8,0,54).

  • cyan value is 12.71%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (13,8,0,54)
C13M8Y0K54 (13%, 8%, 0%, 54%)
(0.13 / 0.08 / 0.00 / 0.54)

CMYK percentages

%12.71
%7.63
%0
%53.73

Codes

Color #676D76 in popluar color models

67 6D 76
RGB 103 109 118
HSL 216° 6.79% 43.33%
HSB/HSV 216° 12.71% 46.27%
CMYK 12.71% 7.63% 0.00%
53.73%

Color #676D76 in popluar number systems.

HEX 67 6D 76
Decimal 103 109 118
Binary 1100111 1101101 1110110
Octal 147 155 166

Shades and tints

Shades of #676D76

#676D76
(103,109,118)
#5E646C
(94,100,108)
#555B62
(85,91,98)
#4C5258
(76,82,88)
#43494E
(67,73,78)
#3A4044
(58,64,68)
#31373A
(49,55,58)
#282E30
(40,46,48)
#1F2526
(31,37,38)
#161C1C
(22,28,28)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #676D76

#676D76
(103,109,118)
#747A82
(116,122,130)
#81878E
(129,135,142)
#8E949A
(142,148,154)
#9BA1A6
(155,161,166)
#A8AEB2
(168,174,178)
#B5BBBE
(181,187,190)
#C2C8CA
(194,200,202)
#CFD5D6
(207,213,214)
#DCE2E2
(220,226,226)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D76 color. Also use rgb(103,109,118) instead hex code.

Text Font Color

.myTextColor { color: #676D76; }

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

This text font color is #676D76.

Background Color

.myBgColor { background-color: #676D76; }

<div style="background-color:#676D76">Inner text</div>

This div background color is #676D76.

Border color

.myBorderColor { border: 1px solid #676D76; }

<div style="border:3px solid #676D76">Div</div>

This div border color is #676D76.

Opacity

.myOpacity80 { color: #676D76; opacity: 0.8; }

<p style="color:#676D76;opacity:0.8;">80%</p>

Text with #676D76 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 #676D76;}

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

This text has shadow with #676D76 color.


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

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

This text has shadow with #676D76 primary color and red secondary color.


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

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

This text has shadow with #676D76 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #676D76.

Preview

Color preview on black background

This text has color #676D76 on black background.


Color preview on white background

This text has color #676D76 on white background.


Black color preview on #676D76 background

This text has black color on #676D76 background.


White color preview on #676D76 background

This text has white color on #676D76 background.


Related colors

Complementary color

Complementary color for #hex is #989289.


I love getcolorcode.com

Triadic colors

1 #76676D and #6D7667 with #676D76 are triadic colors.

2 #766D67 and #6D6776 with #676D76 are triadic colors.