COLOR #77407D

HEX: #77407D
RGB: (119,64,125)

Color info

#77407D contains mainly red and blue colors. Web safe color of #77407D is #663366 (or #636).

RGB color model

#77407D color RGB value is (119,64,125).

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

RGB channels and saturation

R 119 of 255 = 47%
G 64 of 255 = 25%
B 125 of 255 = 49%

119
64
125

R + G + B ~ 40%. #77407D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 64 + 125 = 308 (100%)
R 119 of 308 ~ 38.64%
G 64 of 308 ~ 20.78%
B 125 of 308 ~ 40.58%

%38.64
%20.78
%40.58

CMYK color model

#77407D color CMYK value is (5,49,0,51).

  • cyan value is 4.80%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(5,49,0,51)
C5M49Y0K51 
(5%,49%,0%,51%)
(0.05/0.49/0.00/0.51)	

CMYK percentages

%4.8
%48.8
%0
%50.98

Codes

Color #77407D in popluar color models

77407D
RGB11964125
HSL294°32.28%37.06%
HSB/HSV294°48.80%49.02%
CMYK4.80%48.80%0.00%
50.98%

Color #77407D in popluar number systems.

HEX77407D
Decimal11964125
Binary111011110000001111101
Octal167100175

Shades and tints

Shades of #77407D

#77407D
(119,64,125)
#6D3B72
(109,59,114)
#633667
(99,54,103)
#59315C
(89,49,92)
#4F2C51
(79,44,81)
#452746
(69,39,70)
#3B223B
(59,34,59)
#311D30
(49,29,48)
#271825
(39,24,37)
#1D131A
(29,19,26)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #77407D

#77407D
(119,64,125)
#835188
(131,81,136)
#8F6293
(143,98,147)
#9B739E
(155,115,158)
#A784A9
(167,132,169)
#B395B4
(179,149,180)
#BFA6BF
(191,166,191)
#CBB7CA
(203,183,202)
#D7C8D5
(215,200,213)
#E3D9E0
(227,217,224)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77407D color. Also use rgb(119,64,125) instead hex code.

Text Font Color

.myTextColor { color: #77407D; }

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

This text font color is #77407D.


Background Color

.myBgColor { background-color: #77407D; }

<div style="background-color:#77407D">Inner text</div>

This div background color is #77407D.


Border color

.myBorderColor { border: 1px solid #77407D; }

<div style="border:3px solid #77407D">Div</div>

This div border color is #77407D.


Opacity

.myOpacity80 { color: #77407D; opacity: 0.8; }

<p style="color:#77407D;opacity:0.8;">80%</p>

Text with #77407D 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 #77407D;}

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

This text has shadow with #77407D color.

.textShadow {text-shadow: 3px 3px 1px #77407D, 3px 3px 1px red;}

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

This text has shadow with #77407D primary color and red secondary color.


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

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

This text has shadow with #77407D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77407D on black background.


Color preview on white background

This text has color #77407D on white background.



Black color preview on #77407D background

This text has black color on #77407D background.


White color preview on #77407D background

This text has white color on #77407D background.