COLOR #776F83

HEX: #776F83 RGB: (119,111,131)

Color info

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

RGB color model

#776F83 color RGB value is (119,111,131).

RGB: (119,111,131) (47%, 44%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 131 of 255 = 51%

119
111
131

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

Portions of RGB colors in percentages

R + G + B = 119 + 111 + 131 = 361 (100%)
R 119 of 361 ~ 32.96%
G 111 of 361 ~ 30.75%
B 131 of 361 ~ 36.29'%

%32.96
%30.75
%36.29

CMYK color model

#776F83 color CMYK value is (9,15,0,49).

  • cyan value is 9.16%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (9,15,0,49)
C9M15Y0K49 (9%, 15%, 0%, 49%)
(0.09 / 0.15 / 0.00 / 0.49)

CMYK percentages

%9.16
%15.27
%0
%48.63

Codes

Color #776F83 in popluar color models

77 6F 83
RGB 119 111 131
HSL 264° 8.26% 47.45%
HSB/HSV 264° 15.27% 51.37%
CMYK 9.16% 15.27% 0.00%
48.63%

Color #776F83 in popluar number systems.

HEX 77 6F 83
Decimal 119 111 131
Binary 1110111 1101111 10000011
Octal 167 157 203

Shades and tints

Shades of #776F83

#776F83
(119,111,131)
#6D6578
(109,101,120)
#635B6D
(99,91,109)
#595162
(89,81,98)
#4F4757
(79,71,87)
#453D4C
(69,61,76)
#3B3341
(59,51,65)
#312936
(49,41,54)
#271F2B
(39,31,43)
#1D1520
(29,21,32)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #776F83

#776F83
(119,111,131)
#837C8E
(131,124,142)
#8F8999
(143,137,153)
#9B96A4
(155,150,164)
#A7A3AF
(167,163,175)
#B3B0BA
(179,176,186)
#BFBDC5
(191,189,197)
#CBCAD0
(203,202,208)
#D7D7DB
(215,215,219)
#E3E4E6
(227,228,230)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F83; }

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

This text font color is #776F83.

Background Color

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

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

This div background color is #776F83.

Border color

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

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

This div border color is #776F83.

Opacity

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

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

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

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

This text has shadow with #776F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776F83.

Preview

Color preview on black background

This text has color #776F83 on black background.


Color preview on white background

This text has color #776F83 on white background.


Black color preview on #776F83 background

This text has black color on #776F83 background.


White color preview on #776F83 background

This text has white color on #776F83 background.


Related colors

Complementary color

Complementary color for #hex is #88907C.


I love getcolorcode.com

Triadic colors

1 #83776F and #6F8377 with #776F83 are triadic colors.

2 #836F77 and #6F7783 with #776F83 are triadic colors.