COLOR #767A42

HEX: #767A42 RGB: (118,122,66)

Color info

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

RGB color model

#767A42 color RGB value is (118,122,66).

RGB: (118,122,66) (46%, 48%, 26%)

RGB channels and saturation

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

118
122
66

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

Portions of RGB colors in percentages

R + G + B = 118 + 122 + 66 = 306 (100%)
R 118 of 306 ~ 38.56%
G 122 of 306 ~ 39.87%
B 66 of 306 ~ 21.57'%

%38.56
%39.87
%21.57

CMYK color model

#767A42 color CMYK value is (3,0,46,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 45.90%
  • key color value is 52.16%

CMYK: (3,0,46,52)
C3M0Y46K52 (3%, 0%, 46%, 52%)
(0.03 / 0.00 / 0.46 / 0.52)

CMYK percentages

%3.28
%0
%45.9
%52.16

Codes

Color #767A42 in popluar color models

76 7A 42
RGB 118 122 66
HSL 64° 29.79% 36.86%
HSB/HSV 64° 45.90% 47.84%
CMYK 3.28% 0.00% 45.90%
52.16%

Color #767A42 in popluar number systems.

HEX 76 7A 42
Decimal 118 122 66
Binary 1110110 1111010 1000010
Octal 166 172 102

Shades and tints

Shades of #767A42

#767A42
(118,122,66)
#6C6F3C
(108,111,60)
#626436
(98,100,54)
#585930
(88,89,48)
#4E4E2A
(78,78,42)
#444324
(68,67,36)
#3A381E
(58,56,30)
#302D18
(48,45,24)
#262212
(38,34,18)
#1C170C
(28,23,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #767A42

#767A42
(118,122,66)
#828653
(130,134,83)
#8E9264
(142,146,100)
#9A9E75
(154,158,117)
#A6AA86
(166,170,134)
#B2B697
(178,182,151)
#BEC2A8
(190,194,168)
#CACEB9
(202,206,185)
#D6DACA
(214,218,202)
#E2E6DB
(226,230,219)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767A42; }

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

This text font color is #767A42.

Background Color

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

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

This div background color is #767A42.

Border color

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

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

This div border color is #767A42.

Opacity

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

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

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

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

This text has shadow with #767A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767A42.

Preview

Color preview on black background

This text has color #767A42 on black background.


Color preview on white background

This text has color #767A42 on white background.


Black color preview on #767A42 background

This text has black color on #767A42 background.


White color preview on #767A42 background

This text has white color on #767A42 background.


Related colors

Complementary color

Complementary color for #hex is #8985BD.


I love getcolorcode.com

Triadic colors

1 #42767A and #7A4276 with #767A42 are triadic colors.

2 #427A76 and #7A7642 with #767A42 are triadic colors.