COLOR #676A79

HEX: #676A79 RGB: (103,106,121)

Color info

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

RGB color model

#676A79 color RGB value is (103,106,121).

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

RGB channels and saturation

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

103
106
121

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

Portions of RGB colors in percentages

R + G + B = 103 + 106 + 121 = 330 (100%)
R 103 of 330 ~ 31.21%
G 106 of 330 ~ 32.12%
B 121 of 330 ~ 36.67'%

%31.21
%32.12
%36.67

CMYK color model

#676A79 color CMYK value is (15,12,0,53).

  • cyan value is 14.88%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (15,12,0,53)
C15M12Y0K53 (15%, 12%, 0%, 53%)
(0.15 / 0.12 / 0.00 / 0.53)

CMYK percentages

%14.88
%12.4
%0
%52.55

Codes

Color #676A79 in popluar color models

67 6A 79
RGB 103 106 121
HSL 230° 8.04% 43.92%
HSB/HSV 230° 14.88% 47.45%
CMYK 14.88% 12.40% 0.00%
52.55%

Color #676A79 in popluar number systems.

HEX 67 6A 79
Decimal 103 106 121
Binary 1100111 1101010 1111001
Octal 147 152 171

Shades and tints

Shades of #676A79

#676A79
(103,106,121)
#5E616E
(94,97,110)
#555863
(85,88,99)
#4C4F58
(76,79,88)
#43464D
(67,70,77)
#3A3D42
(58,61,66)
#313437
(49,52,55)
#282B2C
(40,43,44)
#1F2221
(31,34,33)
#161916
(22,25,22)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #676A79

#676A79
(103,106,121)
#747785
(116,119,133)
#818491
(129,132,145)
#8E919D
(142,145,157)
#9B9EA9
(155,158,169)
#A8ABB5
(168,171,181)
#B5B8C1
(181,184,193)
#C2C5CD
(194,197,205)
#CFD2D9
(207,210,217)
#DCDFE5
(220,223,229)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A79; }

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

This text font color is #676A79.

Background Color

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

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

This div background color is #676A79.

Border color

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

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

This div border color is #676A79.

Opacity

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

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

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

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

This text has shadow with #676A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676A79.

Preview

Color preview on black background

This text has color #676A79 on black background.


Color preview on white background

This text has color #676A79 on white background.


Black color preview on #676A79 background

This text has black color on #676A79 background.


White color preview on #676A79 background

This text has white color on #676A79 background.


Related colors

Complementary color

Complementary color for #hex is #989586.


I love getcolorcode.com

Triadic colors

1 #79676A and #6A7967 with #676A79 are triadic colors.

2 #796A67 and #6A6779 with #676A79 are triadic colors.