COLOR #777D36

HEX: #777D36
RGB: (119,125,54)

Color info

#777D36 contains mainly red and green colors. Web safe color of #777D36 is #666633 (or #663).

RGB color model

#777D36 color RGB value is (119,125,54).

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

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 54 of 255 = 21%

119
125
54

R + G + B ~ 39%. #777D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 54 = 298 (100%)
R 119 of 298 ~ 39.93%
G 125 of 298 ~ 41.95%
B 54 of 298 ~ 18.12%

%39.93
%41.95
%18.12

CMYK color model

#777D36 color CMYK value is (5,0,57,51).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 50.98%
CMYK:
(5,0,57,51)
C5M0Y57K51 
(5%,0%,57%,51%)
(0.05/0.00/0.57/0.51)	

CMYK percentages

%4.8
%0
%56.8
%50.98

Codes

Color #777D36 in popluar color models

777D36
RGB11912554
HSL65°39.66%35.10%
HSB/HSV65°56.80%49.02%
CMYK4.80%0.00%56.80%
50.98%

Color #777D36 in popluar number systems.

HEX777D36
Decimal11912554
Binary11101111111101110110
Octal16717566

Shades and tints

Shades of #777D36

#777D36
(119,125,54)
#6D7232
(109,114,50)
#63672E
(99,103,46)
#595C2A
(89,92,42)
#4F5126
(79,81,38)
#454622
(69,70,34)
#3B3B1E
(59,59,30)
#31301A
(49,48,26)
#272516
(39,37,22)
#1D1A12
(29,26,18)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #777D36

#777D36
(119,125,54)
#838848
(131,136,72)
#8F935A
(143,147,90)
#9B9E6C
(155,158,108)
#A7A97E
(167,169,126)
#B3B490
(179,180,144)
#BFBFA2
(191,191,162)
#CBCAB4
(203,202,180)
#D7D5C6
(215,213,198)
#E3E0D8
(227,224,216)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D36; }

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

This text font color is #777D36.


Background Color

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

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

This div background color is #777D36.


Border color

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

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

This div border color is #777D36.


Opacity

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

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

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

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

This text has shadow with #777D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D36 on black background.


Color preview on white background

This text has color #777D36 on white background.



Black color preview on #777D36 background

This text has black color on #777D36 background.


White color preview on #777D36 background

This text has white color on #777D36 background.