COLOR #777E1E

HEX: #777E1E
RGB: (119,126,30)

Color info

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

RGB color model

#777E1E color RGB value is (119,126,30).

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

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 30 of 255 = 12%

119
126
30

R + G + B ~ 36%. #777E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 30 = 275 (100%)
R 119 of 275 ~ 43.27%
G 126 of 275 ~ 45.82%
B 30 of 275 ~ 10.91%

%43.27
%45.82
%10.91

CMYK color model

#777E1E color CMYK value is (6,0,76,51).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 50.59%
CMYK:
(6,0,76,51)
C6M0Y76K51 
(6%,0%,76%,51%)
(0.06/0.00/0.76/0.51)	

CMYK percentages

%5.56
%0
%76.19
%50.59

Codes

Color #777E1E in popluar color models

777E1E
RGB11912630
HSL64°61.54%30.59%
HSB/HSV64°76.19%49.41%
CMYK5.56%0.00%76.19%
50.59%

Color #777E1E in popluar number systems.

HEX777E1E
Decimal11912630
Binary1110111111111011110
Octal16717636

Shades and tints

Shades of #777E1E

#777E1E
(119,126,30)
#6D731C
(109,115,28)
#63681A
(99,104,26)
#595D18
(89,93,24)
#4F5216
(79,82,22)
#454714
(69,71,20)
#3B3C12
(59,60,18)
#313110
(49,49,16)
#27260E
(39,38,14)
#1D1B0C
(29,27,12)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #777E1E

#777E1E
(119,126,30)
#838932
(131,137,50)
#8F9446
(143,148,70)
#9B9F5A
(155,159,90)
#A7AA6E
(167,170,110)
#B3B582
(179,181,130)
#BFC096
(191,192,150)
#CBCBAA
(203,203,170)
#D7D6BE
(215,214,190)
#E3E1D2
(227,225,210)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777E1E; }

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

This text font color is #777E1E.


Background Color

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

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

This div background color is #777E1E.


Border color

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

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

This div border color is #777E1E.


Opacity

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

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

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

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

This text has shadow with #777E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777E1E on black background.


Color preview on white background

This text has color #777E1E on white background.



Black color preview on #777E1E background

This text has black color on #777E1E background.


White color preview on #777E1E background

This text has white color on #777E1E background.