COLOR #777714

HEX: #777714 RGB: (119,119,20)

Color info

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

RGB color model

#777714 color RGB value is (119,119,20).

RGB: (119,119,20) (47%, 47%, 8%)

RGB channels and saturation

R 119 of 255 = 47%
G 119 of 255 = 47%
B 20 of 255 = 8%

119
119
20

R + G + B ~ 34%. #777714 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 119 + 20 = 258 (100%)
R 119 of 258 ~ 46.12%
G 119 of 258 ~ 46.12%
B 20 of 258 ~ 7.75'%

%46.12
%46.12

CMYK color model

#777714 color CMYK value is (0,0,83,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 83.19%
  • key color value is 53.33%
CMYK: (0,0,83,53) C0M0Y83K53 (0%,0%,83%,53%) (0.00/0.00/0.83/0.53) 

CMYK percentages

%0
%0
%83.19
%53.33

Codes

Color #777714 in popluar color models

77 77 14
RGB 119 119 20
HSL 60° 71.22% 27.25%
HSB/HSV 60° 83.19% 46.67%
CMYK 0.00% 0.00% 83.19%
53.33%

Color #777714 in popluar number systems.

HEX 77 77 14
Decimal 119 119 20
Binary 1110111 1110111 10100
Octal 167 167 24

Shades and tints

Shades of #777714

#777714
(119,119,20)
#6D6D13
(109,109,19)
#636312
(99,99,18)
#595911
(89,89,17)
#4F4F10
(79,79,16)
#45450F
(69,69,15)
#3B3B0E
(59,59,14)
#31310D
(49,49,13)
#27270C
(39,39,12)
#1D1D0B
(29,29,11)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #777714

#777714
(119,119,20)
#838329
(131,131,41)
#8F8F3E
(143,143,62)
#9B9B53
(155,155,83)
#A7A768
(167,167,104)
#B3B37D
(179,179,125)
#BFBF92
(191,191,146)
#CBCBA7
(203,203,167)
#D7D7BC
(215,215,188)
#E3E3D1
(227,227,209)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777714; }

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

This text font color is #777714.

Background Color

.myBgColor { background-color: #777714; }

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

This div background color is #777714.

Border color

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

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

This div border color is #777714.

Opacity

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

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

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

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

This text has shadow with #777714 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777714.

Preview

Color preview on black background

This text has color #777714 on black background.


Color preview on white background

This text has color #777714 on white background.


Black color preview on #777714 background

This text has black color on #777714 background.


White color preview on #777714 background

This text has white color on #777714 background.


Related colors

Complementary color

Complementary color for #hex is #8888EB.


I love getcolorcode.com