COLOR #777471

HEX: #777471
RGB: (119,116,113)

Color info

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

RGB color model

#777471 color RGB value is (119,116,113).

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

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 113 of 255 = 44%

119
116
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 113 = 348 (100%)
R 119 of 348 ~ 34.2%
G 116 of 348 ~ 33.33%
B 113 of 348 ~ 32.47%

%34.2
%33.33
%32.47

CMYK color model

#777471 color CMYK value is (0,3,5,53).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,3,5,53)
C0M3Y5K53 
(0%,3%,5%,53%)
(0.00/0.03/0.05/0.53)	

CMYK percentages

%0
%2.52
%5.04
%53.33

Codes

Color #777471 in popluar color models

777471
RGB119116113
HSL30°2.59%45.49%
HSB/HSV30°5.04%46.67%
CMYK0.00%2.52%5.04%
53.33%

Color #777471 in popluar number systems.

HEX777471
Decimal119116113
Binary111011111101001110001
Octal167164161

Shades and tints

Shades of #777471

#777471
(119,116,113)
#6D6A67
(109,106,103)
#63605D
(99,96,93)
#595653
(89,86,83)
#4F4C49
(79,76,73)
#45423F
(69,66,63)
#3B3835
(59,56,53)
#312E2B
(49,46,43)
#272421
(39,36,33)
#1D1A17
(29,26,23)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #777471

#777471
(119,116,113)
#83807D
(131,128,125)
#8F8C89
(143,140,137)
#9B9895
(155,152,149)
#A7A4A1
(167,164,161)
#B3B0AD
(179,176,173)
#BFBCB9
(191,188,185)
#CBC8C5
(203,200,197)
#D7D4D1
(215,212,209)
#E3E0DD
(227,224,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777471; }

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

This text font color is #777471.


Background Color

.myBgColor { background-color: #777471; }

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

This div background color is #777471.


Border color

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

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

This div border color is #777471.


Opacity

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

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

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

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

This text has shadow with #777471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777471 on black background.


Color preview on white background

This text has color #777471 on white background.



Black color preview on #777471 background

This text has black color on #777471 background.


White color preview on #777471 background

This text has white color on #777471 background.