COLOR #776F63

HEX: #776F63
RGB: (119,111,99)

Color info

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

RGB color model

#776F63 color RGB value is (119,111,99).

  • red value is 119;
  • green value is 111;
  • blue value is 99.
RGB:
(119,111,99)
(47%,44%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 99 of 255 = 39%

119
111
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 99 = 329 (100%)
R 119 of 329 ~ 36.17%
G 111 of 329 ~ 33.74%
B 99 of 329 ~ 30.09%

%36.17
%33.74
%30.09

CMYK color model

#776F63 color CMYK value is (0,7,17,53).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK:
(0,7,17,53)
C0M7Y17K53 
(0%,7%,17%,53%)
(0.00/0.07/0.17/0.53)	

CMYK percentages

%0
%6.72
%16.81
%53.33

Codes

Color #776F63 in popluar color models

776F63
RGB11911199
HSL36°9.17%42.75%
HSB/HSV36°16.81%46.67%
CMYK0.00%6.72%16.81%
53.33%

Color #776F63 in popluar number systems.

HEX776F63
Decimal11911199
Binary111011111011111100011
Octal167157143

Shades and tints

Shades of #776F63

#776F63
(119,111,99)
#6D655A
(109,101,90)
#635B51
(99,91,81)
#595148
(89,81,72)
#4F473F
(79,71,63)
#453D36
(69,61,54)
#3B332D
(59,51,45)
#312924
(49,41,36)
#271F1B
(39,31,27)
#1D1512
(29,21,18)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #776F63

#776F63
(119,111,99)
#837C71
(131,124,113)
#8F897F
(143,137,127)
#9B968D
(155,150,141)
#A7A39B
(167,163,155)
#B3B0A9
(179,176,169)
#BFBDB7
(191,189,183)
#CBCAC5
(203,202,197)
#D7D7D3
(215,215,211)
#E3E4E1
(227,228,225)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F63; }

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

This text font color is #776F63.


Background Color

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

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

This div background color is #776F63.


Border color

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

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

This div border color is #776F63.


Opacity

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

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

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

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

This text has shadow with #776F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F63 on black background.


Color preview on white background

This text has color #776F63 on white background.



Black color preview on #776F63 background

This text has black color on #776F63 background.


White color preview on #776F63 background

This text has white color on #776F63 background.