COLOR #776A6D

HEX: #776A6D
RGB: (119,106,109)

Color info

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

RGB color model

#776A6D color RGB value is (119,106,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 109 of 255 = 43%

119
106
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 109 = 334 (100%)
R 119 of 334 ~ 35.63%
G 106 of 334 ~ 31.74%
B 109 of 334 ~ 32.63%

%35.63
%31.74
%32.63

CMYK color model

#776A6D color CMYK value is (0,11,8,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(0,11,8,53)
C0M11Y8K53 
(0%,11%,8%,53%)
(0.00/0.11/0.08/0.53)	

CMYK percentages

%0
%10.92
%8.4
%53.33

Codes

Color #776A6D in popluar color models

776A6D
RGB119106109
HSL346°5.78%44.12%
HSB/HSV346°10.92%46.67%
CMYK0.00%10.92%8.40%
53.33%

Color #776A6D in popluar number systems.

HEX776A6D
Decimal119106109
Binary111011111010101101101
Octal167152155

Shades and tints

Shades of #776A6D

#776A6D
(119,106,109)
#6D6164
(109,97,100)
#63585B
(99,88,91)
#594F52
(89,79,82)
#4F4649
(79,70,73)
#453D40
(69,61,64)
#3B3437
(59,52,55)
#312B2E
(49,43,46)
#272225
(39,34,37)
#1D191C
(29,25,28)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #776A6D

#776A6D
(119,106,109)
#83777A
(131,119,122)
#8F8487
(143,132,135)
#9B9194
(155,145,148)
#A79EA1
(167,158,161)
#B3ABAE
(179,171,174)
#BFB8BB
(191,184,187)
#CBC5C8
(203,197,200)
#D7D2D5
(215,210,213)
#E3DFE2
(227,223,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A6D; }

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

This text font color is #776A6D.


Background Color

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

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

This div background color is #776A6D.


Border color

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

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

This div border color is #776A6D.


Opacity

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

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

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

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

This text has shadow with #776A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A6D on black background.


Color preview on white background

This text has color #776A6D on white background.



Black color preview on #776A6D background

This text has black color on #776A6D background.


White color preview on #776A6D background

This text has white color on #776A6D background.