COLOR #776963

HEX: #776963
RGB: (119,105,99)

Color info

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

RGB color model

#776963 color RGB value is (119,105,99).

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

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 99 of 255 = 39%

119
105
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 99 = 323 (100%)
R 119 of 323 ~ 36.84%
G 105 of 323 ~ 32.51%
B 99 of 323 ~ 30.65%

%36.84
%32.51
%30.65

CMYK color model

#776963 color CMYK value is (0,12,17,53).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK:
(0,12,17,53)
C0M12Y17K53 
(0%,12%,17%,53%)
(0.00/0.12/0.17/0.53)	

CMYK percentages

%0
%11.76
%16.81
%53.33

Codes

Color #776963 in popluar color models

776963
RGB11910599
HSL18°9.17%42.75%
HSB/HSV18°16.81%46.67%
CMYK0.00%11.76%16.81%
53.33%

Color #776963 in popluar number systems.

HEX776963
Decimal11910599
Binary111011111010011100011
Octal167151143

Shades and tints

Shades of #776963

#776963
(119,105,99)
#6D605A
(109,96,90)
#635751
(99,87,81)
#594E48
(89,78,72)
#4F453F
(79,69,63)
#453C36
(69,60,54)
#3B332D
(59,51,45)
#312A24
(49,42,36)
#27211B
(39,33,27)
#1D1812
(29,24,18)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #776963

#776963
(119,105,99)
#837671
(131,118,113)
#8F837F
(143,131,127)
#9B908D
(155,144,141)
#A79D9B
(167,157,155)
#B3AAA9
(179,170,169)
#BFB7B7
(191,183,183)
#CBC4C5
(203,196,197)
#D7D1D3
(215,209,211)
#E3DEE1
(227,222,225)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776963; }

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

This text font color is #776963.


Background Color

.myBgColor { background-color: #776963; }

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

This div background color is #776963.


Border color

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

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

This div border color is #776963.


Opacity

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

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

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

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

This text has shadow with #776963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776963 on black background.


Color preview on white background

This text has color #776963 on white background.



Black color preview on #776963 background

This text has black color on #776963 background.


White color preview on #776963 background

This text has white color on #776963 background.