COLOR #777470

HEX: #777470
RGB: (119,116,112)

Color info

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

RGB color model

#777470 color RGB value is (119,116,112).

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

RGB channels and saturation

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

119
116
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 112 = 347 (100%)
R 119 of 347 ~ 34.29%
G 116 of 347 ~ 33.43%
B 112 of 347 ~ 32.28%

%34.29
%33.43
%32.28

CMYK color model

#777470 color CMYK value is (0,3,6,53).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(0,3,6,53)
C0M3Y6K53 
(0%,3%,6%,53%)
(0.00/0.03/0.06/0.53)	

CMYK percentages

%0
%2.52
%5.88
%53.33

Codes

Color #777470 in popluar color models

777470
RGB119116112
HSL34°3.03%45.29%
HSB/HSV34°5.88%46.67%
CMYK0.00%2.52%5.88%
53.33%

Color #777470 in popluar number systems.

HEX777470
Decimal119116112
Binary111011111101001110000
Octal167164160

Shades and tints

Shades of #777470

#777470
(119,116,112)
#6D6A66
(109,106,102)
#63605C
(99,96,92)
#595652
(89,86,82)
#4F4C48
(79,76,72)
#45423E
(69,66,62)
#3B3834
(59,56,52)
#312E2A
(49,46,42)
#272420
(39,36,32)
#1D1A16
(29,26,22)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #777470

#777470
(119,116,112)
#83807D
(131,128,125)
#8F8C8A
(143,140,138)
#9B9897
(155,152,151)
#A7A4A4
(167,164,164)
#B3B0B1
(179,176,177)
#BFBCBE
(191,188,190)
#CBC8CB
(203,200,203)
#D7D4D8
(215,212,216)
#E3E0E5
(227,224,229)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777470; }

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

This text font color is #777470.


Background Color

.myBgColor { background-color: #777470; }

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

This div background color is #777470.


Border color

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

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

This div border color is #777470.


Opacity

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

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

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

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

This text has shadow with #777470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777470 on black background.


Color preview on white background

This text has color #777470 on white background.



Black color preview on #777470 background

This text has black color on #777470 background.


White color preview on #777470 background

This text has white color on #777470 background.