COLOR #776266

HEX: #776266
RGB: (119,98,102)

Color info

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

RGB color model

#776266 color RGB value is (119,98,102).

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

RGB channels and saturation

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

119
98
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 102 = 319 (100%)
R 119 of 319 ~ 37.3%
G 98 of 319 ~ 30.72%
B 102 of 319 ~ 31.97%

%37.3
%30.72
%31.97

CMYK color model

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

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

CMYK percentages

%0
%17.65
%14.29
%53.33

Codes

Color #776266 in popluar color models

776266
RGB11998102
HSL349°9.68%42.55%
HSB/HSV349°17.65%46.67%
CMYK0.00%17.65%14.29%
53.33%

Color #776266 in popluar number systems.

HEX776266
Decimal11998102
Binary111011111000101100110
Octal167142146

Shades and tints

Shades of #776266

#776266
(119,98,102)
#6D5A5D
(109,90,93)
#635254
(99,82,84)
#594A4B
(89,74,75)
#4F4242
(79,66,66)
#453A39
(69,58,57)
#3B3230
(59,50,48)
#312A27
(49,42,39)
#27221E
(39,34,30)
#1D1A15
(29,26,21)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #776266

#776266
(119,98,102)
#837073
(131,112,115)
#8F7E80
(143,126,128)
#9B8C8D
(155,140,141)
#A79A9A
(167,154,154)
#B3A8A7
(179,168,167)
#BFB6B4
(191,182,180)
#CBC4C1
(203,196,193)
#D7D2CE
(215,210,206)
#E3E0DB
(227,224,219)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776266; }

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

This text font color is #776266.


Background Color

.myBgColor { background-color: #776266; }

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

This div background color is #776266.


Border color

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

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

This div border color is #776266.


Opacity

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

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

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

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

This text has shadow with #776266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776266 on black background.


Color preview on white background

This text has color #776266 on white background.



Black color preview on #776266 background

This text has black color on #776266 background.


White color preview on #776266 background

This text has white color on #776266 background.