COLOR #677877

HEX: #677877
RGB: (103,120,119)

Color info

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

RGB color model

#677877 color RGB value is (103,120,119).

  • red value is 103;
  • green value is 120;
  • blue value is 119.
RGB:
(103,120,119)
(40%,47%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 119 of 255 = 47%

103
120
119

R + G + B ~ 45%. #677877 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 119 = 342 (100%)
R 103 of 342 ~ 30.12%
G 120 of 342 ~ 35.09%
B 119 of 342 ~ 34.8%

%30.12
%35.09
%34.8

CMYK color model

#677877 color CMYK value is (14,0,1,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(14,0,1,53)
C14M0Y1K53 
(14%,0%,1%,53%)
(0.14/0.00/0.01/0.53)	

CMYK percentages

%14.17
%0
%0.83
%52.94

Codes

Color #677877 in popluar color models

677877
RGB103120119
HSL176°7.62%43.73%
HSB/HSV176°14.17%47.06%
CMYK14.17%0.00%0.83%
52.94%

Color #677877 in popluar number systems.

HEX677877
Decimal103120119
Binary110011111110001110111
Octal147170167

Shades and tints

Shades of #677877

#677877
(103,120,119)
#5E6E6D
(94,110,109)
#556463
(85,100,99)
#4C5A59
(76,90,89)
#43504F
(67,80,79)
#3A4645
(58,70,69)
#313C3B
(49,60,59)
#283231
(40,50,49)
#1F2827
(31,40,39)
#161E1D
(22,30,29)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #677877

#677877
(103,120,119)
#748483
(116,132,131)
#81908F
(129,144,143)
#8E9C9B
(142,156,155)
#9BA8A7
(155,168,167)
#A8B4B3
(168,180,179)
#B5C0BF
(181,192,191)
#C2CCCB
(194,204,203)
#CFD8D7
(207,216,215)
#DCE4E3
(220,228,227)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677877 color. Also use rgb(103,120,119) instead hex code.

Text Font Color

.myTextColor { color: #677877; }

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

This text font color is #677877.


Background Color

.myBgColor { background-color: #677877; }

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

This div background color is #677877.


Border color

.myBorderColor { border: 1px solid #677877; }

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

This div border color is #677877.


Opacity

.myOpacity80 { color: #677877; opacity: 0.8; }

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

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

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

This text has shadow with #677877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677877 on black background.


Color preview on white background

This text has color #677877 on white background.



Black color preview on #677877 background

This text has black color on #677877 background.


White color preview on #677877 background

This text has white color on #677877 background.