COLOR #677C87

HEX: #677C87 RGB: (103,124,135)

Color info

#677C87 contains red, green and blue colors in about the same proportion. Web safe color of #677C87 is #666699 (or #669).

RGB color model

#677C87 color RGB value is (103,124,135).

RGB: (103,124,135) (40%, 49%, 53%)

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 135 of 255 = 53%

103
124
135

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

Portions of RGB colors in percentages

R + G + B = 103 + 124 + 135 = 362 (100%)
R 103 of 362 ~ 28.45%
G 124 of 362 ~ 34.25%
B 135 of 362 ~ 37.29'%

%28.45
%34.25
%37.29

CMYK color model

#677C87 color CMYK value is (24,8,0,47).

  • cyan value is 23.70%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (24,8,0,47) C24M8Y0K47 (24%,8%,0%,47%) (0.24/0.08/0.00/0.47) 

CMYK percentages

%23.7
%8.15
%0
%47.06

Codes

Color #677C87 in popluar color models

67 7C 87
RGB 103 124 135
HSL 201° 13.45% 46.67%
HSB/HSV 201° 23.70% 52.94%
CMYK 23.70% 8.15% 0.00%
47.06%

Color #677C87 in popluar number systems.

HEX 67 7C 87
Decimal 103 124 135
Binary 1100111 1111100 10000111
Octal 147 174 207

Shades and tints

Shades of #677C87

#677C87
(103,124,135)
#5E717B
(94,113,123)
#55666F
(85,102,111)
#4C5B63
(76,91,99)
#435057
(67,80,87)
#3A454B
(58,69,75)
#313A3F
(49,58,63)
#282F33
(40,47,51)
#1F2427
(31,36,39)
#16191B
(22,25,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #677C87

#677C87
(103,124,135)
#748791
(116,135,145)
#81929B
(129,146,155)
#8E9DA5
(142,157,165)
#9BA8AF
(155,168,175)
#A8B3B9
(168,179,185)
#B5BEC3
(181,190,195)
#C2C9CD
(194,201,205)
#CFD4D7
(207,212,215)
#DCDFE1
(220,223,225)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677C87; }

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

This text font color is #677C87.

Background Color

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

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

This div background color is #677C87.

Border color

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

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

This div border color is #677C87.

Opacity

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

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

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

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

This text has shadow with #677C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677C87.

Preview

Color preview on black background

This text has color #677C87 on black background.


Color preview on white background

This text has color #677C87 on white background.


Black color preview on #677C87 background

This text has black color on #677C87 background.


White color preview on #677C87 background

This text has white color on #677C87 background.


Related colors

Complementary color

Complementary color for #hex is #988378.


I love getcolorcode.com

Triadic colors

1 #87677C and #7C8767 with #677C87 are triadic colors.

2 #877C67 and #7C6787 with #677C87 are triadic colors.