COLOR #776068

HEX: #776068
RGB: (119,96,104)

Color info

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

RGB color model

#776068 color RGB value is (119,96,104).

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

RGB channels and saturation

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

119
96
104

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

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 104 = 319 (100%)
R 119 of 319 ~ 37.3%
G 96 of 319 ~ 30.09%
B 104 of 319 ~ 32.6%

%37.3
%30.09
%32.6

CMYK color model

#776068 color CMYK value is (0,19,13,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(0,19,13,53)
C0M19Y13K53 
(0%,19%,13%,53%)
(0.00/0.19/0.13/0.53)	

CMYK percentages

%0
%19.33
%12.61
%53.33

Codes

Color #776068 in popluar color models

776068
RGB11996104
HSL339°10.70%42.16%
HSB/HSV339°19.33%46.67%
CMYK0.00%19.33%12.61%
53.33%

Color #776068 in popluar number systems.

HEX776068
Decimal11996104
Binary111011111000001101000
Octal167140150

Shades and tints

Shades of #776068

#776068
(119,96,104)
#6D585F
(109,88,95)
#635056
(99,80,86)
#59484D
(89,72,77)
#4F4044
(79,64,68)
#45383B
(69,56,59)
#3B3032
(59,48,50)
#312829
(49,40,41)
#272020
(39,32,32)
#1D1817
(29,24,23)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #776068

#776068
(119,96,104)
#836E75
(131,110,117)
#8F7C82
(143,124,130)
#9B8A8F
(155,138,143)
#A7989C
(167,152,156)
#B3A6A9
(179,166,169)
#BFB4B6
(191,180,182)
#CBC2C3
(203,194,195)
#D7D0D0
(215,208,208)
#E3DEDD
(227,222,221)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776068; }

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

This text font color is #776068.


Background Color

.myBgColor { background-color: #776068; }

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

This div background color is #776068.


Border color

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

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

This div border color is #776068.


Opacity

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

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

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

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

This text has shadow with #776068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776068 on black background.


Color preview on white background

This text has color #776068 on white background.



Black color preview on #776068 background

This text has black color on #776068 background.


White color preview on #776068 background

This text has white color on #776068 background.