COLOR #777376

HEX: #777376
RGB: (119,115,118)

Color info

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

RGB color model

#777376 color RGB value is (119,115,118).

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

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 118 of 255 = 46%

119
115
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 118 = 352 (100%)
R 119 of 352 ~ 33.81%
G 115 of 352 ~ 32.67%
B 118 of 352 ~ 33.52%

%33.81
%32.67
%33.52

CMYK color model

#777376 color CMYK value is (0,3,1,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 0.84%
  • key color value is 53.33%
CMYK:
(0,3,1,53)
C0M3Y1K53 
(0%,3%,1%,53%)
(0.00/0.03/0.01/0.53)	

CMYK percentages

%0
%3.36
%0.84
%53.33

Codes

Color #777376 in popluar color models

777376
RGB119115118
HSL315°1.71%45.88%
HSB/HSV315°3.36%46.67%
CMYK0.00%3.36%0.84%
53.33%

Color #777376 in popluar number systems.

HEX777376
Decimal119115118
Binary111011111100111110110
Octal167163166

Shades and tints

Shades of #777376

#777376
(119,115,118)
#6D696C
(109,105,108)
#635F62
(99,95,98)
#595558
(89,85,88)
#4F4B4E
(79,75,78)
#454144
(69,65,68)
#3B373A
(59,55,58)
#312D30
(49,45,48)
#272326
(39,35,38)
#1D191C
(29,25,28)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #777376

#777376
(119,115,118)
#837F82
(131,127,130)
#8F8B8E
(143,139,142)
#9B979A
(155,151,154)
#A7A3A6
(167,163,166)
#B3AFB2
(179,175,178)
#BFBBBE
(191,187,190)
#CBC7CA
(203,199,202)
#D7D3D6
(215,211,214)
#E3DFE2
(227,223,226)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777376; }

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

This text font color is #777376.


Background Color

.myBgColor { background-color: #777376; }

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

This div background color is #777376.


Border color

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

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

This div border color is #777376.


Opacity

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

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

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

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

This text has shadow with #777376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777376 on black background.


Color preview on white background

This text has color #777376 on white background.



Black color preview on #777376 background

This text has black color on #777376 background.


White color preview on #777376 background

This text has white color on #777376 background.