COLOR #677976

HEX: #677976
RGB: (103,121,118)

Color info

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

RGB color model

#677976 color RGB value is (103,121,118).

  • red value is 103;
  • green value is 121;
  • blue value is 118.
RGB:
(103,121,118)
(40%,47%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 118 of 255 = 46%

103
121
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 118 = 342 (100%)
R 103 of 342 ~ 30.12%
G 121 of 342 ~ 35.38%
B 118 of 342 ~ 34.5%

%30.12
%35.38
%34.5

CMYK color model

#677976 color CMYK value is (15,0,2,53).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(15,0,2,53)
C15M0Y2K53 
(15%,0%,2%,53%)
(0.15/0.00/0.02/0.53)	

CMYK percentages

%14.88
%0
%2.48
%52.55

Codes

Color #677976 in popluar color models

677976
RGB103121118
HSL170°8.04%43.92%
HSB/HSV170°14.88%47.45%
CMYK14.88%0.00%2.48%
52.55%

Color #677976 in popluar number systems.

HEX677976
Decimal103121118
Binary110011111110011110110
Octal147171166

Shades and tints

Shades of #677976

#677976
(103,121,118)
#5E6E6C
(94,110,108)
#556362
(85,99,98)
#4C5858
(76,88,88)
#434D4E
(67,77,78)
#3A4244
(58,66,68)
#31373A
(49,55,58)
#282C30
(40,44,48)
#1F2126
(31,33,38)
#16161C
(22,22,28)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #677976

#677976
(103,121,118)
#748582
(116,133,130)
#81918E
(129,145,142)
#8E9D9A
(142,157,154)
#9BA9A6
(155,169,166)
#A8B5B2
(168,181,178)
#B5C1BE
(181,193,190)
#C2CDCA
(194,205,202)
#CFD9D6
(207,217,214)
#DCE5E2
(220,229,226)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677976 color. Also use rgb(103,121,118) instead hex code.

Text Font Color

.myTextColor { color: #677976; }

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

This text font color is #677976.


Background Color

.myBgColor { background-color: #677976; }

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

This div background color is #677976.


Border color

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

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

This div border color is #677976.


Opacity

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

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

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

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

This text has shadow with #677976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677976 on black background.


Color preview on white background

This text has color #677976 on white background.



Black color preview on #677976 background

This text has black color on #677976 background.


White color preview on #677976 background

This text has white color on #677976 background.