COLOR #776459

HEX: #776459
RGB: (119,100,89)

Color info

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

RGB color model

#776459 color RGB value is (119,100,89).

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

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 89 of 255 = 35%

119
100
89

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 89 = 308 (100%)
R 119 of 308 ~ 38.64%
G 100 of 308 ~ 32.47%
B 89 of 308 ~ 28.9%

%38.64
%32.47
%28.9

CMYK color model

#776459 color CMYK value is (0,16,25,53).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(0,16,25,53)
C0M16Y25K53 
(0%,16%,25%,53%)
(0.00/0.16/0.25/0.53)	

CMYK percentages

%0
%15.97
%25.21
%53.33

Codes

Color #776459 in popluar color models

776459
RGB11910089
HSL22°14.42%40.78%
HSB/HSV22°25.21%46.67%
CMYK0.00%15.97%25.21%
53.33%

Color #776459 in popluar number systems.

HEX776459
Decimal11910089
Binary111011111001001011001
Octal167144131

Shades and tints

Shades of #776459

#776459
(119,100,89)
#6D5B51
(109,91,81)
#635249
(99,82,73)
#594941
(89,73,65)
#4F4039
(79,64,57)
#453731
(69,55,49)
#3B2E29
(59,46,41)
#312521
(49,37,33)
#271C19
(39,28,25)
#1D1311
(29,19,17)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #776459

#776459
(119,100,89)
#837268
(131,114,104)
#8F8077
(143,128,119)
#9B8E86
(155,142,134)
#A79C95
(167,156,149)
#B3AAA4
(179,170,164)
#BFB8B3
(191,184,179)
#CBC6C2
(203,198,194)
#D7D4D1
(215,212,209)
#E3E2E0
(227,226,224)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776459; }

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

This text font color is #776459.


Background Color

.myBgColor { background-color: #776459; }

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

This div background color is #776459.


Border color

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

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

This div border color is #776459.


Opacity

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

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

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

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

This text has shadow with #776459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776459 on black background.


Color preview on white background

This text has color #776459 on white background.



Black color preview on #776459 background

This text has black color on #776459 background.


White color preview on #776459 background

This text has white color on #776459 background.