COLOR #677A7C

HEX: #677A7C RGB: (103,122,124)

Color info

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

RGB color model

#677A7C color RGB value is (103,122,124).

RGB: (103,122,124) (40%, 48%, 49%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 124 of 255 = 49%

103
122
124

R + G + B ~ 46%. #677A7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 122 + 124 = 349 (100%)
R 103 of 349 ~ 29.51%
G 122 of 349 ~ 34.96%
B 124 of 349 ~ 35.53'%

%29.51
%34.96
%35.53

CMYK color model

#677A7C color CMYK value is (17,2,0,51).

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

CMYK: (17,2,0,51)
C17M2Y0K51 (17%, 2%, 0%, 51%)
(0.17 / 0.02 / 0.00 / 0.51)

CMYK percentages

%16.94
%1.61
%0
%51.37

Codes

Color #677A7C in popluar color models

67 7A 7C
RGB 103 122 124
HSL 186° 9.25% 44.51%
HSB/HSV 186° 16.94% 48.63%
CMYK 16.94% 1.61% 0.00%
51.37%

Color #677A7C in popluar number systems.

HEX 67 7A 7C
Decimal 103 122 124
Binary 1100111 1111010 1111100
Octal 147 172 174

Shades and tints

Shades of #677A7C

#677A7C
(103,122,124)
#5E6F71
(94,111,113)
#556466
(85,100,102)
#4C595B
(76,89,91)
#434E50
(67,78,80)
#3A4345
(58,67,69)
#31383A
(49,56,58)
#282D2F
(40,45,47)
#1F2224
(31,34,36)
#161719
(22,23,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #677A7C

#677A7C
(103,122,124)
#748687
(116,134,135)
#819292
(129,146,146)
#8E9E9D
(142,158,157)
#9BAAA8
(155,170,168)
#A8B6B3
(168,182,179)
#B5C2BE
(181,194,190)
#C2CEC9
(194,206,201)
#CFDAD4
(207,218,212)
#DCE6DF
(220,230,223)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677A7C color. Also use rgb(103,122,124) instead hex code.

Text Font Color

.myTextColor { color: #677A7C; }

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

This text font color is #677A7C.

Background Color

.myBgColor { background-color: #677A7C; }

<div style="background-color:#677A7C">Inner text</div>

This div background color is #677A7C.

Border color

.myBorderColor { border: 1px solid #677A7C; }

<div style="border:3px solid #677A7C">Div</div>

This div border color is #677A7C.

Opacity

.myOpacity80 { color: #677A7C; opacity: 0.8; }

<p style="color:#677A7C;opacity:0.8;">80%</p>

Text with #677A7C 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 #677A7C;}

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

This text has shadow with #677A7C color.


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

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

This text has shadow with #677A7C primary color and red secondary color.


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

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

This text has shadow with #677A7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #677A7C.

Preview

Color preview on black background

This text has color #677A7C on black background.


Color preview on white background

This text has color #677A7C on white background.


Black color preview on #677A7C background

This text has black color on #677A7C background.


White color preview on #677A7C background

This text has white color on #677A7C background.


Related colors

Complementary color

Complementary color for #hex is #988583.


I love getcolorcode.com

Triadic colors

1 #7C677A and #7A7C67 with #677A7C are triadic colors.

2 #7C7A67 and #7A677C with #677A7C are triadic colors.