COLOR #676A78

HEX: #676A78 RGB: (103,106,120)

Color info

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

RGB color model

#676A78 color RGB value is (103,106,120).

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

RGB channels and saturation

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

103
106
120

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

Portions of RGB colors in percentages

R + G + B = 103 + 106 + 120 = 329 (100%)
R 103 of 329 ~ 31.31%
G 106 of 329 ~ 32.22%
B 120 of 329 ~ 36.47'%

%31.31
%32.22
%36.47

CMYK color model

#676A78 color CMYK value is (14,12,0,53).

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

CMYK: (14,12,0,53)
C14M12Y0K53 (14%, 12%, 0%, 53%)
(0.14 / 0.12 / 0.00 / 0.53)

CMYK percentages

%14.17
%11.67
%0
%52.94

Codes

Color #676A78 in popluar color models

67 6A 78
RGB 103 106 120
HSL 229° 7.62% 43.73%
HSB/HSV 229° 14.17% 47.06%
CMYK 14.17% 11.67% 0.00%
52.94%

Color #676A78 in popluar number systems.

HEX 67 6A 78
Decimal 103 106 120
Binary 1100111 1101010 1111000
Octal 147 152 170

Shades and tints

Shades of #676A78

#676A78
(103,106,120)
#5E616E
(94,97,110)
#555864
(85,88,100)
#4C4F5A
(76,79,90)
#434650
(67,70,80)
#3A3D46
(58,61,70)
#31343C
(49,52,60)
#282B32
(40,43,50)
#1F2228
(31,34,40)
#16191E
(22,25,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #676A78

#676A78
(103,106,120)
#747784
(116,119,132)
#818490
(129,132,144)
#8E919C
(142,145,156)
#9B9EA8
(155,158,168)
#A8ABB4
(168,171,180)
#B5B8C0
(181,184,192)
#C2C5CC
(194,197,204)
#CFD2D8
(207,210,216)
#DCDFE4
(220,223,228)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A78; }

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

This text font color is #676A78.

Background Color

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

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

This div background color is #676A78.

Border color

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

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

This div border color is #676A78.

Opacity

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

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

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

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

This text has shadow with #676A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676A78.

Preview

Color preview on black background

This text has color #676A78 on black background.


Color preview on white background

This text has color #676A78 on white background.


Black color preview on #676A78 background

This text has black color on #676A78 background.


White color preview on #676A78 background

This text has white color on #676A78 background.


Related colors

Complementary color

Complementary color for #hex is #989587.


I love getcolorcode.com

Triadic colors

1 #78676A and #6A7867 with #676A78 are triadic colors.

2 #786A67 and #6A6778 with #676A78 are triadic colors.