COLOR #767F6C

HEX: #767F6C
RGB: (118,127,108)

Color info

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

RGB color model

#767F6C color RGB value is (118,127,108).

  • red value is 118;
  • green value is 127;
  • blue value is 108.
RGB:
(118,127,108)
(46%,50%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 108 of 255 = 42%

118
127
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 108 = 353 (100%)
R 118 of 353 ~ 33.43%
G 127 of 353 ~ 35.98%
B 108 of 353 ~ 30.59%

%33.43
%35.98
%30.59

CMYK color model

#767F6C color CMYK value is (7,0,15,50).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 50.20%
CMYK:
(7,0,15,50)
C7M0Y15K50 
(7%,0%,15%,50%)
(0.07/0.00/0.15/0.50)	

CMYK percentages

%7.09
%0
%14.96
%50.2

Codes

Color #767F6C in popluar color models

767F6C
RGB118127108
HSL88°8.09%46.08%
HSB/HSV88°14.96%49.80%
CMYK7.09%0.00%14.96%
50.20%

Color #767F6C in popluar number systems.

HEX767F6C
Decimal118127108
Binary111011011111111101100
Octal166177154

Shades and tints

Shades of #767F6C

#767F6C
(118,127,108)
#6C7463
(108,116,99)
#62695A
(98,105,90)
#585E51
(88,94,81)
#4E5348
(78,83,72)
#44483F
(68,72,63)
#3A3D36
(58,61,54)
#30322D
(48,50,45)
#262724
(38,39,36)
#1C1C1B
(28,28,27)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #767F6C

#767F6C
(118,127,108)
#828A79
(130,138,121)
#8E9586
(142,149,134)
#9AA093
(154,160,147)
#A6ABA0
(166,171,160)
#B2B6AD
(178,182,173)
#BEC1BA
(190,193,186)
#CACCC7
(202,204,199)
#D6D7D4
(214,215,212)
#E2E2E1
(226,226,225)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767F6C color. Also use rgb(118,127,108) instead hex code.

Text Font Color

.myTextColor { color: #767F6C; }

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

This text font color is #767F6C.


Background Color

.myBgColor { background-color: #767F6C; }

<div style="background-color:#767F6C">Inner text</div>

This div background color is #767F6C.


Border color

.myBorderColor { border: 1px solid #767F6C; }

<div style="border:3px solid #767F6C">Div</div>

This div border color is #767F6C.


Opacity

.myOpacity80 { color: #767F6C; opacity: 0.8; }

<p style="color:#767F6C;opacity:0.8;">80%</p>

Text with #767F6C 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 #767F6C;}

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

This text has shadow with #767F6C color.

.textShadow {text-shadow: 3px 3px 1px #767F6C, 3px 3px 1px red;}

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

This text has shadow with #767F6C primary color and red secondary color.


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

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

This text has shadow with #767F6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767F6C on black background.


Color preview on white background

This text has color #767F6C on white background.



Black color preview on #767F6C background

This text has black color on #767F6C background.


White color preview on #767F6C background

This text has white color on #767F6C background.