COLOR #767D43

HEX: #767D43 RGB: (118,125,67)

Color info

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

RGB color model

#767D43 color RGB value is (118,125,67).

RGB: (118,125,67) (46%, 49%, 26%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 67 of 255 = 26%

118
125
67

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 67 = 310 (100%)
R 118 of 310 ~ 38.06%
G 125 of 310 ~ 40.32%
B 67 of 310 ~ 21.61'%

%38.06
%40.32
%21.61

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 46.40%
  • key color value is 50.98%

CMYK: (6,0,46,51)
C6M0Y46K51 (6%, 0%, 46%, 51%)
(0.06 / 0.00 / 0.46 / 0.51)

CMYK percentages

%5.6
%0
%46.4
%50.98

Codes

Color #767D43 in popluar color models

76 7D 43
RGB 118 125 67
HSL 67° 30.21% 37.65%
HSB/HSV 67° 46.40% 49.02%
CMYK 5.60% 0.00% 46.40%
50.98%

Color #767D43 in popluar number systems.

HEX 76 7D 43
Decimal 118 125 67
Binary 1110110 1111101 1000011
Octal 166 175 103

Shades and tints

Shades of #767D43

#767D43
(118,125,67)
#6C723D
(108,114,61)
#626737
(98,103,55)
#585C31
(88,92,49)
#4E512B
(78,81,43)
#444625
(68,70,37)
#3A3B1F
(58,59,31)
#303019
(48,48,25)
#262513
(38,37,19)
#1C1A0D
(28,26,13)
#120F07
(18,15,7)
#000000
(0,0,0)

Tints of #767D43

#767D43
(118,125,67)
#828854
(130,136,84)
#8E9365
(142,147,101)
#9A9E76
(154,158,118)
#A6A987
(166,169,135)
#B2B498
(178,180,152)
#BEBFA9
(190,191,169)
#CACABA
(202,202,186)
#D6D5CB
(214,213,203)
#E2E0DC
(226,224,220)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767D43; }

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

This text font color is #767D43.

Background Color

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

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

This div background color is #767D43.

Border color

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

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

This div border color is #767D43.

Opacity

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

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

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

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

This text has shadow with #767D43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767D43.

Preview

Color preview on black background

This text has color #767D43 on black background.


Color preview on white background

This text has color #767D43 on white background.


Black color preview on #767D43 background

This text has black color on #767D43 background.


White color preview on #767D43 background

This text has white color on #767D43 background.


Related colors

Complementary color

Complementary color for #hex is #8982BC.


I love getcolorcode.com

Triadic colors

1 #43767D and #7D4376 with #767D43 are triadic colors.

2 #437D76 and #7D7643 with #767D43 are triadic colors.