COLOR #776568

HEX: #776568
RGB: (119,101,104)

Color info

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

RGB color model

#776568 color RGB value is (119,101,104).

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

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 104 of 255 = 41%

119
101
104

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

Portions of RGB colors in percentages

R + G + B =
119 + 101 + 104 = 324 (100%)
R 119 of 324 ~ 36.73%
G 101 of 324 ~ 31.17%
B 104 of 324 ~ 32.1%

%36.73
%31.17
%32.1

CMYK color model

#776568 color CMYK value is (0,15,13,53).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(0,15,13,53)
C0M15Y13K53 
(0%,15%,13%,53%)
(0.00/0.15/0.13/0.53)	

CMYK percentages

%0
%15.13
%12.61
%53.33

Codes

Color #776568 in popluar color models

776568
RGB119101104
HSL350°8.18%43.14%
HSB/HSV350°15.13%46.67%
CMYK0.00%15.13%12.61%
53.33%

Color #776568 in popluar number systems.

HEX776568
Decimal119101104
Binary111011111001011101000
Octal167145150

Shades and tints

Shades of #776568

#776568
(119,101,104)
#6D5C5F
(109,92,95)
#635356
(99,83,86)
#594A4D
(89,74,77)
#4F4144
(79,65,68)
#45383B
(69,56,59)
#3B2F32
(59,47,50)
#312629
(49,38,41)
#271D20
(39,29,32)
#1D1417
(29,20,23)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #776568

#776568
(119,101,104)
#837375
(131,115,117)
#8F8182
(143,129,130)
#9B8F8F
(155,143,143)
#A79D9C
(167,157,156)
#B3ABA9
(179,171,169)
#BFB9B6
(191,185,182)
#CBC7C3
(203,199,195)
#D7D5D0
(215,213,208)
#E3E3DD
(227,227,221)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776568; }

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

This text font color is #776568.


Background Color

.myBgColor { background-color: #776568; }

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

This div background color is #776568.


Border color

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

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

This div border color is #776568.


Opacity

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

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

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

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

This text has shadow with #776568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776568 on black background.


Color preview on white background

This text has color #776568 on white background.



Black color preview on #776568 background

This text has black color on #776568 background.


White color preview on #776568 background

This text has white color on #776568 background.