COLOR #767E62

HEX: #767E62 RGB: (118,126,98)

Color info

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

RGB color model

#767E62 color RGB value is (118,126,98).

RGB: (118,126,98) (46%, 49%, 38%)

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 98 of 255 = 38%

118
126
98

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

Portions of RGB colors in percentages

R + G + B = 118 + 126 + 98 = 342 (100%)
R 118 of 342 ~ 34.5%
G 126 of 342 ~ 36.84%
B 98 of 342 ~ 28.65'%

%34.5
%36.84
%28.65

CMYK color model

#767E62 color CMYK value is (6,0,22,51).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 50.59%
CMYK: (6,0,22,51) C6M0Y22K51 (6%,0%,22%,51%) (0.06/0.00/0.22/0.51) 

CMYK percentages

%6.35
%0
%22.22
%50.59

Codes

Color #767E62 in popluar color models

76 7E 62
RGB 118 126 98
HSL 77° 12.50% 43.92%
HSB/HSV 77° 22.22% 49.41%
CMYK 6.35% 0.00% 22.22%
50.59%

Color #767E62 in popluar number systems.

HEX 76 7E 62
Decimal 118 126 98
Binary 1110110 1111110 1100010
Octal 166 176 142

Shades and tints

Shades of #767E62

#767E62
(118,126,98)
#6C735A
(108,115,90)
#626852
(98,104,82)
#585D4A
(88,93,74)
#4E5242
(78,82,66)
#44473A
(68,71,58)
#3A3C32
(58,60,50)
#30312A
(48,49,42)
#262622
(38,38,34)
#1C1B1A
(28,27,26)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #767E62

#767E62
(118,126,98)
#828970
(130,137,112)
#8E947E
(142,148,126)
#9A9F8C
(154,159,140)
#A6AA9A
(166,170,154)
#B2B5A8
(178,181,168)
#BEC0B6
(190,192,182)
#CACBC4
(202,203,196)
#D6D6D2
(214,214,210)
#E2E1E0
(226,225,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767E62; }

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

This text font color is #767E62.

Background Color

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

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

This div background color is #767E62.

Border color

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

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

This div border color is #767E62.

Opacity

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

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

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

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

This text has shadow with #767E62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767E62.

Preview

Color preview on black background

This text has color #767E62 on black background.


Color preview on white background

This text has color #767E62 on white background.


Black color preview on #767E62 background

This text has black color on #767E62 background.


White color preview on #767E62 background

This text has white color on #767E62 background.


Related colors

Complementary color

Complementary color for #hex is #89819D.


I love getcolorcode.com

Triadic colors

1 #62767E and #7E6276 with #767E62 are triadic colors.

2 #627E76 and #7E7662 with #767E62 are triadic colors.