COLOR #677576

HEX: #677576
RGB: (103,117,118)

Color info

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

RGB color model

#677576 color RGB value is (103,117,118).

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

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 118 of 255 = 46%

103
117
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 118 = 338 (100%)
R 103 of 338 ~ 30.47%
G 117 of 338 ~ 34.62%
B 118 of 338 ~ 34.91%

%30.47
%34.62
%34.91

CMYK color model

#677576 color CMYK value is (13,1,0,54).

  • cyan value is 12.71%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,1,0,54)
C13M1Y0K54 
(13%,1%,0%,54%)
(0.13/0.01/0.00/0.54)	

CMYK percentages

%12.71
%0.85
%0
%53.73

Codes

Color #677576 in popluar color models

677576
RGB103117118
HSL184°6.79%43.33%
HSB/HSV184°12.71%46.27%
CMYK12.71%0.85%0.00%
53.73%

Color #677576 in popluar number systems.

HEX677576
Decimal103117118
Binary110011111101011110110
Octal147165166

Shades and tints

Shades of #677576

#677576
(103,117,118)
#5E6B6C
(94,107,108)
#556162
(85,97,98)
#4C5758
(76,87,88)
#434D4E
(67,77,78)
#3A4344
(58,67,68)
#31393A
(49,57,58)
#282F30
(40,47,48)
#1F2526
(31,37,38)
#161B1C
(22,27,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #677576

#677576
(103,117,118)
#748182
(116,129,130)
#818D8E
(129,141,142)
#8E999A
(142,153,154)
#9BA5A6
(155,165,166)
#A8B1B2
(168,177,178)
#B5BDBE
(181,189,190)
#C2C9CA
(194,201,202)
#CFD5D6
(207,213,214)
#DCE1E2
(220,225,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677576; }

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

This text font color is #677576.


Background Color

.myBgColor { background-color: #677576; }

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

This div background color is #677576.


Border color

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

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

This div border color is #677576.


Opacity

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

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

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

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

This text has shadow with #677576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677576 on black background.


Color preview on white background

This text has color #677576 on white background.



Black color preview on #677576 background

This text has black color on #677576 background.


White color preview on #677576 background

This text has white color on #677576 background.