COLOR #776472

HEX: #776472
RGB: (119,100,114)

Color info

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

RGB color model

#776472 color RGB value is (119,100,114).

  • red value is 119;
  • green value is 100;
  • blue value is 114.
RGB:
(119,100,114)
(47%,39%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 114 of 255 = 45%

119
100
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 114 = 333 (100%)
R 119 of 333 ~ 35.74%
G 100 of 333 ~ 30.03%
B 114 of 333 ~ 34.23%

%35.74
%30.03
%34.23

CMYK color model

#776472 color CMYK value is (0,16,4,53).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(0,16,4,53)
C0M16Y4K53 
(0%,16%,4%,53%)
(0.00/0.16/0.04/0.53)	

CMYK percentages

%0
%15.97
%4.2
%53.33

Codes

Color #776472 in popluar color models

776472
RGB119100114
HSL316°8.68%42.94%
HSB/HSV316°15.97%46.67%
CMYK0.00%15.97%4.20%
53.33%

Color #776472 in popluar number systems.

HEX776472
Decimal119100114
Binary111011111001001110010
Octal167144162

Shades and tints

Shades of #776472

#776472
(119,100,114)
#6D5B68
(109,91,104)
#63525E
(99,82,94)
#594954
(89,73,84)
#4F404A
(79,64,74)
#453740
(69,55,64)
#3B2E36
(59,46,54)
#31252C
(49,37,44)
#271C22
(39,28,34)
#1D1318
(29,19,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #776472

#776472
(119,100,114)
#83727E
(131,114,126)
#8F808A
(143,128,138)
#9B8E96
(155,142,150)
#A79CA2
(167,156,162)
#B3AAAE
(179,170,174)
#BFB8BA
(191,184,186)
#CBC6C6
(203,198,198)
#D7D4D2
(215,212,210)
#E3E2DE
(227,226,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776472 color. Also use rgb(119,100,114) instead hex code.

Text Font Color

.myTextColor { color: #776472; }

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

This text font color is #776472.


Background Color

.myBgColor { background-color: #776472; }

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

This div background color is #776472.


Border color

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

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

This div border color is #776472.


Opacity

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

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

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

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

This text has shadow with #776472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776472 on black background.


Color preview on white background

This text has color #776472 on white background.



Black color preview on #776472 background

This text has black color on #776472 background.


White color preview on #776472 background

This text has white color on #776472 background.