COLOR #777F70

HEX: #777F70
RGB: (119,127,112)

Color info

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

RGB color model

#777F70 color RGB value is (119,127,112).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 112 of 255 = 44%

119
127
112

R + G + B ~ 47%. #777F70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 112 = 358 (100%)
R 119 of 358 ~ 33.24%
G 127 of 358 ~ 35.47%
B 112 of 358 ~ 31.28%

%33.24
%35.47
%31.28

CMYK color model

#777F70 color CMYK value is (6,0,12,50).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(6,0,12,50)
C6M0Y12K50 
(6%,0%,12%,50%)
(0.06/0.00/0.12/0.50)	

CMYK percentages

%6.3
%0
%11.81
%50.2

Codes

Color #777F70 in popluar color models

777F70
RGB119127112
HSL92°6.28%46.86%
HSB/HSV92°11.81%49.80%
CMYK6.30%0.00%11.81%
50.20%

Color #777F70 in popluar number systems.

HEX777F70
Decimal119127112
Binary111011111111111110000
Octal167177160

Shades and tints

Shades of #777F70

#777F70
(119,127,112)
#6D7466
(109,116,102)
#63695C
(99,105,92)
#595E52
(89,94,82)
#4F5348
(79,83,72)
#45483E
(69,72,62)
#3B3D34
(59,61,52)
#31322A
(49,50,42)
#272720
(39,39,32)
#1D1C16
(29,28,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #777F70

#777F70
(119,127,112)
#838A7D
(131,138,125)
#8F958A
(143,149,138)
#9BA097
(155,160,151)
#A7ABA4
(167,171,164)
#B3B6B1
(179,182,177)
#BFC1BE
(191,193,190)
#CBCCCB
(203,204,203)
#D7D7D8
(215,215,216)
#E3E2E5
(227,226,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777F70; }

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

This text font color is #777F70.


Background Color

.myBgColor { background-color: #777F70; }

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

This div background color is #777F70.


Border color

.myBorderColor { border: 1px solid #777F70; }

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

This div border color is #777F70.


Opacity

.myOpacity80 { color: #777F70; opacity: 0.8; }

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

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

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

This text has shadow with #777F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F70 on black background.


Color preview on white background

This text has color #777F70 on white background.



Black color preview on #777F70 background

This text has black color on #777F70 background.


White color preview on #777F70 background

This text has white color on #777F70 background.