COLOR #767B43

HEX: #767B43 RGB: (118,123,67)

Color info

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

RGB color model

#767B43 color RGB value is (118,123,67).

RGB: (118,123,67) (46%, 48%, 26%)

RGB channels and saturation

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

118
123
67

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

Portions of RGB colors in percentages

R + G + B = 118 + 123 + 67 = 308 (100%)
R 118 of 308 ~ 38.31%
G 123 of 308 ~ 39.94%
B 67 of 308 ~ 21.75'%

%38.31
%39.94
%21.75

CMYK color model

#767B43 color CMYK value is (4,0,46,52).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 51.76%

CMYK: (4,0,46,52)
C4M0Y46K52 (4%, 0%, 46%, 52%)
(0.04 / 0.00 / 0.46 / 0.52)

CMYK percentages

%4.07
%0
%45.53
%51.76

Codes

Color #767B43 in popluar color models

76 7B 43
RGB 118 123 67
HSL 65° 29.47% 37.25%
HSB/HSV 65° 45.53% 48.24%
CMYK 4.07% 0.00% 45.53%
51.76%

Color #767B43 in popluar number systems.

HEX 76 7B 43
Decimal 118 123 67
Binary 1110110 1111011 1000011
Octal 166 173 103

Shades and tints

Shades of #767B43

#767B43
(118,123,67)
#6C703D
(108,112,61)
#626537
(98,101,55)
#585A31
(88,90,49)
#4E4F2B
(78,79,43)
#444425
(68,68,37)
#3A391F
(58,57,31)
#302E19
(48,46,25)
#262313
(38,35,19)
#1C180D
(28,24,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #767B43

#767B43
(118,123,67)
#828754
(130,135,84)
#8E9365
(142,147,101)
#9A9F76
(154,159,118)
#A6AB87
(166,171,135)
#B2B798
(178,183,152)
#BEC3A9
(190,195,169)
#CACFBA
(202,207,186)
#D6DBCB
(214,219,203)
#E2E7DC
(226,231,220)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767B43; }

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

This text font color is #767B43.

Background Color

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

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

This div background color is #767B43.

Border color

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

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

This div border color is #767B43.

Opacity

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

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

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

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

This text has shadow with #767B43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767B43.

Preview

Color preview on black background

This text has color #767B43 on black background.


Color preview on white background

This text has color #767B43 on white background.


Black color preview on #767B43 background

This text has black color on #767B43 background.


White color preview on #767B43 background

This text has white color on #767B43 background.


Related colors

Complementary color

Complementary color for #hex is #8984BC.


I love getcolorcode.com

Triadic colors

1 #43767B and #7B4376 with #767B43 are triadic colors.

2 #437B76 and #7B7643 with #767B43 are triadic colors.