COLOR #77524D

HEX: #77524D
RGB: (119,82,77)

Color info

#77524D contains red, green and blue colors in about the same proportion. Web safe color of #77524D is #666633 (or #663).

RGB color model

#77524D color RGB value is (119,82,77).

  • red value is 119;
  • green value is 82;
  • blue value is 77.
RGB:
(119,82,77)
(47%,32%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 82 of 255 = 32%
B 77 of 255 = 30%

119
82
77

R + G + B ~ 36%. #77524D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 82 + 77 = 278 (100%)
R 119 of 278 ~ 42.81%
G 82 of 278 ~ 29.5%
B 77 of 278 ~ 27.7%

%42.81
%29.5
%27.7

CMYK color model

#77524D color CMYK value is (0,31,35,53).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(0,31,35,53)
C0M31Y35K53 
(0%,31%,35%,53%)
(0.00/0.31/0.35/0.53)	

CMYK percentages

%0
%31.09
%35.29
%53.33

Codes

Color #77524D in popluar color models

77524D
RGB1198277
HSL21.43%38.43%
HSB/HSV35.29%46.67%
CMYK0.00%31.09%35.29%
53.33%

Color #77524D in popluar number systems.

HEX77524D
Decimal1198277
Binary111011110100101001101
Octal167122115

Shades and tints

Shades of #77524D

#77524D
(119,82,77)
#6D4B46
(109,75,70)
#63443F
(99,68,63)
#593D38
(89,61,56)
#4F3631
(79,54,49)
#452F2A
(69,47,42)
#3B2823
(59,40,35)
#31211C
(49,33,28)
#271A15
(39,26,21)
#1D130E
(29,19,14)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #77524D

#77524D
(119,82,77)
#83615D
(131,97,93)
#8F706D
(143,112,109)
#9B7F7D
(155,127,125)
#A78E8D
(167,142,141)
#B39D9D
(179,157,157)
#BFACAD
(191,172,173)
#CBBBBD
(203,187,189)
#D7CACD
(215,202,205)
#E3D9DD
(227,217,221)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77524D color. Also use rgb(119,82,77) instead hex code.

Text Font Color

.myTextColor { color: #77524D; }

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

This text font color is #77524D.


Background Color

.myBgColor { background-color: #77524D; }

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

This div background color is #77524D.


Border color

.myBorderColor { border: 1px solid #77524D; }

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

This div border color is #77524D.


Opacity

.myOpacity80 { color: #77524D; opacity: 0.8; }

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

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

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

This text has shadow with #77524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77524D on black background.


Color preview on white background

This text has color #77524D on white background.



Black color preview on #77524D background

This text has black color on #77524D background.


White color preview on #77524D background

This text has white color on #77524D background.