COLOR #77515C

HEX: #77515C
RGB: (119,81,92)

Color info

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

RGB color model

#77515C color RGB value is (119,81,92).

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

RGB channels and saturation

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

119
81
92

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

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 92 = 292 (100%)
R 119 of 292 ~ 40.75%
G 81 of 292 ~ 27.74%
B 92 of 292 ~ 31.51%

%40.75
%27.74
%31.51

CMYK color model

#77515C color CMYK value is (0,32,23,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,32,23,53)
C0M32Y23K53 
(0%,32%,23%,53%)
(0.00/0.32/0.23/0.53)	

CMYK percentages

%0
%31.93
%22.69
%53.33

Codes

Color #77515C in popluar color models

77515C
RGB1198192
HSL343°19.00%39.22%
HSB/HSV343°31.93%46.67%
CMYK0.00%31.93%22.69%
53.33%

Color #77515C in popluar number systems.

HEX77515C
Decimal1198192
Binary111011110100011011100
Octal167121134

Shades and tints

Shades of #77515C

#77515C
(119,81,92)
#6D4A54
(109,74,84)
#63434C
(99,67,76)
#593C44
(89,60,68)
#4F353C
(79,53,60)
#452E34
(69,46,52)
#3B272C
(59,39,44)
#312024
(49,32,36)
#27191C
(39,25,28)
#1D1214
(29,18,20)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #77515C

#77515C
(119,81,92)
#83606A
(131,96,106)
#8F6F78
(143,111,120)
#9B7E86
(155,126,134)
#A78D94
(167,141,148)
#B39CA2
(179,156,162)
#BFABB0
(191,171,176)
#CBBABE
(203,186,190)
#D7C9CC
(215,201,204)
#E3D8DA
(227,216,218)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77515C; }

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

This text font color is #77515C.


Background Color

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

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

This div background color is #77515C.


Border color

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

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

This div border color is #77515C.


Opacity

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

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

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

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

This text has shadow with #77515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77515C on black background.


Color preview on white background

This text has color #77515C on white background.



Black color preview on #77515C background

This text has black color on #77515C background.


White color preview on #77515C background

This text has white color on #77515C background.