COLOR #777342

HEX: #777342
RGB: (119,115,66)

Color info

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

RGB color model

#777342 color RGB value is (119,115,66).

  • red value is 119;
  • green value is 115;
  • blue value is 66.
RGB:
(119,115,66)
(47%,45%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 66 of 255 = 26%

119
115
66

R + G + B ~ 39%. #777342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 66 = 300 (100%)
R 119 of 300 ~ 39.67%
G 115 of 300 ~ 38.33%
B 66 of 300 ~ 22%

%39.67
%38.33
%22

CMYK color model

#777342 color CMYK value is (0,3,45,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 44.54%
  • key color value is 53.33%
CMYK:
(0,3,45,53)
C0M3Y45K53 
(0%,3%,45%,53%)
(0.00/0.03/0.45/0.53)	

CMYK percentages

%0
%3.36
%44.54
%53.33

Codes

Color #777342 in popluar color models

777342
RGB11911566
HSL55°28.65%36.27%
HSB/HSV55°44.54%46.67%
CMYK0.00%3.36%44.54%
53.33%

Color #777342 in popluar number systems.

HEX777342
Decimal11911566
Binary111011111100111000010
Octal167163102

Shades and tints

Shades of #777342

#777342
(119,115,66)
#6D693C
(109,105,60)
#635F36
(99,95,54)
#595530
(89,85,48)
#4F4B2A
(79,75,42)
#454124
(69,65,36)
#3B371E
(59,55,30)
#312D18
(49,45,24)
#272312
(39,35,18)
#1D190C
(29,25,12)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #777342

#777342
(119,115,66)
#837F53
(131,127,83)
#8F8B64
(143,139,100)
#9B9775
(155,151,117)
#A7A386
(167,163,134)
#B3AF97
(179,175,151)
#BFBBA8
(191,187,168)
#CBC7B9
(203,199,185)
#D7D3CA
(215,211,202)
#E3DFDB
(227,223,219)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777342; }

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

This text font color is #777342.


Background Color

.myBgColor { background-color: #777342; }

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

This div background color is #777342.


Border color

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

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

This div border color is #777342.


Opacity

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

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

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

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

This text has shadow with #777342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777342 on black background.


Color preview on white background

This text has color #777342 on white background.



Black color preview on #777342 background

This text has black color on #777342 background.


White color preview on #777342 background

This text has white color on #777342 background.