COLOR #777354

HEX: #777354
RGB: (119,115,84)

Color info

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

RGB color model

#777354 color RGB value is (119,115,84).

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

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 84 of 255 = 33%

119
115
84

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

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 84 = 318 (100%)
R 119 of 318 ~ 37.42%
G 115 of 318 ~ 36.16%
B 84 of 318 ~ 26.42%

%37.42
%36.16
%26.42

CMYK color model

#777354 color CMYK value is (0,3,29,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(0,3,29,53)
C0M3Y29K53 
(0%,3%,29%,53%)
(0.00/0.03/0.29/0.53)	

CMYK percentages

%0
%3.36
%29.41
%53.33

Codes

Color #777354 in popluar color models

777354
RGB11911584
HSL53°17.24%39.80%
HSB/HSV53°29.41%46.67%
CMYK0.00%3.36%29.41%
53.33%

Color #777354 in popluar number systems.

HEX777354
Decimal11911584
Binary111011111100111010100
Octal167163124

Shades and tints

Shades of #777354

#777354
(119,115,84)
#6D694D
(109,105,77)
#635F46
(99,95,70)
#59553F
(89,85,63)
#4F4B38
(79,75,56)
#454131
(69,65,49)
#3B372A
(59,55,42)
#312D23
(49,45,35)
#27231C
(39,35,28)
#1D1915
(29,25,21)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #777354

#777354
(119,115,84)
#837F63
(131,127,99)
#8F8B72
(143,139,114)
#9B9781
(155,151,129)
#A7A390
(167,163,144)
#B3AF9F
(179,175,159)
#BFBBAE
(191,187,174)
#CBC7BD
(203,199,189)
#D7D3CC
(215,211,204)
#E3DFDB
(227,223,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777354; }

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

This text font color is #777354.


Background Color

.myBgColor { background-color: #777354; }

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

This div background color is #777354.


Border color

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

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

This div border color is #777354.


Opacity

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

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

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

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

This text has shadow with #777354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777354 on black background.


Color preview on white background

This text has color #777354 on white background.



Black color preview on #777354 background

This text has black color on #777354 background.


White color preview on #777354 background

This text has white color on #777354 background.