COLOR #776865

HEX: #776865
RGB: (119,104,101)

Color info

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

RGB color model

#776865 color RGB value is (119,104,101).

  • red value is 119;
  • green value is 104;
  • blue value is 101.
RGB:
(119,104,101)
(47%,41%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 101 of 255 = 40%

119
104
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 101 = 324 (100%)
R 119 of 324 ~ 36.73%
G 104 of 324 ~ 32.1%
B 101 of 324 ~ 31.17%

%36.73
%32.1
%31.17

CMYK color model

#776865 color CMYK value is (0,13,15,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(0,13,15,53)
C0M13Y15K53 
(0%,13%,15%,53%)
(0.00/0.13/0.15/0.53)	

CMYK percentages

%0
%12.61
%15.13
%53.33

Codes

Color #776865 in popluar color models

776865
RGB119104101
HSL10°8.18%43.14%
HSB/HSV10°15.13%46.67%
CMYK0.00%12.61%15.13%
53.33%

Color #776865 in popluar number systems.

HEX776865
Decimal119104101
Binary111011111010001100101
Octal167150145

Shades and tints

Shades of #776865

#776865
(119,104,101)
#6D5F5C
(109,95,92)
#635653
(99,86,83)
#594D4A
(89,77,74)
#4F4441
(79,68,65)
#453B38
(69,59,56)
#3B322F
(59,50,47)
#312926
(49,41,38)
#27201D
(39,32,29)
#1D1714
(29,23,20)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #776865

#776865
(119,104,101)
#837573
(131,117,115)
#8F8281
(143,130,129)
#9B8F8F
(155,143,143)
#A79C9D
(167,156,157)
#B3A9AB
(179,169,171)
#BFB6B9
(191,182,185)
#CBC3C7
(203,195,199)
#D7D0D5
(215,208,213)
#E3DDE3
(227,221,227)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776865 color. Also use rgb(119,104,101) instead hex code.

Text Font Color

.myTextColor { color: #776865; }

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

This text font color is #776865.


Background Color

.myBgColor { background-color: #776865; }

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

This div background color is #776865.


Border color

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

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

This div border color is #776865.


Opacity

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

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

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

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

This text has shadow with #776865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776865 on black background.


Color preview on white background

This text has color #776865 on white background.



Black color preview on #776865 background

This text has black color on #776865 background.


White color preview on #776865 background

This text has white color on #776865 background.