COLOR #767E44

HEX: #767E44
RGB: (118,126,68)

Color info

#767E44 contains red, green and blue colors in about the same proportion. Web safe color of #767E44 is #666633 (or #663).

RGB color model

#767E44 color RGB value is (118,126,68).

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

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 68 of 255 = 27%

118
126
68

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

Portions of RGB colors in percentages

R + G + B =
118 + 126 + 68 = 312 (100%)
R 118 of 312 ~ 37.82%
G 126 of 312 ~ 40.38%
B 68 of 312 ~ 21.79%

%37.82
%40.38
%21.79

CMYK color model

#767E44 color CMYK value is (6,0,46,51).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(6,0,46,51)
C6M0Y46K51 
(6%,0%,46%,51%)
(0.06/0.00/0.46/0.51)	

CMYK percentages

%6.35
%0
%46.03
%50.59

Codes

Color #767E44 in popluar color models

767E44
RGB11812668
HSL68°29.90%38.04%
HSB/HSV68°46.03%49.41%
CMYK6.35%0.00%46.03%
50.59%

Color #767E44 in popluar number systems.

HEX767E44
Decimal11812668
Binary111011011111101000100
Octal166176104

Shades and tints

Shades of #767E44

#767E44
(118,126,68)
#6C733E
(108,115,62)
#626838
(98,104,56)
#585D32
(88,93,50)
#4E522C
(78,82,44)
#444726
(68,71,38)
#3A3C20
(58,60,32)
#30311A
(48,49,26)
#262614
(38,38,20)
#1C1B0E
(28,27,14)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #767E44

#767E44
(118,126,68)
#828955
(130,137,85)
#8E9466
(142,148,102)
#9A9F77
(154,159,119)
#A6AA88
(166,170,136)
#B2B599
(178,181,153)
#BEC0AA
(190,192,170)
#CACBBB
(202,203,187)
#D6D6CC
(214,214,204)
#E2E1DD
(226,225,221)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767E44; }

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

This text font color is #767E44.


Background Color

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

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

This div background color is #767E44.


Border color

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

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

This div border color is #767E44.


Opacity

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

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

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

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

This text has shadow with #767E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767E44 on black background.


Color preview on white background

This text has color #767E44 on white background.



Black color preview on #767E44 background

This text has black color on #767E44 background.


White color preview on #767E44 background

This text has white color on #767E44 background.