COLOR #776E81

HEX: #776E81
RGB: (119,110,129)

Color info

#776E81 contains red, green and blue colors in about the same proportion. Web safe color of #776E81 is #666699 (or #669).

RGB color model

#776E81 color RGB value is (119,110,129).

  • red value is 119;
  • green value is 110;
  • blue value is 129.
RGB:
(119,110,129)
(47%,43%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 110 of 255 = 43%
B 129 of 255 = 51%

119
110
129

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

Portions of RGB colors in percentages

R + G + B =
119 + 110 + 129 = 358 (100%)
R 119 of 358 ~ 33.24%
G 110 of 358 ~ 30.73%
B 129 of 358 ~ 36.03%

%33.24
%30.73
%36.03

CMYK color model

#776E81 color CMYK value is (8,15,0,49).

  • cyan value is 7.75%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(8,15,0,49)
C8M15Y0K49 
(8%,15%,0%,49%)
(0.08/0.15/0.00/0.49)	

CMYK percentages

%7.75
%14.73
%0
%49.41

Codes

Color #776E81 in popluar color models

776E81
RGB119110129
HSL268°7.95%46.86%
HSB/HSV268°14.73%50.59%
CMYK7.75%14.73%0.00%
49.41%

Color #776E81 in popluar number systems.

HEX776E81
Decimal119110129
Binary1110111110111010000001
Octal167156201

Shades and tints

Shades of #776E81

#776E81
(119,110,129)
#6D6476
(109,100,118)
#635A6B
(99,90,107)
#595060
(89,80,96)
#4F4655
(79,70,85)
#453C4A
(69,60,74)
#3B323F
(59,50,63)
#312834
(49,40,52)
#271E29
(39,30,41)
#1D141E
(29,20,30)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #776E81

#776E81
(119,110,129)
#837B8C
(131,123,140)
#8F8897
(143,136,151)
#9B95A2
(155,149,162)
#A7A2AD
(167,162,173)
#B3AFB8
(179,175,184)
#BFBCC3
(191,188,195)
#CBC9CE
(203,201,206)
#D7D6D9
(215,214,217)
#E3E3E4
(227,227,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E81; }

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

This text font color is #776E81.


Background Color

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

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

This div background color is #776E81.


Border color

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

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

This div border color is #776E81.


Opacity

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

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

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

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

This text has shadow with #776E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E81 on black background.


Color preview on white background

This text has color #776E81 on white background.



Black color preview on #776E81 background

This text has black color on #776E81 background.


White color preview on #776E81 background

This text has white color on #776E81 background.