COLOR #776B78

HEX: #776B78
RGB: (119,107,120)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
107
120

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

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 120 = 346 (100%)
R 119 of 346 ~ 34.39%
G 107 of 346 ~ 30.92%
B 120 of 346 ~ 34.68%

%34.39
%30.92
%34.68

CMYK color model

#776B78 color CMYK value is (1,11,0,53).

  • cyan value is 0.83%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(1,11,0,53)
C1M11Y0K53 
(1%,11%,0%,53%)
(0.01/0.11/0.00/0.53)	

CMYK percentages

%0.83
%10.83
%0
%52.94

Codes

Color #776B78 in popluar color models

776B78
RGB119107120
HSL295°5.73%44.51%
HSB/HSV295°10.83%47.06%
CMYK0.83%10.83%0.00%
52.94%

Color #776B78 in popluar number systems.

HEX776B78
Decimal119107120
Binary111011111010111111000
Octal167153170

Shades and tints

Shades of #776B78

#776B78
(119,107,120)
#6D626E
(109,98,110)
#635964
(99,89,100)
#59505A
(89,80,90)
#4F4750
(79,71,80)
#453E46
(69,62,70)
#3B353C
(59,53,60)
#312C32
(49,44,50)
#272328
(39,35,40)
#1D1A1E
(29,26,30)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #776B78

#776B78
(119,107,120)
#837884
(131,120,132)
#8F8590
(143,133,144)
#9B929C
(155,146,156)
#A79FA8
(167,159,168)
#B3ACB4
(179,172,180)
#BFB9C0
(191,185,192)
#CBC6CC
(203,198,204)
#D7D3D8
(215,211,216)
#E3E0E4
(227,224,228)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B78; }

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

This text font color is #776B78.


Background Color

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

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

This div background color is #776B78.


Border color

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

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

This div border color is #776B78.


Opacity

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

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

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

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

This text has shadow with #776B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B78 on black background.


Color preview on white background

This text has color #776B78 on white background.



Black color preview on #776B78 background

This text has black color on #776B78 background.


White color preview on #776B78 background

This text has white color on #776B78 background.