COLOR #777850

HEX: #777850
RGB: (119,120,80)

Color info

#777850 contains red, green and blue colors in about the same proportion. Web safe color of #777850 is #666666 (or #666).

RGB color model

#777850 color RGB value is (119,120,80).

  • red value is 119;
  • green value is 120;
  • blue value is 80.
RGB:
(119,120,80)
(47%,47%,31%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 80 of 255 = 31%

119
120
80

R + G + B ~ 42%. #777850 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 80 = 319 (100%)
R 119 of 319 ~ 37.3%
G 120 of 319 ~ 37.62%
B 80 of 319 ~ 25.08%

%37.3
%37.62
%25.08

CMYK color model

#777850 color CMYK value is (1,0,33,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 52.94%
CMYK:
(1,0,33,53)
C1M0Y33K53 
(1%,0%,33%,53%)
(0.01/0.00/0.33/0.53)	

CMYK percentages

%0.83
%0
%33.33
%52.94

Codes

Color #777850 in popluar color models

777850
RGB11912080
HSL62°20.00%39.22%
HSB/HSV62°33.33%47.06%
CMYK0.83%0.00%33.33%
52.94%

Color #777850 in popluar number systems.

HEX777850
Decimal11912080
Binary111011111110001010000
Octal167170120

Shades and tints

Shades of #777850

#777850
(119,120,80)
#6D6E49
(109,110,73)
#636442
(99,100,66)
#595A3B
(89,90,59)
#4F5034
(79,80,52)
#45462D
(69,70,45)
#3B3C26
(59,60,38)
#31321F
(49,50,31)
#272818
(39,40,24)
#1D1E11
(29,30,17)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #777850

#777850
(119,120,80)
#83845F
(131,132,95)
#8F906E
(143,144,110)
#9B9C7D
(155,156,125)
#A7A88C
(167,168,140)
#B3B49B
(179,180,155)
#BFC0AA
(191,192,170)
#CBCCB9
(203,204,185)
#D7D8C8
(215,216,200)
#E3E4D7
(227,228,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777850; }

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

This text font color is #777850.


Background Color

.myBgColor { background-color: #777850; }

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

This div background color is #777850.


Border color

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

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

This div border color is #777850.


Opacity

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

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

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

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

This text has shadow with #777850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777850 on black background.


Color preview on white background

This text has color #777850 on white background.



Black color preview on #777850 background

This text has black color on #777850 background.


White color preview on #777850 background

This text has white color on #777850 background.