COLOR #77525C

HEX: #77525C RGB: (119,82,92)

Color info

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

RGB color model

#77525C color RGB value is (119,82,92).

RGB: (119,82,92) (47%, 32%, 36%)

RGB channels and saturation

R 119 of 255 = 47%
G 82 of 255 = 32%
B 92 of 255 = 36%

119
82
92

R + G + B ~ 38%. #77525C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 82 + 92 = 293 (100%)
R 119 of 293 ~ 40.61%
G 82 of 293 ~ 27.99%
B 92 of 293 ~ 31.4'%

%40.61
%27.99
%31.4

CMYK color model

#77525C color CMYK value is (0,31,23,53).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 22.69%
  • key color value is 53.33%

CMYK: (0,31,23,53)
C0M31Y23K53 (0%, 31%, 23%, 53%)
(0.00 / 0.31 / 0.23 / 0.53)

CMYK percentages

%0
%31.09
%22.69
%53.33

Codes

Color #77525C in popluar color models

77 52 5C
RGB 119 82 92
HSL 344° 18.41% 39.41%
HSB/HSV 344° 31.09% 46.67%
CMYK 0.00% 31.09% 22.69%
53.33%

Color #77525C in popluar number systems.

HEX 77 52 5C
Decimal 119 82 92
Binary 1110111 1010010 1011100
Octal 167 122 134

Shades and tints

Shades of #77525C

#77525C
(119,82,92)
#6D4B54
(109,75,84)
#63444C
(99,68,76)
#593D44
(89,61,68)
#4F363C
(79,54,60)
#452F34
(69,47,52)
#3B282C
(59,40,44)
#312124
(49,33,36)
#271A1C
(39,26,28)
#1D1314
(29,19,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #77525C

#77525C
(119,82,92)
#83616A
(131,97,106)
#8F7078
(143,112,120)
#9B7F86
(155,127,134)
#A78E94
(167,142,148)
#B39DA2
(179,157,162)
#BFACB0
(191,172,176)
#CBBBBE
(203,187,190)
#D7CACC
(215,202,204)
#E3D9DA
(227,217,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77525C; }

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

This text font color is #77525C.

Background Color

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

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

This div background color is #77525C.

Border color

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

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

This div border color is #77525C.

Opacity

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

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

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

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

This text has shadow with #77525C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77525C.

Preview

Color preview on black background

This text has color #77525C on black background.


Color preview on white background

This text has color #77525C on white background.


Black color preview on #77525C background

This text has black color on #77525C background.


White color preview on #77525C background

This text has white color on #77525C background.


Related colors

Complementary color

Complementary color for #hex is #88ADA3.


I love getcolorcode.com

Triadic colors

1 #5C7752 and #525C77 with #77525C are triadic colors.

2 #5C5277 and #52775C with #77525C are triadic colors.