COLOR #777016

HEX: #777016 RGB: (119,112,22)

Color info

#777016 contains mainly red and green colors. Web safe color of #777016 is #666600 (or #660).

RGB color model

#777016 color RGB value is (119,112,22).

RGB: (119,112,22) (47%, 44%, 9%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 22 of 255 = 9%

119
112
22

R + G + B ~ 33%. #777016 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 112 + 22 = 253 (100%)
R 119 of 253 ~ 47.04%
G 112 of 253 ~ 44.27%
B 22 of 253 ~ 8.7'%

%47.04
%44.27

CMYK color model

#777016 color CMYK value is (0,6,82,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 81.51%
  • key color value is 53.33%
CMYK: (0,6,82,53) C0M6Y82K53 (0%,6%,82%,53%) (0.00/0.06/0.82/0.53) 

CMYK percentages

%0
%5.88
%81.51
%53.33

Codes

Color #777016 in popluar color models

77 70 16
RGB 119 112 22
HSL 56° 68.79% 27.65%
HSB/HSV 56° 81.51% 46.67%
CMYK 0.00% 5.88% 81.51%
53.33%

Color #777016 in popluar number systems.

HEX 77 70 16
Decimal 119 112 22
Binary 1110111 1110000 10110
Octal 167 160 26

Shades and tints

Shades of #777016

#777016
(119,112,22)
#6D6614
(109,102,20)
#635C12
(99,92,18)
#595210
(89,82,16)
#4F480E
(79,72,14)
#453E0C
(69,62,12)
#3B340A
(59,52,10)
#312A08
(49,42,8)
#272006
(39,32,6)
#1D1604
(29,22,4)
#130C02
(19,12,2)
#000000
(0,0,0)

Tints of #777016

#777016
(119,112,22)
#837D2B
(131,125,43)
#8F8A40
(143,138,64)
#9B9755
(155,151,85)
#A7A46A
(167,164,106)
#B3B17F
(179,177,127)
#BFBE94
(191,190,148)
#CBCBA9
(203,203,169)
#D7D8BE
(215,216,190)
#E3E5D3
(227,229,211)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777016 color. Also use rgb(119,112,22) instead hex code.

Text Font Color

.myTextColor { color: #777016; }

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

This text font color is #777016.

Background Color

.myBgColor { background-color: #777016; }

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

This div background color is #777016.

Border color

.myBorderColor { border: 1px solid #777016; }

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

This div border color is #777016.

Opacity

.myOpacity80 { color: #777016; opacity: 0.8; }

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

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

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

This text has shadow with #777016 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777016.

Preview

Color preview on black background

This text has color #777016 on black background.


Color preview on white background

This text has color #777016 on white background.


Black color preview on #777016 background

This text has black color on #777016 background.


White color preview on #777016 background

This text has white color on #777016 background.


Related colors

Complementary color

Complementary color for #hex is #888FE9.


I love getcolorcode.com

Triadic colors

1 #167770 and #701677 with #777016 are triadic colors.

2 #167077 and #707716 with #777016 are triadic colors.