COLOR #777962

HEX: #777962
RGB: (119,121,98)

Color info

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

RGB color model

#777962 color RGB value is (119,121,98).

  • red value is 119;
  • green value is 121;
  • blue value is 98.
RGB:
(119,121,98)
(47%,47%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 98 of 255 = 38%

119
121
98

R + G + B ~ 44%. #777962 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 98 = 338 (100%)
R 119 of 338 ~ 35.21%
G 121 of 338 ~ 35.8%
B 98 of 338 ~ 28.99%

%35.21
%35.8
%28.99

CMYK color model

#777962 color CMYK value is (2,0,19,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 52.55%
CMYK:
(2,0,19,53)
C2M0Y19K53 
(2%,0%,19%,53%)
(0.02/0.00/0.19/0.53)	

CMYK percentages

%1.65
%0
%19.01
%52.55

Codes

Color #777962 in popluar color models

777962
RGB11912198
HSL65°10.50%42.94%
HSB/HSV65°19.01%47.45%
CMYK1.65%0.00%19.01%
52.55%

Color #777962 in popluar number systems.

HEX777962
Decimal11912198
Binary111011111110011100010
Octal167171142

Shades and tints

Shades of #777962

#777962
(119,121,98)
#6D6E5A
(109,110,90)
#636352
(99,99,82)
#59584A
(89,88,74)
#4F4D42
(79,77,66)
#45423A
(69,66,58)
#3B3732
(59,55,50)
#312C2A
(49,44,42)
#272122
(39,33,34)
#1D161A
(29,22,26)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #777962

#777962
(119,121,98)
#838570
(131,133,112)
#8F917E
(143,145,126)
#9B9D8C
(155,157,140)
#A7A99A
(167,169,154)
#B3B5A8
(179,181,168)
#BFC1B6
(191,193,182)
#CBCDC4
(203,205,196)
#D7D9D2
(215,217,210)
#E3E5E0
(227,229,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777962 color. Also use rgb(119,121,98) instead hex code.

Text Font Color

.myTextColor { color: #777962; }

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

This text font color is #777962.


Background Color

.myBgColor { background-color: #777962; }

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

This div background color is #777962.


Border color

.myBorderColor { border: 1px solid #777962; }

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

This div border color is #777962.


Opacity

.myOpacity80 { color: #777962; opacity: 0.8; }

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

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

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

This text has shadow with #777962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777962 on black background.


Color preview on white background

This text has color #777962 on white background.



Black color preview on #777962 background

This text has black color on #777962 background.


White color preview on #777962 background

This text has white color on #777962 background.