COLOR #777670

HEX: #777670
RGB: (119,118,112)

Color info

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

RGB color model

#777670 color RGB value is (119,118,112).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 112 of 255 = 44%

119
118
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 112 = 349 (100%)
R 119 of 349 ~ 34.1%
G 118 of 349 ~ 33.81%
B 112 of 349 ~ 32.09%

%34.1
%33.81
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(0,1,6,53)
C0M1Y6K53 
(0%,1%,6%,53%)
(0.00/0.01/0.06/0.53)	

CMYK percentages

%0
%0.84
%5.88
%53.33

Codes

Color #777670 in popluar color models

777670
RGB119118112
HSL51°3.03%45.29%
HSB/HSV51°5.88%46.67%
CMYK0.00%0.84%5.88%
53.33%

Color #777670 in popluar number systems.

HEX777670
Decimal119118112
Binary111011111101101110000
Octal167166160

Shades and tints

Shades of #777670

#777670
(119,118,112)
#6D6C66
(109,108,102)
#63625C
(99,98,92)
#595852
(89,88,82)
#4F4E48
(79,78,72)
#45443E
(69,68,62)
#3B3A34
(59,58,52)
#31302A
(49,48,42)
#272620
(39,38,32)
#1D1C16
(29,28,22)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #777670

#777670
(119,118,112)
#83827D
(131,130,125)
#8F8E8A
(143,142,138)
#9B9A97
(155,154,151)
#A7A6A4
(167,166,164)
#B3B2B1
(179,178,177)
#BFBEBE
(191,190,190)
#CBCACB
(203,202,203)
#D7D6D8
(215,214,216)
#E3E2E5
(227,226,229)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777670; }

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

This text font color is #777670.


Background Color

.myBgColor { background-color: #777670; }

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

This div background color is #777670.


Border color

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

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

This div border color is #777670.


Opacity

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

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

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

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

This text has shadow with #777670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777670 on black background.


Color preview on white background

This text has color #777670 on white background.



Black color preview on #777670 background

This text has black color on #777670 background.


White color preview on #777670 background

This text has white color on #777670 background.