COLOR #776B77

HEX: #776B77
RGB: (119,107,119)

Color info

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

RGB color model

#776B77 color RGB value is (119,107,119).

  • red value is 119;
  • green value is 107;
  • blue value is 119.
RGB:
(119,107,119)
(47%,42%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 107 of 255 = 42%
B 119 of 255 = 47%

119
107
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 119 = 345 (100%)
R 119 of 345 ~ 34.49%
G 107 of 345 ~ 31.01%
B 119 of 345 ~ 34.49%

%34.49
%31.01
%34.49

CMYK color model

#776B77 color CMYK value is (0,10,0,53).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(0,10,0,53)
C0M10Y0K53 
(0%,10%,0%,53%)
(0.00/0.10/0.00/0.53)	

CMYK percentages

%0
%10.08
%0
%53.33

Codes

Color #776B77 in popluar color models

776B77
RGB119107119
HSL300°5.31%44.31%
HSB/HSV300°10.08%46.67%
CMYK0.00%10.08%0.00%
53.33%

Color #776B77 in popluar number systems.

HEX776B77
Decimal119107119
Binary111011111010111110111
Octal167153167

Shades and tints

Shades of #776B77

#776B77
(119,107,119)
#6D626D
(109,98,109)
#635963
(99,89,99)
#595059
(89,80,89)
#4F474F
(79,71,79)
#453E45
(69,62,69)
#3B353B
(59,53,59)
#312C31
(49,44,49)
#272327
(39,35,39)
#1D1A1D
(29,26,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #776B77

#776B77
(119,107,119)
#837883
(131,120,131)
#8F858F
(143,133,143)
#9B929B
(155,146,155)
#A79FA7
(167,159,167)
#B3ACB3
(179,172,179)
#BFB9BF
(191,185,191)
#CBC6CB
(203,198,203)
#D7D3D7
(215,211,215)
#E3E0E3
(227,224,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B77 color. Also use rgb(119,107,119) instead hex code.

Text Font Color

.myTextColor { color: #776B77; }

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

This text font color is #776B77.


Background Color

.myBgColor { background-color: #776B77; }

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

This div background color is #776B77.


Border color

.myBorderColor { border: 1px solid #776B77; }

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

This div border color is #776B77.


Opacity

.myOpacity80 { color: #776B77; opacity: 0.8; }

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

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

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

This text has shadow with #776B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B77 on black background.


Color preview on white background

This text has color #776B77 on white background.



Black color preview on #776B77 background

This text has black color on #776B77 background.


White color preview on #776B77 background

This text has white color on #776B77 background.