COLOR #776771

HEX: #776771
RGB: (119,103,113)

Color info

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

RGB color model

#776771 color RGB value is (119,103,113).

  • red value is 119;
  • green value is 103;
  • blue value is 113.
RGB:
(119,103,113)
(47%,40%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 113 of 255 = 44%

119
103
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 103 + 113 = 335 (100%)
R 119 of 335 ~ 35.52%
G 103 of 335 ~ 30.75%
B 113 of 335 ~ 33.73%

%35.52
%30.75
%33.73

CMYK color model

#776771 color CMYK value is (0,13,5,53).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,13,5,53)
C0M13Y5K53 
(0%,13%,5%,53%)
(0.00/0.13/0.05/0.53)	

CMYK percentages

%0
%13.45
%5.04
%53.33

Codes

Color #776771 in popluar color models

776771
RGB119103113
HSL323°7.21%43.53%
HSB/HSV323°13.45%46.67%
CMYK0.00%13.45%5.04%
53.33%

Color #776771 in popluar number systems.

HEX776771
Decimal119103113
Binary111011111001111110001
Octal167147161

Shades and tints

Shades of #776771

#776771
(119,103,113)
#6D5E67
(109,94,103)
#63555D
(99,85,93)
#594C53
(89,76,83)
#4F4349
(79,67,73)
#453A3F
(69,58,63)
#3B3135
(59,49,53)
#31282B
(49,40,43)
#271F21
(39,31,33)
#1D1617
(29,22,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #776771

#776771
(119,103,113)
#83747D
(131,116,125)
#8F8189
(143,129,137)
#9B8E95
(155,142,149)
#A79BA1
(167,155,161)
#B3A8AD
(179,168,173)
#BFB5B9
(191,181,185)
#CBC2C5
(203,194,197)
#D7CFD1
(215,207,209)
#E3DCDD
(227,220,221)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776771 color. Also use rgb(119,103,113) instead hex code.

Text Font Color

.myTextColor { color: #776771; }

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

This text font color is #776771.


Background Color

.myBgColor { background-color: #776771; }

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

This div background color is #776771.


Border color

.myBorderColor { border: 1px solid #776771; }

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

This div border color is #776771.


Opacity

.myOpacity80 { color: #776771; opacity: 0.8; }

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

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

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

This text has shadow with #776771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776771 on black background.


Color preview on white background

This text has color #776771 on white background.



Black color preview on #776771 background

This text has black color on #776771 background.


White color preview on #776771 background

This text has white color on #776771 background.