COLOR #77725C

HEX: #77725C
RGB: (119,114,92)

Color info

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

RGB color model

#77725C color RGB value is (119,114,92).

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

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 92 of 255 = 36%

119
114
92

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

Portions of RGB colors in percentages

R + G + B =
119 + 114 + 92 = 325 (100%)
R 119 of 325 ~ 36.62%
G 114 of 325 ~ 35.08%
B 92 of 325 ~ 28.31%

%36.62
%35.08
%28.31

CMYK color model

#77725C color CMYK value is (0,4,23,53).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,4,23,53)
C0M4Y23K53 
(0%,4%,23%,53%)
(0.00/0.04/0.23/0.53)	

CMYK percentages

%0
%4.2
%22.69
%53.33

Codes

Color #77725C in popluar color models

77725C
RGB11911492
HSL49°12.80%41.37%
HSB/HSV49°22.69%46.67%
CMYK0.00%4.20%22.69%
53.33%

Color #77725C in popluar number systems.

HEX77725C
Decimal11911492
Binary111011111100101011100
Octal167162134

Shades and tints

Shades of #77725C

#77725C
(119,114,92)
#6D6854
(109,104,84)
#635E4C
(99,94,76)
#595444
(89,84,68)
#4F4A3C
(79,74,60)
#454034
(69,64,52)
#3B362C
(59,54,44)
#312C24
(49,44,36)
#27221C
(39,34,28)
#1D1814
(29,24,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #77725C

#77725C
(119,114,92)
#837E6A
(131,126,106)
#8F8A78
(143,138,120)
#9B9686
(155,150,134)
#A7A294
(167,162,148)
#B3AEA2
(179,174,162)
#BFBAB0
(191,186,176)
#CBC6BE
(203,198,190)
#D7D2CC
(215,210,204)
#E3DEDA
(227,222,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77725C; }

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

This text font color is #77725C.


Background Color

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

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

This div background color is #77725C.


Border color

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

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

This div border color is #77725C.


Opacity

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

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

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

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

This text has shadow with #77725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77725C on black background.


Color preview on white background

This text has color #77725C on white background.



Black color preview on #77725C background

This text has black color on #77725C background.


White color preview on #77725C background

This text has white color on #77725C background.