COLOR #676B7F

HEX: #676B7F
RGB: (103,107,127)

Color info

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

RGB color model

#676B7F color RGB value is (103,107,127).

  • red value is 103;
  • green value is 107;
  • blue value is 127.
RGB:
(103,107,127)
(40%,42%,50%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 127 of 255 = 50%

103
107
127

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

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 127 = 337 (100%)
R 103 of 337 ~ 30.56%
G 107 of 337 ~ 31.75%
B 127 of 337 ~ 37.69%

%30.56
%31.75
%37.69

CMYK color model

#676B7F color CMYK value is (19,16,0,50).

  • cyan value is 18.90%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(19,16,0,50)
C19M16Y0K50 
(19%,16%,0%,50%)
(0.19/0.16/0.00/0.50)	

CMYK percentages

%18.9
%15.75
%0
%50.2

Codes

Color #676B7F in popluar color models

676B7F
RGB103107127
HSL230°10.43%45.10%
HSB/HSV230°18.90%49.80%
CMYK18.90%15.75%0.00%
50.20%

Color #676B7F in popluar number systems.

HEX676B7F
Decimal103107127
Binary110011111010111111111
Octal147153177

Shades and tints

Shades of #676B7F

#676B7F
(103,107,127)
#5E6274
(94,98,116)
#555969
(85,89,105)
#4C505E
(76,80,94)
#434753
(67,71,83)
#3A3E48
(58,62,72)
#31353D
(49,53,61)
#282C32
(40,44,50)
#1F2327
(31,35,39)
#161A1C
(22,26,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #676B7F

#676B7F
(103,107,127)
#74788A
(116,120,138)
#818595
(129,133,149)
#8E92A0
(142,146,160)
#9B9FAB
(155,159,171)
#A8ACB6
(168,172,182)
#B5B9C1
(181,185,193)
#C2C6CC
(194,198,204)
#CFD3D7
(207,211,215)
#DCE0E2
(220,224,226)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B7F color. Also use rgb(103,107,127) instead hex code.

Text Font Color

.myTextColor { color: #676B7F; }

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

This text font color is #676B7F.


Background Color

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

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

This div background color is #676B7F.


Border color

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

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

This div border color is #676B7F.


Opacity

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

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

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

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

This text has shadow with #676B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B7F on black background.


Color preview on white background

This text has color #676B7F on white background.



Black color preview on #676B7F background

This text has black color on #676B7F background.


White color preview on #676B7F background

This text has white color on #676B7F background.