COLOR #776B6A

HEX: #776B6A
RGB: (119,107,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
107
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 106 = 332 (100%)
R 119 of 332 ~ 35.84%
G 107 of 332 ~ 32.23%
B 106 of 332 ~ 31.93%

%35.84
%32.23
%31.93

CMYK color model

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

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

CMYK percentages

%0
%10.08
%10.92
%53.33

Codes

Color #776B6A in popluar color models

776B6A
RGB119107106
HSL5.78%44.12%
HSB/HSV10.92%46.67%
CMYK0.00%10.08%10.92%
53.33%

Color #776B6A in popluar number systems.

HEX776B6A
Decimal119107106
Binary111011111010111101010
Octal167153152

Shades and tints

Shades of #776B6A

#776B6A
(119,107,106)
#6D6261
(109,98,97)
#635958
(99,89,88)
#59504F
(89,80,79)
#4F4746
(79,71,70)
#453E3D
(69,62,61)
#3B3534
(59,53,52)
#312C2B
(49,44,43)
#272322
(39,35,34)
#1D1A19
(29,26,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #776B6A

#776B6A
(119,107,106)
#837877
(131,120,119)
#8F8584
(143,133,132)
#9B9291
(155,146,145)
#A79F9E
(167,159,158)
#B3ACAB
(179,172,171)
#BFB9B8
(191,185,184)
#CBC6C5
(203,198,197)
#D7D3D2
(215,211,210)
#E3E0DF
(227,224,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B6A; }

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

This text font color is #776B6A.


Background Color

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

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

This div background color is #776B6A.


Border color

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

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

This div border color is #776B6A.


Opacity

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

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

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

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

This text has shadow with #776B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B6A on black background.


Color preview on white background

This text has color #776B6A on white background.



Black color preview on #776B6A background

This text has black color on #776B6A background.


White color preview on #776B6A background

This text has white color on #776B6A background.