COLOR #777A4E

HEX: #777A4E
RGB: (119,122,78)

Color info

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

RGB color model

#777A4E color RGB value is (119,122,78).

  • red value is 119;
  • green value is 122;
  • blue value is 78.
RGB:
(119,122,78)
(47%,48%,31%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 78 of 255 = 31%

119
122
78

R + G + B ~ 42%. #777A4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 78 = 319 (100%)
R 119 of 319 ~ 37.3%
G 122 of 319 ~ 38.24%
B 78 of 319 ~ 24.45%

%37.3
%38.24
%24.45

CMYK color model

#777A4E color CMYK value is (2,0,36,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(2,0,36,52)
C2M0Y36K52 
(2%,0%,36%,52%)
(0.02/0.00/0.36/0.52)	

CMYK percentages

%2.46
%0
%36.07
%52.16

Codes

Color #777A4E in popluar color models

777A4E
RGB11912278
HSL64°22.00%39.22%
HSB/HSV64°36.07%47.84%
CMYK2.46%0.00%36.07%
52.16%

Color #777A4E in popluar number systems.

HEX777A4E
Decimal11912278
Binary111011111110101001110
Octal167172116

Shades and tints

Shades of #777A4E

#777A4E
(119,122,78)
#6D6F47
(109,111,71)
#636440
(99,100,64)
#595939
(89,89,57)
#4F4E32
(79,78,50)
#45432B
(69,67,43)
#3B3824
(59,56,36)
#312D1D
(49,45,29)
#272216
(39,34,22)
#1D170F
(29,23,15)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #777A4E

#777A4E
(119,122,78)
#83865E
(131,134,94)
#8F926E
(143,146,110)
#9B9E7E
(155,158,126)
#A7AA8E
(167,170,142)
#B3B69E
(179,182,158)
#BFC2AE
(191,194,174)
#CBCEBE
(203,206,190)
#D7DACE
(215,218,206)
#E3E6DE
(227,230,222)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A4E color. Also use rgb(119,122,78) instead hex code.

Text Font Color

.myTextColor { color: #777A4E; }

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

This text font color is #777A4E.


Background Color

.myBgColor { background-color: #777A4E; }

<div style="background-color:#777A4E">Inner text</div>

This div background color is #777A4E.


Border color

.myBorderColor { border: 1px solid #777A4E; }

<div style="border:3px solid #777A4E">Div</div>

This div border color is #777A4E.


Opacity

.myOpacity80 { color: #777A4E; opacity: 0.8; }

<p style="color:#777A4E;opacity:0.8;">80%</p>

Text with #777A4E 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 #777A4E;}

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

This text has shadow with #777A4E color.

.textShadow {text-shadow: 3px 3px 1px #777A4E, 3px 3px 1px red;}

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

This text has shadow with #777A4E primary color and red secondary color.


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

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

This text has shadow with #777A4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A4E on black background.


Color preview on white background

This text has color #777A4E on white background.



Black color preview on #777A4E background

This text has black color on #777A4E background.


White color preview on #777A4E background

This text has white color on #777A4E background.