COLOR #77494C

HEX: #77494C
RGB: (119,73,76)

Color info

#77494C contains red, green and blue colors in about the same proportion. Web safe color of #77494C is #663333 (or #633).

RGB color model

#77494C color RGB value is (119,73,76).

  • red value is 119;
  • green value is 73;
  • blue value is 76.
RGB:
(119,73,76)
(47%,29%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 73 of 255 = 29%
B 76 of 255 = 30%

119
73
76

R + G + B ~ 35%. #77494C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 73 + 76 = 268 (100%)
R 119 of 268 ~ 44.4%
G 73 of 268 ~ 27.24%
B 76 of 268 ~ 28.36%

%44.4
%27.24
%28.36

CMYK color model

#77494C color CMYK value is (0,39,36,53).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(0,39,36,53)
C0M39Y36K53 
(0%,39%,36%,53%)
(0.00/0.39/0.36/0.53)	

CMYK percentages

%0
%38.66
%36.13
%53.33

Codes

Color #77494C in popluar color models

77494C
RGB1197376
HSL356°23.96%37.65%
HSB/HSV356°38.66%46.67%
CMYK0.00%38.66%36.13%
53.33%

Color #77494C in popluar number systems.

HEX77494C
Decimal1197376
Binary111011110010011001100
Octal167111114

Shades and tints

Shades of #77494C

#77494C
(119,73,76)
#6D4346
(109,67,70)
#633D40
(99,61,64)
#59373A
(89,55,58)
#4F3134
(79,49,52)
#452B2E
(69,43,46)
#3B2528
(59,37,40)
#311F22
(49,31,34)
#27191C
(39,25,28)
#1D1316
(29,19,22)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #77494C

#77494C
(119,73,76)
#83595C
(131,89,92)
#8F696C
(143,105,108)
#9B797C
(155,121,124)
#A7898C
(167,137,140)
#B3999C
(179,153,156)
#BFA9AC
(191,169,172)
#CBB9BC
(203,185,188)
#D7C9CC
(215,201,204)
#E3D9DC
(227,217,220)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77494C color. Also use rgb(119,73,76) instead hex code.

Text Font Color

.myTextColor { color: #77494C; }

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

This text font color is #77494C.


Background Color

.myBgColor { background-color: #77494C; }

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

This div background color is #77494C.


Border color

.myBorderColor { border: 1px solid #77494C; }

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

This div border color is #77494C.


Opacity

.myOpacity80 { color: #77494C; opacity: 0.8; }

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

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

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

This text has shadow with #77494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77494C on black background.


Color preview on white background

This text has color #77494C on white background.



Black color preview on #77494C background

This text has black color on #77494C background.


White color preview on #77494C background

This text has white color on #77494C background.