COLOR #767A4D

HEX: #767A4D
RGB: (118,122,77)

Color info

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

RGB color model

#767A4D color RGB value is (118,122,77).

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

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 77 of 255 = 30%

118
122
77

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 77 = 317 (100%)
R 118 of 317 ~ 37.22%
G 122 of 317 ~ 38.49%
B 77 of 317 ~ 24.29%

%37.22
%38.49
%24.29

CMYK color model

#767A4D color CMYK value is (3,0,37,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 52.16%
CMYK:
(3,0,37,52)
C3M0Y37K52 
(3%,0%,37%,52%)
(0.03/0.00/0.37/0.52)	

CMYK percentages

%3.28
%0
%36.89
%52.16

Codes

Color #767A4D in popluar color models

767A4D
RGB11812277
HSL65°22.61%39.02%
HSB/HSV65°36.89%47.84%
CMYK3.28%0.00%36.89%
52.16%

Color #767A4D in popluar number systems.

HEX767A4D
Decimal11812277
Binary111011011110101001101
Octal166172115

Shades and tints

Shades of #767A4D

#767A4D
(118,122,77)
#6C6F46
(108,111,70)
#62643F
(98,100,63)
#585938
(88,89,56)
#4E4E31
(78,78,49)
#44432A
(68,67,42)
#3A3823
(58,56,35)
#302D1C
(48,45,28)
#262215
(38,34,21)
#1C170E
(28,23,14)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #767A4D

#767A4D
(118,122,77)
#82865D
(130,134,93)
#8E926D
(142,146,109)
#9A9E7D
(154,158,125)
#A6AA8D
(166,170,141)
#B2B69D
(178,182,157)
#BEC2AD
(190,194,173)
#CACEBD
(202,206,189)
#D6DACD
(214,218,205)
#E2E6DD
(226,230,221)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767A4D; }

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

This text font color is #767A4D.


Background Color

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

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

This div background color is #767A4D.


Border color

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

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

This div border color is #767A4D.


Opacity

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

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

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

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

This text has shadow with #767A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A4D on black background.


Color preview on white background

This text has color #767A4D on white background.



Black color preview on #767A4D background

This text has black color on #767A4D background.


White color preview on #767A4D background

This text has white color on #767A4D background.