COLOR #677A87

HEX: #677A87 RGB: (103,122,135)

Color info

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

RGB color model

#677A87 color RGB value is (103,122,135).

RGB: (103,122,135) (40%, 48%, 53%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 135 of 255 = 53%

103
122
135

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

Portions of RGB colors in percentages

R + G + B = 103 + 122 + 135 = 360 (100%)
R 103 of 360 ~ 28.61%
G 122 of 360 ~ 33.89%
B 135 of 360 ~ 37.5'%

%28.61
%33.89
%37.5

CMYK color model

#677A87 color CMYK value is (24,10,0,47).

  • cyan value is 23.70%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (24,10,0,47)
C24M10Y0K47 (24%, 10%, 0%, 47%)
(0.24 / 0.10 / 0.00 / 0.47)

CMYK percentages

%23.7
%9.63
%0
%47.06

Codes

Color #677A87 in popluar color models

67 7A 87
RGB 103 122 135
HSL 204° 13.45% 46.67%
HSB/HSV 204° 23.70% 52.94%
CMYK 23.70% 9.63% 0.00%
47.06%

Color #677A87 in popluar number systems.

HEX 67 7A 87
Decimal 103 122 135
Binary 1100111 1111010 10000111
Octal 147 172 207

Shades and tints

Shades of #677A87

#677A87
(103,122,135)
#5E6F7B
(94,111,123)
#55646F
(85,100,111)
#4C5963
(76,89,99)
#434E57
(67,78,87)
#3A434B
(58,67,75)
#31383F
(49,56,63)
#282D33
(40,45,51)
#1F2227
(31,34,39)
#16171B
(22,23,27)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #677A87

#677A87
(103,122,135)
#748691
(116,134,145)
#81929B
(129,146,155)
#8E9EA5
(142,158,165)
#9BAAAF
(155,170,175)
#A8B6B9
(168,182,185)
#B5C2C3
(181,194,195)
#C2CECD
(194,206,205)
#CFDAD7
(207,218,215)
#DCE6E1
(220,230,225)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677A87; }

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

This text font color is #677A87.

Background Color

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

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

This div background color is #677A87.

Border color

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

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

This div border color is #677A87.

Opacity

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

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

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

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

This text has shadow with #677A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677A87.

Preview

Color preview on black background

This text has color #677A87 on black background.


Color preview on white background

This text has color #677A87 on white background.


Black color preview on #677A87 background

This text has black color on #677A87 background.


White color preview on #677A87 background

This text has white color on #677A87 background.


Related colors

Complementary color

Complementary color for #hex is #988578.


I love getcolorcode.com

Triadic colors

1 #87677A and #7A8767 with #677A87 are triadic colors.

2 #877A67 and #7A6787 with #677A87 are triadic colors.