COLOR #776B6C

HEX: #776B6C
RGB: (119,107,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
107
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 108 = 334 (100%)
R 119 of 334 ~ 35.63%
G 107 of 334 ~ 32.04%
B 108 of 334 ~ 32.34%

%35.63
%32.04
%32.34

CMYK color model

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

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

CMYK percentages

%0
%10.08
%9.24
%53.33

Codes

Color #776B6C in popluar color models

776B6C
RGB119107108
HSL355°5.31%44.31%
HSB/HSV355°10.08%46.67%
CMYK0.00%10.08%9.24%
53.33%

Color #776B6C in popluar number systems.

HEX776B6C
Decimal119107108
Binary111011111010111101100
Octal167153154

Shades and tints

Shades of #776B6C

#776B6C
(119,107,108)
#6D6263
(109,98,99)
#63595A
(99,89,90)
#595051
(89,80,81)
#4F4748
(79,71,72)
#453E3F
(69,62,63)
#3B3536
(59,53,54)
#312C2D
(49,44,45)
#272324
(39,35,36)
#1D1A1B
(29,26,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #776B6C

#776B6C
(119,107,108)
#837879
(131,120,121)
#8F8586
(143,133,134)
#9B9293
(155,146,147)
#A79FA0
(167,159,160)
#B3ACAD
(179,172,173)
#BFB9BA
(191,185,186)
#CBC6C7
(203,198,199)
#D7D3D4
(215,211,212)
#E3E0E1
(227,224,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B6C; }

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

This text font color is #776B6C.


Background Color

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

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

This div background color is #776B6C.


Border color

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

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

This div border color is #776B6C.


Opacity

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

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

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

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

This text has shadow with #776B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B6C on black background.


Color preview on white background

This text has color #776B6C on white background.



Black color preview on #776B6C background

This text has black color on #776B6C background.


White color preview on #776B6C background

This text has white color on #776B6C background.