COLOR #67777D

HEX: #67777D RGB: (103,119,125)

Color info

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

RGB color model

#67777D color RGB value is (103,119,125).

RGB: (103,119,125) (40%, 47%, 49%)

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 125 of 255 = 49%

103
119
125

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

Portions of RGB colors in percentages

R + G + B = 103 + 119 + 125 = 347 (100%)
R 103 of 347 ~ 29.68%
G 119 of 347 ~ 34.29%
B 125 of 347 ~ 36.02'%

%29.68
%34.29
%36.02

CMYK color model

#67777D color CMYK value is (18,5,0,51).

  • cyan value is 17.60%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (18,5,0,51)
C18M5Y0K51 (18%, 5%, 0%, 51%)
(0.18 / 0.05 / 0.00 / 0.51)

CMYK percentages

%17.6
%4.8
%0
%50.98

Codes

Color #67777D in popluar color models

67 77 7D
RGB 103 119 125
HSL 196° 9.65% 44.71%
HSB/HSV 196° 17.60% 49.02%
CMYK 17.60% 4.80% 0.00%
50.98%

Color #67777D in popluar number systems.

HEX 67 77 7D
Decimal 103 119 125
Binary 1100111 1110111 1111101
Octal 147 167 175

Shades and tints

Shades of #67777D

#67777D
(103,119,125)
#5E6D72
(94,109,114)
#556367
(85,99,103)
#4C595C
(76,89,92)
#434F51
(67,79,81)
#3A4546
(58,69,70)
#313B3B
(49,59,59)
#283130
(40,49,48)
#1F2725
(31,39,37)
#161D1A
(22,29,26)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #67777D

#67777D
(103,119,125)
#748388
(116,131,136)
#818F93
(129,143,147)
#8E9B9E
(142,155,158)
#9BA7A9
(155,167,169)
#A8B3B4
(168,179,180)
#B5BFBF
(181,191,191)
#C2CBCA
(194,203,202)
#CFD7D5
(207,215,213)
#DCE3E0
(220,227,224)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67777D color. Also use rgb(103,119,125) instead hex code.

Text Font Color

.myTextColor { color: #67777D; }

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

This text font color is #67777D.

Background Color

.myBgColor { background-color: #67777D; }

<div style="background-color:#67777D">Inner text</div>

This div background color is #67777D.

Border color

.myBorderColor { border: 1px solid #67777D; }

<div style="border:3px solid #67777D">Div</div>

This div border color is #67777D.

Opacity

.myOpacity80 { color: #67777D; opacity: 0.8; }

<p style="color:#67777D;opacity:0.8;">80%</p>

Text with #67777D 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 #67777D;}

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

This text has shadow with #67777D color.


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

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

This text has shadow with #67777D primary color and red secondary color.


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

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

This text has shadow with #67777D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67777D.

Preview

Color preview on black background

This text has color #67777D on black background.


Color preview on white background

This text has color #67777D on white background.


Black color preview on #67777D background

This text has black color on #67777D background.


White color preview on #67777D background

This text has white color on #67777D background.


Related colors

Complementary color

Complementary color for #hex is #988882.


I love getcolorcode.com

Triadic colors

1 #7D6777 and #777D67 with #67777D are triadic colors.

2 #7D7767 and #77677D with #67777D are triadic colors.