COLOR #67776B

HEX: #67776B
RGB: (103,119,107)

Color info

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

RGB color model

#67776B color RGB value is (103,119,107).

  • red value is 103;
  • green value is 119;
  • blue value is 107.
RGB:
(103,119,107)
(40%,47%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 107 of 255 = 42%

103
119
107

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

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 107 = 329 (100%)
R 103 of 329 ~ 31.31%
G 119 of 329 ~ 36.17%
B 107 of 329 ~ 32.52%

%31.31
%36.17
%32.52

CMYK color model

#67776B color CMYK value is (13,0,10,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(13,0,10,53)
C13M0Y10K53 
(13%,0%,10%,53%)
(0.13/0.00/0.10/0.53)	

CMYK percentages

%13.45
%0
%10.08
%53.33

Codes

Color #67776B in popluar color models

67776B
RGB103119107
HSL135°7.21%43.53%
HSB/HSV135°13.45%46.67%
CMYK13.45%0.00%10.08%
53.33%

Color #67776B in popluar number systems.

HEX67776B
Decimal103119107
Binary110011111101111101011
Octal147167153

Shades and tints

Shades of #67776B

#67776B
(103,119,107)
#5E6D62
(94,109,98)
#556359
(85,99,89)
#4C5950
(76,89,80)
#434F47
(67,79,71)
#3A453E
(58,69,62)
#313B35
(49,59,53)
#28312C
(40,49,44)
#1F2723
(31,39,35)
#161D1A
(22,29,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #67776B

#67776B
(103,119,107)
#748378
(116,131,120)
#818F85
(129,143,133)
#8E9B92
(142,155,146)
#9BA79F
(155,167,159)
#A8B3AC
(168,179,172)
#B5BFB9
(181,191,185)
#C2CBC6
(194,203,198)
#CFD7D3
(207,215,211)
#DCE3E0
(220,227,224)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67776B color. Also use rgb(103,119,107) instead hex code.

Text Font Color

.myTextColor { color: #67776B; }

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

This text font color is #67776B.


Background Color

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

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

This div background color is #67776B.


Border color

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

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

This div border color is #67776B.


Opacity

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

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

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

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

This text has shadow with #67776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67776B on black background.


Color preview on white background

This text has color #67776B on white background.



Black color preview on #67776B background

This text has black color on #67776B background.


White color preview on #67776B background

This text has white color on #67776B background.