COLOR #777871

HEX: #777871
RGB: (119,120,113)

Color info

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

RGB color model

#777871 color RGB value is (119,120,113).

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

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 113 of 255 = 44%

119
120
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 113 = 352 (100%)
R 119 of 352 ~ 33.81%
G 120 of 352 ~ 34.09%
B 113 of 352 ~ 32.1%

%33.81
%34.09
%32.1

CMYK color model

#777871 color CMYK value is (1,0,6,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(1,0,6,53)
C1M0Y6K53 
(1%,0%,6%,53%)
(0.01/0.00/0.06/0.53)	

CMYK percentages

%0.83
%0
%5.83
%52.94

Codes

Color #777871 in popluar color models

777871
RGB119120113
HSL69°3.00%45.69%
HSB/HSV69°5.83%47.06%
CMYK0.83%0.00%5.83%
52.94%

Color #777871 in popluar number systems.

HEX777871
Decimal119120113
Binary111011111110001110001
Octal167170161

Shades and tints

Shades of #777871

#777871
(119,120,113)
#6D6E67
(109,110,103)
#63645D
(99,100,93)
#595A53
(89,90,83)
#4F5049
(79,80,73)
#45463F
(69,70,63)
#3B3C35
(59,60,53)
#31322B
(49,50,43)
#272821
(39,40,33)
#1D1E17
(29,30,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #777871

#777871
(119,120,113)
#83847D
(131,132,125)
#8F9089
(143,144,137)
#9B9C95
(155,156,149)
#A7A8A1
(167,168,161)
#B3B4AD
(179,180,173)
#BFC0B9
(191,192,185)
#CBCCC5
(203,204,197)
#D7D8D1
(215,216,209)
#E3E4DD
(227,228,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777871; }

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

This text font color is #777871.


Background Color

.myBgColor { background-color: #777871; }

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

This div background color is #777871.


Border color

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

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

This div border color is #777871.


Opacity

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

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

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

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

This text has shadow with #777871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777871 on black background.


Color preview on white background

This text has color #777871 on white background.



Black color preview on #777871 background

This text has black color on #777871 background.


White color preview on #777871 background

This text has white color on #777871 background.