COLOR #77505B

HEX: #77505B
RGB: (119,80,91)

Color info

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

RGB color model

#77505B color RGB value is (119,80,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 91 of 255 = 36%

119
80
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 91 = 290 (100%)
R 119 of 290 ~ 41.03%
G 80 of 290 ~ 27.59%
B 91 of 290 ~ 31.38%

%41.03
%27.59
%31.38

CMYK color model

#77505B color CMYK value is (0,33,24,53).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK: (0,33,24,53) C0M33Y24K53 (0%,33%,24%,53%) (0.00/0.33/0.24/0.53)

CMYK percentages

%0
%32.77
%23.53
%53.33

Codes

Color #77505B in popluar color models

77505B
RGB1198091
HSL343°19.60%39.02%
HSB/HSV343°32.77%46.67%
CMYK0.00%32.77%23.53%
53.33%

Color #77505B in popluar number systems.

HEX77505B
Decimal1198091
Binary111011110100001011011
Octal167120133

Shades and tints

Shades of #77505B

#77505B
(119,80,91)
#6D4953
(109,73,83)
#63424B
(99,66,75)
#593B43
(89,59,67)
#4F343B
(79,52,59)
#452D33
(69,45,51)
#3B262B
(59,38,43)
#311F23
(49,31,35)
#27181B
(39,24,27)
#1D1113
(29,17,19)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #77505B

#77505B
(119,80,91)
#835F69
(131,95,105)
#8F6E77
(143,110,119)
#9B7D85
(155,125,133)
#A78C93
(167,140,147)
#B39BA1
(179,155,161)
#BFAAAF
(191,170,175)
#CBB9BD
(203,185,189)
#D7C8CB
(215,200,203)
#E3D7D9
(227,215,217)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77505B color. Also use rgb(119,80,91) instead hex code.

Text Font Color

.myTextColor { color: #77505B; }

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

This text font color is #77505B.


Background Color

.myBgColor { background-color: #77505B; }

<div style="background-color:#77505B">Inner text</div>

This div background color is #77505B.


Border color

.myBorderColor { border: 1px solid #77505B; }

<div style="border:3px solid #77505B">Div</div>

This div border color is #77505B.


Opacity

.myOpacity80 { color: #77505B; opacity: 0.8; }

<p style="color:#77505B;opacity:0.8;">80%</p>

Text with #77505B 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 #77505B;}

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

This text has shadow with #77505B color.

.textShadow {text-shadow: 3px 3px 1px #77505B, 3px 3px 1px red;}

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

This text has shadow with #77505B primary color and red secondary color.


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

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

This text has shadow with #77505B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #77505B; -webkit-box-shadow:	1px 1px 3px 2px #77505B; box-shadow:	1px 1px 3px 2px #77505B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77505B; -webkit-box-shadow: 1px 1px 3px 2px #77505B; box-shadow:1px 1px 3px 2px #77505B;">
Div content here</div>
This div box has shadow with color #77505B.

Preview

Color preview on black background

This text has color #77505B on black background.


Color preview on white background

This text has color #77505B on white background.



Black color preview on #77505B background

This text has black color on #77505B background.


White color preview on #77505B background

This text has white color on #77505B background.