COLOR #767E74

HEX: #767E74
RGB: (118,126,116)

Color info

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

RGB color model

#767E74 color RGB value is (118,126,116).

  • red value is 118;
  • green value is 126;
  • blue value is 116.
RGB:
(118,126,116)
(46%,49%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 116 of 255 = 45%

118
126
116

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

Portions of RGB colors in percentages

R + G + B =
118 + 126 + 116 = 360 (100%)
R 118 of 360 ~ 32.78%
G 126 of 360 ~ 35%
B 116 of 360 ~ 32.22%

%32.78
%35
%32.22

CMYK color model

#767E74 color CMYK value is (6,0,8,51).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(6,0,8,51)
C6M0Y8K51 
(6%,0%,8%,51%)
(0.06/0.00/0.08/0.51)	

CMYK percentages

%6.35
%0
%7.94
%50.59

Codes

Color #767E74 in popluar color models

767E74
RGB118126116
HSL108°4.13%47.45%
HSB/HSV108°7.94%49.41%
CMYK6.35%0.00%7.94%
50.59%

Color #767E74 in popluar number systems.

HEX767E74
Decimal118126116
Binary111011011111101110100
Octal166176164

Shades and tints

Shades of #767E74

#767E74
(118,126,116)
#6C736A
(108,115,106)
#626860
(98,104,96)
#585D56
(88,93,86)
#4E524C
(78,82,76)
#444742
(68,71,66)
#3A3C38
(58,60,56)
#30312E
(48,49,46)
#262624
(38,38,36)
#1C1B1A
(28,27,26)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #767E74

#767E74
(118,126,116)
#828980
(130,137,128)
#8E948C
(142,148,140)
#9A9F98
(154,159,152)
#A6AAA4
(166,170,164)
#B2B5B0
(178,181,176)
#BEC0BC
(190,192,188)
#CACBC8
(202,203,200)
#D6D6D4
(214,214,212)
#E2E1E0
(226,225,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767E74 color. Also use rgb(118,126,116) instead hex code.

Text Font Color

.myTextColor { color: #767E74; }

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

This text font color is #767E74.


Background Color

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

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

This div background color is #767E74.


Border color

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

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

This div border color is #767E74.


Opacity

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

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

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

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

This text has shadow with #767E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767E74 on black background.


Color preview on white background

This text has color #767E74 on white background.



Black color preview on #767E74 background

This text has black color on #767E74 background.


White color preview on #767E74 background

This text has white color on #767E74 background.