COLOR #67797F

HEX: #67797F RGB: (103,121,127)

Color info

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

RGB color model

#67797F color RGB value is (103,121,127).

RGB: (103,121,127) (40%, 47%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 127 of 255 = 50%

103
121
127

R + G + B ~ 46%. #67797F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 121 + 127 = 351 (100%)
R 103 of 351 ~ 29.34%
G 121 of 351 ~ 34.47%
B 127 of 351 ~ 36.18'%

%29.34
%34.47
%36.18

CMYK color model

#67797F color CMYK value is (19,5,0,50).

  • cyan value is 18.90%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (19,5,0,50)
C19M5Y0K50 (19%, 5%, 0%, 50%)
(0.19 / 0.05 / 0.00 / 0.50)

CMYK percentages

%18.9
%4.72
%0
%50.2

Codes

Color #67797F in popluar color models

67 79 7F
RGB 103 121 127
HSL 195° 10.43% 45.10%
HSB/HSV 195° 18.90% 49.80%
CMYK 18.90% 4.72% 0.00%
50.20%

Color #67797F in popluar number systems.

HEX 67 79 7F
Decimal 103 121 127
Binary 1100111 1111001 1111111
Octal 147 171 177

Shades and tints

Shades of #67797F

#67797F
(103,121,127)
#5E6E74
(94,110,116)
#556369
(85,99,105)
#4C585E
(76,88,94)
#434D53
(67,77,83)
#3A4248
(58,66,72)
#31373D
(49,55,61)
#282C32
(40,44,50)
#1F2127
(31,33,39)
#16161C
(22,22,28)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #67797F

#67797F
(103,121,127)
#74858A
(116,133,138)
#819195
(129,145,149)
#8E9DA0
(142,157,160)
#9BA9AB
(155,169,171)
#A8B5B6
(168,181,182)
#B5C1C1
(181,193,193)
#C2CDCC
(194,205,204)
#CFD9D7
(207,217,215)
#DCE5E2
(220,229,226)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67797F color. Also use rgb(103,121,127) instead hex code.

Text Font Color

.myTextColor { color: #67797F; }

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

This text font color is #67797F.

Background Color

.myBgColor { background-color: #67797F; }

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

This div background color is #67797F.

Border color

.myBorderColor { border: 1px solid #67797F; }

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

This div border color is #67797F.

Opacity

.myOpacity80 { color: #67797F; opacity: 0.8; }

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

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

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

This text has shadow with #67797F color.


.textShadow {text-shadow: 3px 3px 1px #67797F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #67797F; -webkit-box-shadow: 1px 1px 3px 2px #67797F; box-shadow:1px 1px 3px 2px #67797F;">
Div content here
</div>

This div box has shadow with color #67797F.

Preview

Color preview on black background

This text has color #67797F on black background.


Color preview on white background

This text has color #67797F on white background.


Black color preview on #67797F background

This text has black color on #67797F background.


White color preview on #67797F background

This text has white color on #67797F background.


Related colors

Complementary color

Complementary color for #hex is #988680.


I love getcolorcode.com

Triadic colors

1 #7F6779 and #797F67 with #67797F are triadic colors.

2 #7F7967 and #79677F with #67797F are triadic colors.