COLOR #776362

HEX: #776362
RGB: (119,99,98)

Color info

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

RGB color model

#776362 color RGB value is (119,99,98).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 98 of 255 = 38%

119
99
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 98 = 316 (100%)
R 119 of 316 ~ 37.66%
G 99 of 316 ~ 31.33%
B 98 of 316 ~ 31.01%

%37.66
%31.33
%31.01

CMYK color model

#776362 color CMYK value is (0,17,18,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(0,17,18,53)
C0M17Y18K53 
(0%,17%,18%,53%)
(0.00/0.17/0.18/0.53)	

CMYK percentages

%0
%16.81
%17.65
%53.33

Codes

Color #776362 in popluar color models

776362
RGB1199998
HSL9.68%42.55%
HSB/HSV17.65%46.67%
CMYK0.00%16.81%17.65%
53.33%

Color #776362 in popluar number systems.

HEX776362
Decimal1199998
Binary111011111000111100010
Octal167143142

Shades and tints

Shades of #776362

#776362
(119,99,98)
#6D5A5A
(109,90,90)
#635152
(99,81,82)
#59484A
(89,72,74)
#4F3F42
(79,63,66)
#45363A
(69,54,58)
#3B2D32
(59,45,50)
#31242A
(49,36,42)
#271B22
(39,27,34)
#1D121A
(29,18,26)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #776362

#776362
(119,99,98)
#837170
(131,113,112)
#8F7F7E
(143,127,126)
#9B8D8C
(155,141,140)
#A79B9A
(167,155,154)
#B3A9A8
(179,169,168)
#BFB7B6
(191,183,182)
#CBC5C4
(203,197,196)
#D7D3D2
(215,211,210)
#E3E1E0
(227,225,224)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776362; }

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

This text font color is #776362.


Background Color

.myBgColor { background-color: #776362; }

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

This div background color is #776362.


Border color

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

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

This div border color is #776362.


Opacity

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

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

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

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

This text has shadow with #776362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776362 on black background.


Color preview on white background

This text has color #776362 on white background.



Black color preview on #776362 background

This text has black color on #776362 background.


White color preview on #776362 background

This text has white color on #776362 background.