COLOR #777819

HEX: #777819 RGB: (119,120,25)

Color info

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

RGB color model

#777819 color RGB value is (119,120,25).

RGB: (119,120,25) (47%, 47%, 10%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 25 of 255 = 10%

119
120
25

R + G + B ~ 35%. #777819 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 25 = 264 (100%)
R 119 of 264 ~ 45.08%
G 120 of 264 ~ 45.45%
B 25 of 264 ~ 9.47'%

%45.08
%45.45

CMYK color model

#777819 color CMYK value is (1,0,79,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 79.17%
  • key color value is 52.94%

CMYK: (1,0,79,53)
C1M0Y79K53 (1%, 0%, 79%, 53%)
(0.01 / 0.00 / 0.79 / 0.53)

CMYK percentages

%0.83
%0
%79.17
%52.94

Codes

Color #777819 in popluar color models

77 78 19
RGB 119 120 25
HSL 61° 65.52% 28.43%
HSB/HSV 61° 79.17% 47.06%
CMYK 0.83% 0.00% 79.17%
52.94%

Color #777819 in popluar number systems.

HEX 77 78 19
Decimal 119 120 25
Binary 1110111 1111000 11001
Octal 167 170 31

Shades and tints

Shades of #777819

#777819
(119,120,25)
#6D6E17
(109,110,23)
#636415
(99,100,21)
#595A13
(89,90,19)
#4F5011
(79,80,17)
#45460F
(69,70,15)
#3B3C0D
(59,60,13)
#31320B
(49,50,11)
#272809
(39,40,9)
#1D1E07
(29,30,7)
#131405
(19,20,5)
#000000
(0,0,0)

Tints of #777819

#777819
(119,120,25)
#83842D
(131,132,45)
#8F9041
(143,144,65)
#9B9C55
(155,156,85)
#A7A869
(167,168,105)
#B3B47D
(179,180,125)
#BFC091
(191,192,145)
#CBCCA5
(203,204,165)
#D7D8B9
(215,216,185)
#E3E4CD
(227,228,205)
#EFF0E1
(239,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777819; }

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

This text font color is #777819.

Background Color

.myBgColor { background-color: #777819; }

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

This div background color is #777819.

Border color

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

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

This div border color is #777819.

Opacity

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

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

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

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

This text has shadow with #777819 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777819.

Preview

Color preview on black background

This text has color #777819 on black background.


Color preview on white background

This text has color #777819 on white background.


Black color preview on #777819 background

This text has black color on #777819 background.


White color preview on #777819 background

This text has white color on #777819 background.


Related colors

Complementary color

Complementary color for #hex is #8887E6.


I love getcolorcode.com

Triadic colors

1 #197778 and #781977 with #777819 are triadic colors.

2 #197877 and #787719 with #777819 are triadic colors.