COLOR #677C80

HEX: #677C80
RGB: (103,124,128)

Color info

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

RGB color model

#677C80 color RGB value is (103,124,128).

  • red value is 103;
  • green value is 124;
  • blue value is 128.
RGB:
(103,124,128)
(40%,49%,50%)

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 128 of 255 = 50%

103
124
128

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

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 128 = 355 (100%)
R 103 of 355 ~ 29.01%
G 124 of 355 ~ 34.93%
B 128 of 355 ~ 36.06%

%29.01
%34.93
%36.06

CMYK color model

#677C80 color CMYK value is (20,3,0,50).

  • cyan value is 19.53%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,3,0,50)
C20M3Y0K50 
(20%,3%,0%,50%)
(0.20/0.03/0.00/0.50)	

CMYK percentages

%19.53
%3.12
%0
%49.8

Codes

Color #677C80 in popluar color models

677C80
RGB103124128
HSL190°10.82%45.29%
HSB/HSV190°19.53%50.20%
CMYK19.53%3.12%0.00%
49.80%

Color #677C80 in popluar number systems.

HEX677C80
Decimal103124128
Binary1100111111110010000000
Octal147174200

Shades and tints

Shades of #677C80

#677C80
(103,124,128)
#5E7175
(94,113,117)
#55666A
(85,102,106)
#4C5B5F
(76,91,95)
#435054
(67,80,84)
#3A4549
(58,69,73)
#313A3E
(49,58,62)
#282F33
(40,47,51)
#1F2428
(31,36,40)
#16191D
(22,25,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #677C80

#677C80
(103,124,128)
#74878B
(116,135,139)
#819296
(129,146,150)
#8E9DA1
(142,157,161)
#9BA8AC
(155,168,172)
#A8B3B7
(168,179,183)
#B5BEC2
(181,190,194)
#C2C9CD
(194,201,205)
#CFD4D8
(207,212,216)
#DCDFE3
(220,223,227)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677C80; }

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

This text font color is #677C80.


Background Color

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

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

This div background color is #677C80.


Border color

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

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

This div border color is #677C80.


Opacity

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

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

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

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

This text has shadow with #677C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677C80 on black background.


Color preview on white background

This text has color #677C80 on white background.



Black color preview on #677C80 background

This text has black color on #677C80 background.


White color preview on #677C80 background

This text has white color on #677C80 background.