COLOR #767A43

HEX: #767A43
RGB: (118,122,67)

Color info

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

RGB color model

#767A43 color RGB value is (118,122,67).

  • red value is 118;
  • green value is 122;
  • blue value is 67.
RGB:
(118,122,67)
(46%,48%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 67 of 255 = 26%

118
122
67

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 67 = 307 (100%)
R 118 of 307 ~ 38.44%
G 122 of 307 ~ 39.74%
B 67 of 307 ~ 21.82%

%38.44
%39.74
%21.82

CMYK color model

#767A43 color CMYK value is (3,0,45,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 45.08%
  • key color value is 52.16%
CMYK:
(3,0,45,52)
C3M0Y45K52 
(3%,0%,45%,52%)
(0.03/0.00/0.45/0.52)	

CMYK percentages

%3.28
%0
%45.08
%52.16

Codes

Color #767A43 in popluar color models

767A43
RGB11812267
HSL64°29.10%37.06%
HSB/HSV64°45.08%47.84%
CMYK3.28%0.00%45.08%
52.16%

Color #767A43 in popluar number systems.

HEX767A43
Decimal11812267
Binary111011011110101000011
Octal166172103

Shades and tints

Shades of #767A43

#767A43
(118,122,67)
#6C6F3D
(108,111,61)
#626437
(98,100,55)
#585931
(88,89,49)
#4E4E2B
(78,78,43)
#444325
(68,67,37)
#3A381F
(58,56,31)
#302D19
(48,45,25)
#262213
(38,34,19)
#1C170D
(28,23,13)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #767A43

#767A43
(118,122,67)
#828654
(130,134,84)
#8E9265
(142,146,101)
#9A9E76
(154,158,118)
#A6AA87
(166,170,135)
#B2B698
(178,182,152)
#BEC2A9
(190,194,169)
#CACEBA
(202,206,186)
#D6DACB
(214,218,203)
#E2E6DC
(226,230,220)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A43 color. Also use rgb(118,122,67) instead hex code.

Text Font Color

.myTextColor { color: #767A43; }

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

This text font color is #767A43.


Background Color

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

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

This div background color is #767A43.


Border color

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

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

This div border color is #767A43.


Opacity

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

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

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

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

This text has shadow with #767A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A43 on black background.


Color preview on white background

This text has color #767A43 on white background.



Black color preview on #767A43 background

This text has black color on #767A43 background.


White color preview on #767A43 background

This text has white color on #767A43 background.