COLOR #676C7C

HEX: #676C7C RGB: (103,108,124)

Color info

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

RGB color model

#676C7C color RGB value is (103,108,124).

RGB: (103,108,124) (40%, 42%, 49%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 124 of 255 = 49%

103
108
124

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

Portions of RGB colors in percentages

R + G + B = 103 + 108 + 124 = 335 (100%)
R 103 of 335 ~ 30.75%
G 108 of 335 ~ 32.24%
B 124 of 335 ~ 37.01'%

%30.75
%32.24
%37.01

CMYK color model

#676C7C color CMYK value is (17,13,0,51).

  • cyan value is 16.94%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (17,13,0,51)
C17M13Y0K51 (17%, 13%, 0%, 51%)
(0.17 / 0.13 / 0.00 / 0.51)

CMYK percentages

%16.94
%12.9
%0
%51.37

Codes

Color #676C7C in popluar color models

67 6C 7C
RGB 103 108 124
HSL 226° 9.25% 44.51%
HSB/HSV 226° 16.94% 48.63%
CMYK 16.94% 12.90% 0.00%
51.37%

Color #676C7C in popluar number systems.

HEX 67 6C 7C
Decimal 103 108 124
Binary 1100111 1101100 1111100
Octal 147 154 174

Shades and tints

Shades of #676C7C

#676C7C
(103,108,124)
#5E6371
(94,99,113)
#555A66
(85,90,102)
#4C515B
(76,81,91)
#434850
(67,72,80)
#3A3F45
(58,63,69)
#31363A
(49,54,58)
#282D2F
(40,45,47)
#1F2424
(31,36,36)
#161B19
(22,27,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #676C7C

#676C7C
(103,108,124)
#747987
(116,121,135)
#818692
(129,134,146)
#8E939D
(142,147,157)
#9BA0A8
(155,160,168)
#A8ADB3
(168,173,179)
#B5BABE
(181,186,190)
#C2C7C9
(194,199,201)
#CFD4D4
(207,212,212)
#DCE1DF
(220,225,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C7C color. Also use rgb(103,108,124) instead hex code.

Text Font Color

.myTextColor { color: #676C7C; }

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

This text font color is #676C7C.

Background Color

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

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

This div background color is #676C7C.

Border color

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

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

This div border color is #676C7C.

Opacity

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

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

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

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

This text has shadow with #676C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676C7C.

Preview

Color preview on black background

This text has color #676C7C on black background.


Color preview on white background

This text has color #676C7C on white background.


Black color preview on #676C7C background

This text has black color on #676C7C background.


White color preview on #676C7C background

This text has white color on #676C7C background.


Related colors

Complementary color

Complementary color for #hex is #989383.


I love getcolorcode.com

Triadic colors

1 #7C676C and #6C7C67 with #676C7C are triadic colors.

2 #7C6C67 and #6C677C with #676C7C are triadic colors.