COLOR #67767B

HEX: #67767B RGB: (103,118,123)

Color info

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

RGB color model

#67767B color RGB value is (103,118,123).

RGB: (103,118,123) (40%, 46%, 48%)

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 123 of 255 = 48%

103
118
123

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

Portions of RGB colors in percentages

R + G + B = 103 + 118 + 123 = 344 (100%)
R 103 of 344 ~ 29.94%
G 118 of 344 ~ 34.3%
B 123 of 344 ~ 35.76'%

%29.94
%34.3
%35.76

CMYK color model

#67767B color CMYK value is (16,4,0,52).

  • cyan value is 16.26%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (16,4,0,52)
C16M4Y0K52 (16%, 4%, 0%, 52%)
(0.16 / 0.04 / 0.00 / 0.52)

CMYK percentages

%16.26
%4.07
%0
%51.76

Codes

Color #67767B in popluar color models

67 76 7B
RGB 103 118 123
HSL 195° 8.85% 44.31%
HSB/HSV 195° 16.26% 48.24%
CMYK 16.26% 4.07% 0.00%
51.76%

Color #67767B in popluar number systems.

HEX 67 76 7B
Decimal 103 118 123
Binary 1100111 1110110 1111011
Octal 147 166 173

Shades and tints

Shades of #67767B

#67767B
(103,118,123)
#5E6C70
(94,108,112)
#556265
(85,98,101)
#4C585A
(76,88,90)
#434E4F
(67,78,79)
#3A4444
(58,68,68)
#313A39
(49,58,57)
#28302E
(40,48,46)
#1F2623
(31,38,35)
#161C18
(22,28,24)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #67767B

#67767B
(103,118,123)
#748287
(116,130,135)
#818E93
(129,142,147)
#8E9A9F
(142,154,159)
#9BA6AB
(155,166,171)
#A8B2B7
(168,178,183)
#B5BEC3
(181,190,195)
#C2CACF
(194,202,207)
#CFD6DB
(207,214,219)
#DCE2E7
(220,226,231)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67767B; }

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

This text font color is #67767B.

Background Color

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

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

This div background color is #67767B.

Border color

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

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

This div border color is #67767B.

Opacity

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

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

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

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

This text has shadow with #67767B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67767B.

Preview

Color preview on black background

This text has color #67767B on black background.


Color preview on white background

This text has color #67767B on white background.


Black color preview on #67767B background

This text has black color on #67767B background.


White color preview on #67767B background

This text has white color on #67767B background.


Related colors

Complementary color

Complementary color for #hex is #988984.


I love getcolorcode.com

Triadic colors

1 #7B6776 and #767B67 with #67767B are triadic colors.

2 #7B7667 and #76677B with #67767B are triadic colors.