COLOR #676A7E

HEX: #676A7E
RGB: (103,106,126)

Color info

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

RGB color model

#676A7E color RGB value is (103,106,126).

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

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 126 of 255 = 49%

103
106
126

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 126 = 335 (100%)
R 103 of 335 ~ 30.75%
G 106 of 335 ~ 31.64%
B 126 of 335 ~ 37.61%

%30.75
%31.64
%37.61

CMYK color model

#676A7E color CMYK value is (18,16,0,51).

  • cyan value is 18.25%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(18,16,0,51)
C18M16Y0K51 
(18%,16%,0%,51%)
(0.18/0.16/0.00/0.51)	

CMYK percentages

%18.25
%15.87
%0
%50.59

Codes

Color #676A7E in popluar color models

676A7E
RGB103106126
HSL232°10.04%44.90%
HSB/HSV232°18.25%49.41%
CMYK18.25%15.87%0.00%
50.59%

Color #676A7E in popluar number systems.

HEX676A7E
Decimal103106126
Binary110011111010101111110
Octal147152176

Shades and tints

Shades of #676A7E

#676A7E
(103,106,126)
#5E6173
(94,97,115)
#555868
(85,88,104)
#4C4F5D
(76,79,93)
#434652
(67,70,82)
#3A3D47
(58,61,71)
#31343C
(49,52,60)
#282B31
(40,43,49)
#1F2226
(31,34,38)
#16191B
(22,25,27)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #676A7E

#676A7E
(103,106,126)
#747789
(116,119,137)
#818494
(129,132,148)
#8E919F
(142,145,159)
#9B9EAA
(155,158,170)
#A8ABB5
(168,171,181)
#B5B8C0
(181,184,192)
#C2C5CB
(194,197,203)
#CFD2D6
(207,210,214)
#DCDFE1
(220,223,225)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A7E; }

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

This text font color is #676A7E.


Background Color

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

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

This div background color is #676A7E.


Border color

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

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

This div border color is #676A7E.


Opacity

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

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

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

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

This text has shadow with #676A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A7E on black background.


Color preview on white background

This text has color #676A7E on white background.



Black color preview on #676A7E background

This text has black color on #676A7E background.


White color preview on #676A7E background

This text has white color on #676A7E background.