COLOR #776F6F

HEX: #776F6F RGB: (119,111,111)

Color info

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

RGB color model

#776F6F color RGB value is (119,111,111).

RGB: (119,111,111) (47%, 44%, 44%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 111 of 255 = 44%

119
111
111

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

Portions of RGB colors in percentages

R + G + B = 119 + 111 + 111 = 341 (100%)
R 119 of 341 ~ 34.9%
G 111 of 341 ~ 32.55%
B 111 of 341 ~ 32.55'%

%34.9
%32.55
%32.55

CMYK color model

#776F6F color CMYK value is (0,7,7,53).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 6.72%
  • key color value is 53.33%

CMYK: (0,7,7,53)
C0M7Y7K53 (0%, 7%, 7%, 53%)
(0.00 / 0.07 / 0.07 / 0.53)

CMYK percentages

%0
%6.72
%6.72
%53.33

Codes

Color #776F6F in popluar color models

77 6F 6F
RGB 119 111 111
HSL 3.48% 45.10%
HSB/HSV 6.72% 46.67%
CMYK 0.00% 6.72% 6.72%
53.33%

Color #776F6F in popluar number systems.

HEX 77 6F 6F
Decimal 119 111 111
Binary 1110111 1101111 1101111
Octal 167 157 157

Shades and tints

Shades of #776F6F

#776F6F
(119,111,111)
#6D6565
(109,101,101)
#635B5B
(99,91,91)
#595151
(89,81,81)
#4F4747
(79,71,71)
#453D3D
(69,61,61)
#3B3333
(59,51,51)
#312929
(49,41,41)
#271F1F
(39,31,31)
#1D1515
(29,21,21)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #776F6F

#776F6F
(119,111,111)
#837C7C
(131,124,124)
#8F8989
(143,137,137)
#9B9696
(155,150,150)
#A7A3A3
(167,163,163)
#B3B0B0
(179,176,176)
#BFBDBD
(191,189,189)
#CBCACA
(203,202,202)
#D7D7D7
(215,215,215)
#E3E4E4
(227,228,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F6F; }

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

This text font color is #776F6F.

Background Color

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

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

This div background color is #776F6F.

Border color

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

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

This div border color is #776F6F.

Opacity

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

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

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

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

This text has shadow with #776F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776F6F.

Preview

Color preview on black background

This text has color #776F6F on black background.


Color preview on white background

This text has color #776F6F on white background.


Black color preview on #776F6F background

This text has black color on #776F6F background.


White color preview on #776F6F background

This text has white color on #776F6F background.


Related colors

Complementary color

Complementary color for #hex is #889090.


I love getcolorcode.com