COLOR #776262

HEX: #776262
RGB: (119,98,98)

Color info

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

RGB color model

#776262 color RGB value is (119,98,98).

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

RGB channels and saturation

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

119
98
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 98 = 315 (100%)
R 119 of 315 ~ 37.78%
G 98 of 315 ~ 31.11%
B 98 of 315 ~ 31.11%

%37.78
%31.11
%31.11

CMYK color model

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

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

CMYK percentages

%0
%17.65
%17.65
%53.33

Codes

Color #776262 in popluar color models

776262
RGB1199898
HSL9.68%42.55%
HSB/HSV17.65%46.67%
CMYK0.00%17.65%17.65%
53.33%

Color #776262 in popluar number systems.

HEX776262
Decimal1199898
Binary111011111000101100010
Octal167142142

Shades and tints

Shades of #776262

#776262
(119,98,98)
#6D5A5A
(109,90,90)
#635252
(99,82,82)
#594A4A
(89,74,74)
#4F4242
(79,66,66)
#453A3A
(69,58,58)
#3B3232
(59,50,50)
#312A2A
(49,42,42)
#272222
(39,34,34)
#1D1A1A
(29,26,26)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #776262

#776262
(119,98,98)
#837070
(131,112,112)
#8F7E7E
(143,126,126)
#9B8C8C
(155,140,140)
#A79A9A
(167,154,154)
#B3A8A8
(179,168,168)
#BFB6B6
(191,182,182)
#CBC4C4
(203,196,196)
#D7D2D2
(215,210,210)
#E3E0E0
(227,224,224)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776262; }

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

This text font color is #776262.


Background Color

.myBgColor { background-color: #776262; }

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

This div background color is #776262.


Border color

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

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

This div border color is #776262.


Opacity

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

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

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

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

This text has shadow with #776262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776262 on black background.


Color preview on white background

This text has color #776262 on white background.



Black color preview on #776262 background

This text has black color on #776262 background.


White color preview on #776262 background

This text has white color on #776262 background.