COLOR #776F7B

HEX: #776F7B RGB: (119,111,123)

Color info

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

RGB color model

#776F7B color RGB value is (119,111,123).

RGB: (119,111,123) (47%, 44%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 123 of 255 = 48%

119
111
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 111 + 123 = 353 (100%)
R 119 of 353 ~ 33.71%
G 111 of 353 ~ 31.44%
B 123 of 353 ~ 34.84'%

%33.71
%31.44
%34.84

CMYK color model

#776F7B color CMYK value is (3,10,0,52).

  • cyan value is 3.25%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (3,10,0,52)
C3M10Y0K52 (3%, 10%, 0%, 52%)
(0.03 / 0.10 / 0.00 / 0.52)

CMYK percentages

%3.25
%9.76
%0
%51.76

Codes

Color #776F7B in popluar color models

77 6F 7B
RGB 119 111 123
HSL 280° 5.13% 45.88%
HSB/HSV 280° 9.76% 48.24%
CMYK 3.25% 9.76% 0.00%
51.76%

Color #776F7B in popluar number systems.

HEX 77 6F 7B
Decimal 119 111 123
Binary 1110111 1101111 1111011
Octal 167 157 173

Shades and tints

Shades of #776F7B

#776F7B
(119,111,123)
#6D6570
(109,101,112)
#635B65
(99,91,101)
#59515A
(89,81,90)
#4F474F
(79,71,79)
#453D44
(69,61,68)
#3B3339
(59,51,57)
#31292E
(49,41,46)
#271F23
(39,31,35)
#1D1518
(29,21,24)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #776F7B

#776F7B
(119,111,123)
#837C87
(131,124,135)
#8F8993
(143,137,147)
#9B969F
(155,150,159)
#A7A3AB
(167,163,171)
#B3B0B7
(179,176,183)
#BFBDC3
(191,189,195)
#CBCACF
(203,202,207)
#D7D7DB
(215,215,219)
#E3E4E7
(227,228,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F7B; }

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

This text font color is #776F7B.

Background Color

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

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

This div background color is #776F7B.

Border color

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

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

This div border color is #776F7B.

Opacity

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

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

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

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

This text has shadow with #776F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776F7B.

Preview

Color preview on black background

This text has color #776F7B on black background.


Color preview on white background

This text has color #776F7B on white background.


Black color preview on #776F7B background

This text has black color on #776F7B background.


White color preview on #776F7B background

This text has white color on #776F7B background.


Related colors

Complementary color

Complementary color for #hex is #889084.


I love getcolorcode.com

Triadic colors

1 #7B776F and #6F7B77 with #776F7B are triadic colors.

2 #7B6F77 and #6F777B with #776F7B are triadic colors.