COLOR #777E35

HEX: #777E35
RGB: (119,126,53)

Color info

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

RGB color model

#777E35 color RGB value is (119,126,53).

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

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 53 of 255 = 21%

119
126
53

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

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 53 = 298 (100%)
R 119 of 298 ~ 39.93%
G 126 of 298 ~ 42.28%
B 53 of 298 ~ 17.79%

%39.93
%42.28
%17.79

CMYK color model

#777E35 color CMYK value is (6,0,58,51).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 57.94%
  • key color value is 50.59%
CMYK:
(6,0,58,51)
C6M0Y58K51 
(6%,0%,58%,51%)
(0.06/0.00/0.58/0.51)	

CMYK percentages

%5.56
%0
%57.94
%50.59

Codes

Color #777E35 in popluar color models

777E35
RGB11912653
HSL66°40.78%35.10%
HSB/HSV66°57.94%49.41%
CMYK5.56%0.00%57.94%
50.59%

Color #777E35 in popluar number systems.

HEX777E35
Decimal11912653
Binary11101111111110110101
Octal16717665

Shades and tints

Shades of #777E35

#777E35
(119,126,53)
#6D7331
(109,115,49)
#63682D
(99,104,45)
#595D29
(89,93,41)
#4F5225
(79,82,37)
#454721
(69,71,33)
#3B3C1D
(59,60,29)
#313119
(49,49,25)
#272615
(39,38,21)
#1D1B11
(29,27,17)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #777E35

#777E35
(119,126,53)
#838947
(131,137,71)
#8F9459
(143,148,89)
#9B9F6B
(155,159,107)
#A7AA7D
(167,170,125)
#B3B58F
(179,181,143)
#BFC0A1
(191,192,161)
#CBCBB3
(203,203,179)
#D7D6C5
(215,214,197)
#E3E1D7
(227,225,215)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777E35 color. Also use rgb(119,126,53) instead hex code.

Text Font Color

.myTextColor { color: #777E35; }

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

This text font color is #777E35.


Background Color

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

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

This div background color is #777E35.


Border color

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

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

This div border color is #777E35.


Opacity

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

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

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

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

This text has shadow with #777E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777E35 on black background.


Color preview on white background

This text has color #777E35 on white background.



Black color preview on #777E35 background

This text has black color on #777E35 background.


White color preview on #777E35 background

This text has white color on #777E35 background.