COLOR #76774F

HEX: #76774F
RGB: (118,119,79)

Color info

#76774F contains red, green and blue colors in about the same proportion. Web safe color of #76774F is #666666 (or #666).

RGB color model

#76774F color RGB value is (118,119,79).

  • red value is 118;
  • green value is 119;
  • blue value is 79.
RGB:
(118,119,79)
(46%,47%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 79 of 255 = 31%

118
119
79

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

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 79 = 316 (100%)
R 118 of 316 ~ 37.34%
G 119 of 316 ~ 37.66%
B 79 of 316 ~ 25%

%37.34
%37.66
%25

CMYK color model

#76774F color CMYK value is (1,0,34,53).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(1,0,34,53)
C1M0Y34K53 
(1%,0%,34%,53%)
(0.01/0.00/0.34/0.53)	

CMYK percentages

%0.84
%0
%33.61
%53.33

Codes

Color #76774F in popluar color models

76774F
RGB11811979
HSL62°20.20%38.82%
HSB/HSV62°33.61%46.67%
CMYK0.84%0.00%33.61%
53.33%

Color #76774F in popluar number systems.

HEX76774F
Decimal11811979
Binary111011011101111001111
Octal166167117

Shades and tints

Shades of #76774F

#76774F
(118,119,79)
#6C6D48
(108,109,72)
#626341
(98,99,65)
#58593A
(88,89,58)
#4E4F33
(78,79,51)
#44452C
(68,69,44)
#3A3B25
(58,59,37)
#30311E
(48,49,30)
#262717
(38,39,23)
#1C1D10
(28,29,16)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #76774F

#76774F
(118,119,79)
#82835F
(130,131,95)
#8E8F6F
(142,143,111)
#9A9B7F
(154,155,127)
#A6A78F
(166,167,143)
#B2B39F
(178,179,159)
#BEBFAF
(190,191,175)
#CACBBF
(202,203,191)
#D6D7CF
(214,215,207)
#E2E3DF
(226,227,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76774F color. Also use rgb(118,119,79) instead hex code.

Text Font Color

.myTextColor { color: #76774F; }

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

This text font color is #76774F.


Background Color

.myBgColor { background-color: #76774F; }

<div style="background-color:#76774F">Inner text</div>

This div background color is #76774F.


Border color

.myBorderColor { border: 1px solid #76774F; }

<div style="border:3px solid #76774F">Div</div>

This div border color is #76774F.


Opacity

.myOpacity80 { color: #76774F; opacity: 0.8; }

<p style="color:#76774F;opacity:0.8;">80%</p>

Text with #76774F 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 #76774F;}

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

This text has shadow with #76774F color.

.textShadow {text-shadow: 3px 3px 1px #76774F, 3px 3px 1px red;}

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

This text has shadow with #76774F primary color and red secondary color.


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

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

This text has shadow with #76774F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76774F on black background.


Color preview on white background

This text has color #76774F on white background.



Black color preview on #76774F background

This text has black color on #76774F background.


White color preview on #76774F background

This text has white color on #76774F background.