COLOR #676F78

HEX: #676F78
RGB: (103,111,120)

Color info

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

RGB color model

#676F78 color RGB value is (103,111,120).

  • red value is 103;
  • green value is 111;
  • blue value is 120.
RGB:
(103,111,120)
(40%,44%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 120 of 255 = 47%

103
111
120

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 120 = 334 (100%)
R 103 of 334 ~ 30.84%
G 111 of 334 ~ 33.23%
B 120 of 334 ~ 35.93%

%30.84
%33.23
%35.93

CMYK color model

#676F78 color CMYK value is (14,8,0,53).

  • cyan value is 14.17%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(14,8,0,53)
C14M8Y0K53 
(14%,8%,0%,53%)
(0.14/0.08/0.00/0.53)	

CMYK percentages

%14.17
%7.5
%0
%52.94

Codes

Color #676F78 in popluar color models

676F78
RGB103111120
HSL212°7.62%43.73%
HSB/HSV212°14.17%47.06%
CMYK14.17%7.50%0.00%
52.94%

Color #676F78 in popluar number systems.

HEX676F78
Decimal103111120
Binary110011111011111111000
Octal147157170

Shades and tints

Shades of #676F78

#676F78
(103,111,120)
#5E656E
(94,101,110)
#555B64
(85,91,100)
#4C515A
(76,81,90)
#434750
(67,71,80)
#3A3D46
(58,61,70)
#31333C
(49,51,60)
#282932
(40,41,50)
#1F1F28
(31,31,40)
#16151E
(22,21,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #676F78

#676F78
(103,111,120)
#747C84
(116,124,132)
#818990
(129,137,144)
#8E969C
(142,150,156)
#9BA3A8
(155,163,168)
#A8B0B4
(168,176,180)
#B5BDC0
(181,189,192)
#C2CACC
(194,202,204)
#CFD7D8
(207,215,216)
#DCE4E4
(220,228,228)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F78 color. Also use rgb(103,111,120) instead hex code.

Text Font Color

.myTextColor { color: #676F78; }

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

This text font color is #676F78.


Background Color

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

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

This div background color is #676F78.


Border color

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

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

This div border color is #676F78.


Opacity

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

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

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

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

This text has shadow with #676F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F78 on black background.


Color preview on white background

This text has color #676F78 on white background.



Black color preview on #676F78 background

This text has black color on #676F78 background.


White color preview on #676F78 background

This text has white color on #676F78 background.