COLOR #77405E

HEX: #77405E
RGB: (119,64,94)

Color info

#77405E contains red, green and blue colors in about the same proportion. Web safe color of #77405E is #663366 (or #636).

RGB color model

#77405E color RGB value is (119,64,94).

  • red value is 119;
  • green value is 64;
  • blue value is 94.
RGB:
(119,64,94)
(47%,25%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 64 of 255 = 25%
B 94 of 255 = 37%

119
64
94

R + G + B ~ 36%. #77405E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 64 + 94 = 277 (100%)
R 119 of 277 ~ 42.96%
G 64 of 277 ~ 23.1%
B 94 of 277 ~ 33.94%

%42.96
%23.1
%33.94

CMYK color model

#77405E color CMYK value is (0,46,21,53).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(0,46,21,53)
C0M46Y21K53 
(0%,46%,21%,53%)
(0.00/0.46/0.21/0.53)	

CMYK percentages

%0
%46.22
%21.01
%53.33

Codes

Color #77405E in popluar color models

77405E
RGB1196494
HSL327°30.05%35.88%
HSB/HSV327°46.22%46.67%
CMYK0.00%46.22%21.01%
53.33%

Color #77405E in popluar number systems.

HEX77405E
Decimal1196494
Binary111011110000001011110
Octal167100136

Shades and tints

Shades of #77405E

#77405E
(119,64,94)
#6D3B56
(109,59,86)
#63364E
(99,54,78)
#593146
(89,49,70)
#4F2C3E
(79,44,62)
#452736
(69,39,54)
#3B222E
(59,34,46)
#311D26
(49,29,38)
#27181E
(39,24,30)
#1D1316
(29,19,22)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #77405E

#77405E
(119,64,94)
#83516C
(131,81,108)
#8F627A
(143,98,122)
#9B7388
(155,115,136)
#A78496
(167,132,150)
#B395A4
(179,149,164)
#BFA6B2
(191,166,178)
#CBB7C0
(203,183,192)
#D7C8CE
(215,200,206)
#E3D9DC
(227,217,220)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77405E color. Also use rgb(119,64,94) instead hex code.

Text Font Color

.myTextColor { color: #77405E; }

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

This text font color is #77405E.


Background Color

.myBgColor { background-color: #77405E; }

<div style="background-color:#77405E">Inner text</div>

This div background color is #77405E.


Border color

.myBorderColor { border: 1px solid #77405E; }

<div style="border:3px solid #77405E">Div</div>

This div border color is #77405E.


Opacity

.myOpacity80 { color: #77405E; opacity: 0.8; }

<p style="color:#77405E;opacity:0.8;">80%</p>

Text with #77405E 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 #77405E;}

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

This text has shadow with #77405E color.

.textShadow {text-shadow: 3px 3px 1px #77405E, 3px 3px 1px red;}

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

This text has shadow with #77405E primary color and red secondary color.


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

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

This text has shadow with #77405E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77405E on black background.


Color preview on white background

This text has color #77405E on white background.



Black color preview on #77405E background

This text has black color on #77405E background.


White color preview on #77405E background

This text has white color on #77405E background.