COLOR #776B6B

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

Color info

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

RGB color model

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

RGB: (119,107,107) (47%, 42%, 42%)

RGB channels and saturation

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

119
107
107

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

Portions of RGB colors in percentages

R + G + B = 119 + 107 + 107 = 333 (100%)
R 119 of 333 ~ 35.74%
G 107 of 333 ~ 32.13%
B 107 of 333 ~ 32.13'%

%35.74
%32.13
%32.13

CMYK color model

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

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

CMYK: (0,10,10,53)
C0M10Y10K53 (0%, 10%, 10%, 53%)
(0.00 / 0.10 / 0.10 / 0.53)

CMYK percentages

%0
%10.08
%10.08
%53.33

Codes

Color #776B6B in popluar color models

77 6B 6B
RGB 119 107 107
HSL 5.31% 44.31%
HSB/HSV 10.08% 46.67%
CMYK 0.00% 10.08% 10.08%
53.33%

Color #776B6B in popluar number systems.

HEX 77 6B 6B
Decimal 119 107 107
Binary 1110111 1101011 1101011
Octal 167 153 153

Shades and tints

Shades of #776B6B

#776B6B
(119,107,107)
#6D6262
(109,98,98)
#635959
(99,89,89)
#595050
(89,80,80)
#4F4747
(79,71,71)
#453E3E
(69,62,62)
#3B3535
(59,53,53)
#312C2C
(49,44,44)
#272323
(39,35,35)
#1D1A1A
(29,26,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #776B6B

#776B6B
(119,107,107)
#837878
(131,120,120)
#8F8585
(143,133,133)
#9B9292
(155,146,146)
#A79F9F
(167,159,159)
#B3ACAC
(179,172,172)
#BFB9B9
(191,185,185)
#CBC6C6
(203,198,198)
#D7D3D3
(215,211,211)
#E3E0E0
(227,224,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B6B; }

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

This text font color is #776B6B.

Background Color

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

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

This div background color is #776B6B.

Border color

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

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

This div border color is #776B6B.

Opacity

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

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

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

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

This text has shadow with #776B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776B6B.

Preview

Color preview on black background

This text has color #776B6B on black background.


Color preview on white background

This text has color #776B6B on white background.


Black color preview on #776B6B background

This text has black color on #776B6B background.


White color preview on #776B6B background

This text has white color on #776B6B background.


Related colors

Complementary color

Complementary color for #hex is #889494.


I love getcolorcode.com