COLOR #776463

HEX: #776463
RGB: (119,100,99)

Color info

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

RGB color model

#776463 color RGB value is (119,100,99).

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

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 99 of 255 = 39%

119
100
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 99 = 318 (100%)
R 119 of 318 ~ 37.42%
G 100 of 318 ~ 31.45%
B 99 of 318 ~ 31.13%

%37.42
%31.45
%31.13

CMYK color model

#776463 color CMYK value is (0,16,17,53).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK:
(0,16,17,53)
C0M16Y17K53 
(0%,16%,17%,53%)
(0.00/0.16/0.17/0.53)	

CMYK percentages

%0
%15.97
%16.81
%53.33

Codes

Color #776463 in popluar color models

776463
RGB11910099
HSL9.17%42.75%
HSB/HSV16.81%46.67%
CMYK0.00%15.97%16.81%
53.33%

Color #776463 in popluar number systems.

HEX776463
Decimal11910099
Binary111011111001001100011
Octal167144143

Shades and tints

Shades of #776463

#776463
(119,100,99)
#6D5B5A
(109,91,90)
#635251
(99,82,81)
#594948
(89,73,72)
#4F403F
(79,64,63)
#453736
(69,55,54)
#3B2E2D
(59,46,45)
#312524
(49,37,36)
#271C1B
(39,28,27)
#1D1312
(29,19,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #776463

#776463
(119,100,99)
#837271
(131,114,113)
#8F807F
(143,128,127)
#9B8E8D
(155,142,141)
#A79C9B
(167,156,155)
#B3AAA9
(179,170,169)
#BFB8B7
(191,184,183)
#CBC6C5
(203,198,197)
#D7D4D3
(215,212,211)
#E3E2E1
(227,226,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776463; }

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

This text font color is #776463.


Background Color

.myBgColor { background-color: #776463; }

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

This div background color is #776463.


Border color

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

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

This div border color is #776463.


Opacity

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

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

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

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

This text has shadow with #776463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776463 on black background.


Color preview on white background

This text has color #776463 on white background.



Black color preview on #776463 background

This text has black color on #776463 background.


White color preview on #776463 background

This text has white color on #776463 background.