COLOR #77415B

HEX: #77415B
RGB: (119,65,91)

Color info

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

RGB color model

#77415B color RGB value is (119,65,91).

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

RGB channels and saturation

R 119 of 255 = 47%
G 65 of 255 = 25%
B 91 of 255 = 36%

119
65
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 65 + 91 = 275 (100%)
R 119 of 275 ~ 43.27%
G 65 of 275 ~ 23.64%
B 91 of 275 ~ 33.09%

%43.27
%23.64
%33.09

CMYK color model

#77415B color CMYK value is (0,45,24,53).

  • cyan value is 0.00%
  • magenta value is 45.38%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(0,45,24,53)
C0M45Y24K53 
(0%,45%,24%,53%)
(0.00/0.45/0.24/0.53)	

CMYK percentages

%0
%45.38
%23.53
%53.33

Codes

Color #77415B in popluar color models

77415B
RGB1196591
HSL331°29.35%36.08%
HSB/HSV331°45.38%46.67%
CMYK0.00%45.38%23.53%
53.33%

Color #77415B in popluar number systems.

HEX77415B
Decimal1196591
Binary111011110000011011011
Octal167101133

Shades and tints

Shades of #77415B

#77415B
(119,65,91)
#6D3C53
(109,60,83)
#63374B
(99,55,75)
#593243
(89,50,67)
#4F2D3B
(79,45,59)
#452833
(69,40,51)
#3B232B
(59,35,43)
#311E23
(49,30,35)
#27191B
(39,25,27)
#1D1413
(29,20,19)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #77415B

#77415B
(119,65,91)
#835269
(131,82,105)
#8F6377
(143,99,119)
#9B7485
(155,116,133)
#A78593
(167,133,147)
#B396A1
(179,150,161)
#BFA7AF
(191,167,175)
#CBB8BD
(203,184,189)
#D7C9CB
(215,201,203)
#E3DAD9
(227,218,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77415B; }

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

This text font color is #77415B.


Background Color

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

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

This div background color is #77415B.


Border color

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

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

This div border color is #77415B.


Opacity

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

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

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

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

This text has shadow with #77415B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77415B on black background.


Color preview on white background

This text has color #77415B on white background.



Black color preview on #77415B background

This text has black color on #77415B background.


White color preview on #77415B background

This text has white color on #77415B background.