COLOR #676C78

HEX: #676C78 RGB: (103,108,120)

Color info

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

RGB color model

#676C78 color RGB value is (103,108,120).

RGB: (103,108,120) (40%, 42%, 47%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 120 of 255 = 47%

103
108
120

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

Portions of RGB colors in percentages

R + G + B = 103 + 108 + 120 = 331 (100%)
R 103 of 331 ~ 31.12%
G 108 of 331 ~ 32.63%
B 120 of 331 ~ 36.25'%

%31.12
%32.63
%36.25

CMYK color model

#676C78 color CMYK value is (14,10,0,53).

  • cyan value is 14.17%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (14,10,0,53)
C14M10Y0K53 (14%, 10%, 0%, 53%)
(0.14 / 0.10 / 0.00 / 0.53)

CMYK percentages

%14.17
%10
%0
%52.94

Codes

Color #676C78 in popluar color models

67 6C 78
RGB 103 108 120
HSL 222° 7.62% 43.73%
HSB/HSV 222° 14.17% 47.06%
CMYK 14.17% 10.00% 0.00%
52.94%

Color #676C78 in popluar number systems.

HEX 67 6C 78
Decimal 103 108 120
Binary 1100111 1101100 1111000
Octal 147 154 170

Shades and tints

Shades of #676C78

#676C78
(103,108,120)
#5E636E
(94,99,110)
#555A64
(85,90,100)
#4C515A
(76,81,90)
#434850
(67,72,80)
#3A3F46
(58,63,70)
#31363C
(49,54,60)
#282D32
(40,45,50)
#1F2428
(31,36,40)
#161B1E
(22,27,30)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #676C78

#676C78
(103,108,120)
#747984
(116,121,132)
#818690
(129,134,144)
#8E939C
(142,147,156)
#9BA0A8
(155,160,168)
#A8ADB4
(168,173,180)
#B5BAC0
(181,186,192)
#C2C7CC
(194,199,204)
#CFD4D8
(207,212,216)
#DCE1E4
(220,225,228)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676C78; }

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

This text font color is #676C78.

Background Color

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

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

This div background color is #676C78.

Border color

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

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

This div border color is #676C78.

Opacity

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

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

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

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

This text has shadow with #676C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676C78.

Preview

Color preview on black background

This text has color #676C78 on black background.


Color preview on white background

This text has color #676C78 on white background.


Black color preview on #676C78 background

This text has black color on #676C78 background.


White color preview on #676C78 background

This text has white color on #676C78 background.


Related colors

Complementary color

Complementary color for #hex is #989387.


I love getcolorcode.com

Triadic colors

1 #78676C and #6C7867 with #676C78 are triadic colors.

2 #786C67 and #6C6778 with #676C78 are triadic colors.