COLOR #776368

HEX: #776368
RGB: (119,99,104)

Color info

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

RGB color model

#776368 color RGB value is (119,99,104).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 104 of 255 = 41%

119
99
104

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 104 = 322 (100%)
R 119 of 322 ~ 36.96%
G 99 of 322 ~ 30.75%
B 104 of 322 ~ 32.3%

%36.96
%30.75
%32.3

CMYK color model

#776368 color CMYK value is (0,17,13,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(0,17,13,53)
C0M17Y13K53 
(0%,17%,13%,53%)
(0.00/0.17/0.13/0.53)	

CMYK percentages

%0
%16.81
%12.61
%53.33

Codes

Color #776368 in popluar color models

776368
RGB11999104
HSL345°9.17%42.75%
HSB/HSV345°16.81%46.67%
CMYK0.00%16.81%12.61%
53.33%

Color #776368 in popluar number systems.

HEX776368
Decimal11999104
Binary111011111000111101000
Octal167143150

Shades and tints

Shades of #776368

#776368
(119,99,104)
#6D5A5F
(109,90,95)
#635156
(99,81,86)
#59484D
(89,72,77)
#4F3F44
(79,63,68)
#45363B
(69,54,59)
#3B2D32
(59,45,50)
#312429
(49,36,41)
#271B20
(39,27,32)
#1D1217
(29,18,23)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #776368

#776368
(119,99,104)
#837175
(131,113,117)
#8F7F82
(143,127,130)
#9B8D8F
(155,141,143)
#A79B9C
(167,155,156)
#B3A9A9
(179,169,169)
#BFB7B6
(191,183,182)
#CBC5C3
(203,197,195)
#D7D3D0
(215,211,208)
#E3E1DD
(227,225,221)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776368; }

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

This text font color is #776368.


Background Color

.myBgColor { background-color: #776368; }

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

This div background color is #776368.


Border color

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

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

This div border color is #776368.


Opacity

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

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

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

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

This text has shadow with #776368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776368 on black background.


Color preview on white background

This text has color #776368 on white background.



Black color preview on #776368 background

This text has black color on #776368 background.


White color preview on #776368 background

This text has white color on #776368 background.