COLOR #77764F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
118
79

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

Portions of RGB colors in percentages

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

%37.66
%37.34
%25

CMYK color model

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

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

CMYK percentages

%0
%0.84
%33.61
%53.33

Codes

Color #77764F in popluar color models

77764F
RGB11911879
HSL59°20.20%38.82%
HSB/HSV59°33.61%46.67%
CMYK0.00%0.84%33.61%
53.33%

Color #77764F in popluar number systems.

HEX77764F
Decimal11911879
Binary111011111101101001111
Octal167166117

Shades and tints

Shades of #77764F

#77764F
(119,118,79)
#6D6C48
(109,108,72)
#636241
(99,98,65)
#59583A
(89,88,58)
#4F4E33
(79,78,51)
#45442C
(69,68,44)
#3B3A25
(59,58,37)
#31301E
(49,48,30)
#272617
(39,38,23)
#1D1C10
(29,28,16)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #77764F

#77764F
(119,118,79)
#83825F
(131,130,95)
#8F8E6F
(143,142,111)
#9B9A7F
(155,154,127)
#A7A68F
(167,166,143)
#B3B29F
(179,178,159)
#BFBEAF
(191,190,175)
#CBCABF
(203,202,191)
#D7D6CF
(215,214,207)
#E3E2DF
(227,226,223)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77764F; }

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

This text font color is #77764F.


Background Color

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

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

This div background color is #77764F.


Border color

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

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

This div border color is #77764F.


Opacity

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

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

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

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

This text has shadow with #77764F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77764F on black background.


Color preview on white background

This text has color #77764F on white background.



Black color preview on #77764F background

This text has black color on #77764F background.


White color preview on #77764F background

This text has white color on #77764F background.