COLOR #777873

HEX: #777873
RGB: (119,120,115)

Color info

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

RGB color model

#777873 color RGB value is (119,120,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 115 of 255 = 45%

119
120
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 115 = 354 (100%)
R 119 of 354 ~ 33.62%
G 120 of 354 ~ 33.9%
B 115 of 354 ~ 32.49%

%33.62
%33.9
%32.49

CMYK color model

#777873 color CMYK value is (1,0,4,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(1,0,4,53)
C1M0Y4K53 
(1%,0%,4%,53%)
(0.01/0.00/0.04/0.53)	

CMYK percentages

%0.83
%0
%4.17
%52.94

Codes

Color #777873 in popluar color models

777873
RGB119120115
HSL72°2.13%46.08%
HSB/HSV72°4.17%47.06%
CMYK0.83%0.00%4.17%
52.94%

Color #777873 in popluar number systems.

HEX777873
Decimal119120115
Binary111011111110001110011
Octal167170163

Shades and tints

Shades of #777873

#777873
(119,120,115)
#6D6E69
(109,110,105)
#63645F
(99,100,95)
#595A55
(89,90,85)
#4F504B
(79,80,75)
#454641
(69,70,65)
#3B3C37
(59,60,55)
#31322D
(49,50,45)
#272823
(39,40,35)
#1D1E19
(29,30,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #777873

#777873
(119,120,115)
#83847F
(131,132,127)
#8F908B
(143,144,139)
#9B9C97
(155,156,151)
#A7A8A3
(167,168,163)
#B3B4AF
(179,180,175)
#BFC0BB
(191,192,187)
#CBCCC7
(203,204,199)
#D7D8D3
(215,216,211)
#E3E4DF
(227,228,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777873; }

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

This text font color is #777873.


Background Color

.myBgColor { background-color: #777873; }

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

This div background color is #777873.


Border color

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

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

This div border color is #777873.


Opacity

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

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

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

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

This text has shadow with #777873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777873 on black background.


Color preview on white background

This text has color #777873 on white background.



Black color preview on #777873 background

This text has black color on #777873 background.


White color preview on #777873 background

This text has white color on #777873 background.