COLOR #676A77

HEX: #676A77
RGB: (103,106,119)

Color info

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

RGB color model

#676A77 color RGB value is (103,106,119).

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

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 119 of 255 = 47%

103
106
119

R + G + B ~ 43%. #676A77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 119 = 328 (100%)
R 103 of 328 ~ 31.4%
G 106 of 328 ~ 32.32%
B 119 of 328 ~ 36.28%

%31.4
%32.32
%36.28

CMYK color model

#676A77 color CMYK value is (13,11,0,53).

  • cyan value is 13.45%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,11,0,53)
C13M11Y0K53 
(13%,11%,0%,53%)
(0.13/0.11/0.00/0.53)	

CMYK percentages

%13.45
%10.92
%0
%53.33

Codes

Color #676A77 in popluar color models

676A77
RGB103106119
HSL229°7.21%43.53%
HSB/HSV229°13.45%46.67%
CMYK13.45%10.92%0.00%
53.33%

Color #676A77 in popluar number systems.

HEX676A77
Decimal103106119
Binary110011111010101110111
Octal147152167

Shades and tints

Shades of #676A77

#676A77
(103,106,119)
#5E616D
(94,97,109)
#555863
(85,88,99)
#4C4F59
(76,79,89)
#43464F
(67,70,79)
#3A3D45
(58,61,69)
#31343B
(49,52,59)
#282B31
(40,43,49)
#1F2227
(31,34,39)
#16191D
(22,25,29)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #676A77

#676A77
(103,106,119)
#747783
(116,119,131)
#81848F
(129,132,143)
#8E919B
(142,145,155)
#9B9EA7
(155,158,167)
#A8ABB3
(168,171,179)
#B5B8BF
(181,184,191)
#C2C5CB
(194,197,203)
#CFD2D7
(207,210,215)
#DCDFE3
(220,223,227)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A77; }

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

This text font color is #676A77.


Background Color

.myBgColor { background-color: #676A77; }

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

This div background color is #676A77.


Border color

.myBorderColor { border: 1px solid #676A77; }

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

This div border color is #676A77.


Opacity

.myOpacity80 { color: #676A77; opacity: 0.8; }

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

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

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

This text has shadow with #676A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A77 on black background.


Color preview on white background

This text has color #676A77 on white background.



Black color preview on #676A77 background

This text has black color on #676A77 background.


White color preview on #676A77 background

This text has white color on #676A77 background.