COLOR #77504E

HEX: #77504E
RGB: (119,80,78)

Color info

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

RGB color model

#77504E color RGB value is (119,80,78).

  • red value is 119;
  • green value is 80;
  • blue value is 78.
RGB:
(119,80,78)
(47%,31%,31%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 78 of 255 = 31%

119
80
78

R + G + B ~ 36%. #77504E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 78 = 277 (100%)
R 119 of 277 ~ 42.96%
G 80 of 277 ~ 28.88%
B 78 of 277 ~ 28.16%

%42.96
%28.88
%28.16

CMYK color model

#77504E color CMYK value is (0,33,34,53).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 34.45%
  • key color value is 53.33%
CMYK:
(0,33,34,53)
C0M33Y34K53 
(0%,33%,34%,53%)
(0.00/0.33/0.34/0.53)	

CMYK percentages

%0
%32.77
%34.45
%53.33

Codes

Color #77504E in popluar color models

77504E
RGB1198078
HSL20.81%38.63%
HSB/HSV34.45%46.67%
CMYK0.00%32.77%34.45%
53.33%

Color #77504E in popluar number systems.

HEX77504E
Decimal1198078
Binary111011110100001001110
Octal167120116

Shades and tints

Shades of #77504E

#77504E
(119,80,78)
#6D4947
(109,73,71)
#634240
(99,66,64)
#593B39
(89,59,57)
#4F3432
(79,52,50)
#452D2B
(69,45,43)
#3B2624
(59,38,36)
#311F1D
(49,31,29)
#271816
(39,24,22)
#1D110F
(29,17,15)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #77504E

#77504E
(119,80,78)
#835F5E
(131,95,94)
#8F6E6E
(143,110,110)
#9B7D7E
(155,125,126)
#A78C8E
(167,140,142)
#B39B9E
(179,155,158)
#BFAAAE
(191,170,174)
#CBB9BE
(203,185,190)
#D7C8CE
(215,200,206)
#E3D7DE
(227,215,222)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77504E color. Also use rgb(119,80,78) instead hex code.

Text Font Color

.myTextColor { color: #77504E; }

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

This text font color is #77504E.


Background Color

.myBgColor { background-color: #77504E; }

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

This div background color is #77504E.


Border color

.myBorderColor { border: 1px solid #77504E; }

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

This div border color is #77504E.


Opacity

.myOpacity80 { color: #77504E; opacity: 0.8; }

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

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

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

This text has shadow with #77504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77504E on black background.


Color preview on white background

This text has color #77504E on white background.



Black color preview on #77504E background

This text has black color on #77504E background.


White color preview on #77504E background

This text has white color on #77504E background.