COLOR #777740

HEX: #777740
RGB: (119,119,64)

Color info

#777740 contains red, green and blue colors in about the same proportion. Web safe color of #777740 is #666633 (or #663).

RGB color model

#777740 color RGB value is (119,119,64).

  • red value is 119;
  • green value is 119;
  • blue value is 64.
RGB:
(119,119,64)
(47%,47%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 119 of 255 = 47%
B 64 of 255 = 25%

119
119
64

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 64 = 302 (100%)
R 119 of 302 ~ 39.4%
G 119 of 302 ~ 39.4%
B 64 of 302 ~ 21.19%

%39.4
%39.4
%21.19

CMYK color model

#777740 color CMYK value is (0,0,46,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(0,0,46,53)
C0M0Y46K53 
(0%,0%,46%,53%)
(0.00/0.00/0.46/0.53)	

CMYK percentages

%0
%0
%46.22
%53.33

Codes

Color #777740 in popluar color models

777740
RGB11911964
HSL60°30.05%35.88%
HSB/HSV60°46.22%46.67%
CMYK0.00%0.00%46.22%
53.33%

Color #777740 in popluar number systems.

HEX777740
Decimal11911964
Binary111011111101111000000
Octal167167100

Shades and tints

Shades of #777740

#777740
(119,119,64)
#6D6D3B
(109,109,59)
#636336
(99,99,54)
#595931
(89,89,49)
#4F4F2C
(79,79,44)
#454527
(69,69,39)
#3B3B22
(59,59,34)
#31311D
(49,49,29)
#272718
(39,39,24)
#1D1D13
(29,29,19)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #777740

#777740
(119,119,64)
#838351
(131,131,81)
#8F8F62
(143,143,98)
#9B9B73
(155,155,115)
#A7A784
(167,167,132)
#B3B395
(179,179,149)
#BFBFA6
(191,191,166)
#CBCBB7
(203,203,183)
#D7D7C8
(215,215,200)
#E3E3D9
(227,227,217)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777740; }

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

This text font color is #777740.


Background Color

.myBgColor { background-color: #777740; }

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

This div background color is #777740.


Border color

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

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

This div border color is #777740.


Opacity

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

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

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

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

This text has shadow with #777740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777740 on black background.


Color preview on white background

This text has color #777740 on white background.



Black color preview on #777740 background

This text has black color on #777740 background.


White color preview on #777740 background

This text has white color on #777740 background.