COLOR #777951

HEX: #777951
RGB: (119,121,81)

Color info

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

RGB color model

#777951 color RGB value is (119,121,81).

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

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 81 of 255 = 32%

119
121
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 81 = 321 (100%)
R 119 of 321 ~ 37.07%
G 121 of 321 ~ 37.69%
B 81 of 321 ~ 25.23%

%37.07
%37.69
%25.23

CMYK color model

#777951 color CMYK value is (2,0,33,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 52.55%
CMYK:
(2,0,33,53)
C2M0Y33K53 
(2%,0%,33%,53%)
(0.02/0.00/0.33/0.53)	

CMYK percentages

%1.65
%0
%33.06
%52.55

Codes

Color #777951 in popluar color models

777951
RGB11912181
HSL63°19.80%39.61%
HSB/HSV63°33.06%47.45%
CMYK1.65%0.00%33.06%
52.55%

Color #777951 in popluar number systems.

HEX777951
Decimal11912181
Binary111011111110011010001
Octal167171121

Shades and tints

Shades of #777951

#777951
(119,121,81)
#6D6E4A
(109,110,74)
#636343
(99,99,67)
#59583C
(89,88,60)
#4F4D35
(79,77,53)
#45422E
(69,66,46)
#3B3727
(59,55,39)
#312C20
(49,44,32)
#272119
(39,33,25)
#1D1612
(29,22,18)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #777951

#777951
(119,121,81)
#838560
(131,133,96)
#8F916F
(143,145,111)
#9B9D7E
(155,157,126)
#A7A98D
(167,169,141)
#B3B59C
(179,181,156)
#BFC1AB
(191,193,171)
#CBCDBA
(203,205,186)
#D7D9C9
(215,217,201)
#E3E5D8
(227,229,216)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777951; }

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

This text font color is #777951.


Background Color

.myBgColor { background-color: #777951; }

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

This div background color is #777951.


Border color

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

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

This div border color is #777951.


Opacity

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

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

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

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

This text has shadow with #777951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777951 on black background.


Color preview on white background

This text has color #777951 on white background.



Black color preview on #777951 background

This text has black color on #777951 background.


White color preview on #777951 background

This text has white color on #777951 background.