COLOR #777D56

HEX: #777D56
RGB: (119,125,86)

Color info

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

RGB color model

#777D56 color RGB value is (119,125,86).

  • red value is 119;
  • green value is 125;
  • blue value is 86.
RGB:
(119,125,86)
(47%,49%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 86 of 255 = 34%

119
125
86

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

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 86 = 330 (100%)
R 119 of 330 ~ 36.06%
G 125 of 330 ~ 37.88%
B 86 of 330 ~ 26.06%

%36.06
%37.88
%26.06

CMYK color model

#777D56 color CMYK value is (5,0,31,51).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(5,0,31,51)
C5M0Y31K51 
(5%,0%,31%,51%)
(0.05/0.00/0.31/0.51)	

CMYK percentages

%4.8
%0
%31.2
%50.98

Codes

Color #777D56 in popluar color models

777D56
RGB11912586
HSL69°18.48%41.37%
HSB/HSV69°31.20%49.02%
CMYK4.80%0.00%31.20%
50.98%

Color #777D56 in popluar number systems.

HEX777D56
Decimal11912586
Binary111011111111011010110
Octal167175126

Shades and tints

Shades of #777D56

#777D56
(119,125,86)
#6D724F
(109,114,79)
#636748
(99,103,72)
#595C41
(89,92,65)
#4F513A
(79,81,58)
#454633
(69,70,51)
#3B3B2C
(59,59,44)
#313025
(49,48,37)
#27251E
(39,37,30)
#1D1A17
(29,26,23)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #777D56

#777D56
(119,125,86)
#838865
(131,136,101)
#8F9374
(143,147,116)
#9B9E83
(155,158,131)
#A7A992
(167,169,146)
#B3B4A1
(179,180,161)
#BFBFB0
(191,191,176)
#CBCABF
(203,202,191)
#D7D5CE
(215,213,206)
#E3E0DD
(227,224,221)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777D56 color. Also use rgb(119,125,86) instead hex code.

Text Font Color

.myTextColor { color: #777D56; }

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

This text font color is #777D56.


Background Color

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

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

This div background color is #777D56.


Border color

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

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

This div border color is #777D56.


Opacity

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

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

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

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

This text has shadow with #777D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D56 on black background.


Color preview on white background

This text has color #777D56 on white background.



Black color preview on #777D56 background

This text has black color on #777D56 background.


White color preview on #777D56 background

This text has white color on #777D56 background.