COLOR #677773

HEX: #677773
RGB: (103,119,115)

Color info

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

RGB color model

#677773 color RGB value is (103,119,115).

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

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 115 of 255 = 45%

103
119
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 115 = 337 (100%)
R 103 of 337 ~ 30.56%
G 119 of 337 ~ 35.31%
B 115 of 337 ~ 34.12%

%30.56
%35.31
%34.12

CMYK color model

#677773 color CMYK value is (13,0,3,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(13,0,3,53)
C13M0Y3K53 
(13%,0%,3%,53%)
(0.13/0.00/0.03/0.53)	

CMYK percentages

%13.45
%0
%3.36
%53.33

Codes

Color #677773 in popluar color models

677773
RGB103119115
HSL165°7.21%43.53%
HSB/HSV165°13.45%46.67%
CMYK13.45%0.00%3.36%
53.33%

Color #677773 in popluar number systems.

HEX677773
Decimal103119115
Binary110011111101111110011
Octal147167163

Shades and tints

Shades of #677773

#677773
(103,119,115)
#5E6D69
(94,109,105)
#55635F
(85,99,95)
#4C5955
(76,89,85)
#434F4B
(67,79,75)
#3A4541
(58,69,65)
#313B37
(49,59,55)
#28312D
(40,49,45)
#1F2723
(31,39,35)
#161D19
(22,29,25)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #677773

#677773
(103,119,115)
#74837F
(116,131,127)
#818F8B
(129,143,139)
#8E9B97
(142,155,151)
#9BA7A3
(155,167,163)
#A8B3AF
(168,179,175)
#B5BFBB
(181,191,187)
#C2CBC7
(194,203,199)
#CFD7D3
(207,215,211)
#DCE3DF
(220,227,223)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677773; }

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

This text font color is #677773.


Background Color

.myBgColor { background-color: #677773; }

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

This div background color is #677773.


Border color

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

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

This div border color is #677773.


Opacity

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

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

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

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

This text has shadow with #677773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677773 on black background.


Color preview on white background

This text has color #677773 on white background.



Black color preview on #677773 background

This text has black color on #677773 background.


White color preview on #677773 background

This text has white color on #677773 background.