COLOR #776268

HEX: #776268
RGB: (119,98,104)

Color info

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

RGB color model

#776268 color RGB value is (119,98,104).

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

RGB channels and saturation

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

119
98
104

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 104 = 321 (100%)
R 119 of 321 ~ 37.07%
G 98 of 321 ~ 30.53%
B 104 of 321 ~ 32.4%

%37.07
%30.53
%32.4

CMYK color model

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

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

CMYK percentages

%0
%17.65
%12.61
%53.33

Codes

Color #776268 in popluar color models

776268
RGB11998104
HSL343°9.68%42.55%
HSB/HSV343°17.65%46.67%
CMYK0.00%17.65%12.61%
53.33%

Color #776268 in popluar number systems.

HEX776268
Decimal11998104
Binary111011111000101101000
Octal167142150

Shades and tints

Shades of #776268

#776268
(119,98,104)
#6D5A5F
(109,90,95)
#635256
(99,82,86)
#594A4D
(89,74,77)
#4F4244
(79,66,68)
#453A3B
(69,58,59)
#3B3232
(59,50,50)
#312A29
(49,42,41)
#272220
(39,34,32)
#1D1A17
(29,26,23)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #776268

#776268
(119,98,104)
#837075
(131,112,117)
#8F7E82
(143,126,130)
#9B8C8F
(155,140,143)
#A79A9C
(167,154,156)
#B3A8A9
(179,168,169)
#BFB6B6
(191,182,182)
#CBC4C3
(203,196,195)
#D7D2D0
(215,210,208)
#E3E0DD
(227,224,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776268; }

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

This text font color is #776268.


Background Color

.myBgColor { background-color: #776268; }

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

This div background color is #776268.


Border color

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

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

This div border color is #776268.


Opacity

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

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

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

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

This text has shadow with #776268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776268 on black background.


Color preview on white background

This text has color #776268 on white background.



Black color preview on #776268 background

This text has black color on #776268 background.


White color preview on #776268 background

This text has white color on #776268 background.