COLOR #67767F

HEX: #67767F RGB: (103,118,127)

Color info

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

RGB color model

#67767F color RGB value is (103,118,127).

RGB: (103,118,127) (40%, 46%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 127 of 255 = 50%

103
118
127

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

Portions of RGB colors in percentages

R + G + B = 103 + 118 + 127 = 348 (100%)
R 103 of 348 ~ 29.6%
G 118 of 348 ~ 33.91%
B 127 of 348 ~ 36.49'%

%29.6
%33.91
%36.49

CMYK color model

#67767F color CMYK value is (19,7,0,50).

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

CMYK: (19,7,0,50)
C19M7Y0K50 (19%, 7%, 0%, 50%)
(0.19 / 0.07 / 0.00 / 0.50)

CMYK percentages

%18.9
%7.09
%0
%50.2

Codes

Color #67767F in popluar color models

67 76 7F
RGB 103 118 127
HSL 203° 10.43% 45.10%
HSB/HSV 203° 18.90% 49.80%
CMYK 18.90% 7.09% 0.00%
50.20%

Color #67767F in popluar number systems.

HEX 67 76 7F
Decimal 103 118 127
Binary 1100111 1110110 1111111
Octal 147 166 177

Shades and tints

Shades of #67767F

#67767F
(103,118,127)
#5E6C74
(94,108,116)
#556269
(85,98,105)
#4C585E
(76,88,94)
#434E53
(67,78,83)
#3A4448
(58,68,72)
#313A3D
(49,58,61)
#283032
(40,48,50)
#1F2627
(31,38,39)
#161C1C
(22,28,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #67767F

#67767F
(103,118,127)
#74828A
(116,130,138)
#818E95
(129,142,149)
#8E9AA0
(142,154,160)
#9BA6AB
(155,166,171)
#A8B2B6
(168,178,182)
#B5BEC1
(181,190,193)
#C2CACC
(194,202,204)
#CFD6D7
(207,214,215)
#DCE2E2
(220,226,226)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67767F; }

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

This text font color is #67767F.

Background Color

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

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

This div background color is #67767F.

Border color

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

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

This div border color is #67767F.

Opacity

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

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

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

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

This text has shadow with #67767F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67767F.

Preview

Color preview on black background

This text has color #67767F on black background.


Color preview on white background

This text has color #67767F on white background.


Black color preview on #67767F background

This text has black color on #67767F background.


White color preview on #67767F background

This text has white color on #67767F background.


Related colors

Complementary color

Complementary color for #hex is #988980.


I love getcolorcode.com

Triadic colors

1 #7F6776 and #767F67 with #67767F are triadic colors.

2 #7F7667 and #76677F with #67767F are triadic colors.