COLOR #777C3A

HEX: #777C3A RGB: (119,124,58)

Color info

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

RGB color model

#777C3A color RGB value is (119,124,58).

RGB: (119,124,58) (47%, 49%, 23%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 58 of 255 = 23%

119
124
58

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

Portions of RGB colors in percentages

R + G + B = 119 + 124 + 58 = 301 (100%)
R 119 of 301 ~ 39.53%
G 124 of 301 ~ 41.2%
B 58 of 301 ~ 19.27'%

%39.53
%41.2
%19.27

CMYK color model

#777C3A color CMYK value is (4,0,53,51).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK: (4,0,53,51) C4M0Y53K51 (4%,0%,53%,51%) (0.04/0.00/0.53/0.51) 

CMYK percentages

%4.03
%0
%53.23
%51.37

Codes

Color #777C3A in popluar color models

77 7C 3A
RGB 119 124 58
HSL 65° 36.26% 35.69%
HSB/HSV 65° 53.23% 48.63%
CMYK 4.03% 0.00% 53.23%
51.37%

Color #777C3A in popluar number systems.

HEX 77 7C 3A
Decimal 119 124 58
Binary 1110111 1111100 111010
Octal 167 174 72

Shades and tints

Shades of #777C3A

#777C3A
(119,124,58)
#6D7135
(109,113,53)
#636630
(99,102,48)
#595B2B
(89,91,43)
#4F5026
(79,80,38)
#454521
(69,69,33)
#3B3A1C
(59,58,28)
#312F17
(49,47,23)
#272412
(39,36,18)
#1D190D
(29,25,13)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #777C3A

#777C3A
(119,124,58)
#83874B
(131,135,75)
#8F925C
(143,146,92)
#9B9D6D
(155,157,109)
#A7A87E
(167,168,126)
#B3B38F
(179,179,143)
#BFBEA0
(191,190,160)
#CBC9B1
(203,201,177)
#D7D4C2
(215,212,194)
#E3DFD3
(227,223,211)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777C3A color. Also use rgb(119,124,58) instead hex code.

Text Font Color

.myTextColor { color: #777C3A; }

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

This text font color is #777C3A.

Background Color

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

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

This div background color is #777C3A.

Border color

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

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

This div border color is #777C3A.

Opacity

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

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

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

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

This text has shadow with #777C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777C3A.

Preview

Color preview on black background

This text has color #777C3A on black background.


Color preview on white background

This text has color #777C3A on white background.


Black color preview on #777C3A background

This text has black color on #777C3A background.


White color preview on #777C3A background

This text has white color on #777C3A background.


Related colors

Complementary color

Complementary color for #hex is #8883C5.


I love getcolorcode.com

Triadic colors

1 #3A777C and #7C3A77 with #777C3A are triadic colors.

2 #3A7C77 and #7C773A with #777C3A are triadic colors.