COLOR #776A5A

HEX: #776A5A
RGB: (119,106,90)

Color info

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

RGB color model

#776A5A color RGB value is (119,106,90).

  • red value is 119;
  • green value is 106;
  • blue value is 90.
RGB:
(119,106,90)
(47%,42%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 90 of 255 = 35%

119
106
90

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

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 90 = 315 (100%)
R 119 of 315 ~ 37.78%
G 106 of 315 ~ 33.65%
B 90 of 315 ~ 28.57%

%37.78
%33.65
%28.57

CMYK color model

#776A5A color CMYK value is (0,11,24,53).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(0,11,24,53)
C0M11Y24K53 
(0%,11%,24%,53%)
(0.00/0.11/0.24/0.53)	

CMYK percentages

%0
%10.92
%24.37
%53.33

Codes

Color #776A5A in popluar color models

776A5A
RGB11910690
HSL33°13.88%40.98%
HSB/HSV33°24.37%46.67%
CMYK0.00%10.92%24.37%
53.33%

Color #776A5A in popluar number systems.

HEX776A5A
Decimal11910690
Binary111011111010101011010
Octal167152132

Shades and tints

Shades of #776A5A

#776A5A
(119,106,90)
#6D6152
(109,97,82)
#63584A
(99,88,74)
#594F42
(89,79,66)
#4F463A
(79,70,58)
#453D32
(69,61,50)
#3B342A
(59,52,42)
#312B22
(49,43,34)
#27221A
(39,34,26)
#1D1912
(29,25,18)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #776A5A

#776A5A
(119,106,90)
#837769
(131,119,105)
#8F8478
(143,132,120)
#9B9187
(155,145,135)
#A79E96
(167,158,150)
#B3ABA5
(179,171,165)
#BFB8B4
(191,184,180)
#CBC5C3
(203,197,195)
#D7D2D2
(215,210,210)
#E3DFE1
(227,223,225)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776A5A color. Also use rgb(119,106,90) instead hex code.

Text Font Color

.myTextColor { color: #776A5A; }

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

This text font color is #776A5A.


Background Color

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

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

This div background color is #776A5A.


Border color

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

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

This div border color is #776A5A.


Opacity

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

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

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

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

This text has shadow with #776A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A5A on black background.


Color preview on white background

This text has color #776A5A on white background.



Black color preview on #776A5A background

This text has black color on #776A5A background.


White color preview on #776A5A background

This text has white color on #776A5A background.