COLOR #77427D

HEX: #77427D
RGB: (119,66,125)

Color info

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

RGB color model

#77427D color RGB value is (119,66,125).

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

RGB channels and saturation

R 119 of 255 = 47%
G 66 of 255 = 26%
B 125 of 255 = 49%

119
66
125

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

Portions of RGB colors in percentages

R + G + B =
119 + 66 + 125 = 310 (100%)
R 119 of 310 ~ 38.39%
G 66 of 310 ~ 21.29%
B 125 of 310 ~ 40.32%

%38.39
%21.29
%40.32

CMYK color model

#77427D color CMYK value is (5,47,0,51).

  • cyan value is 4.80%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(5,47,0,51)
C5M47Y0K51 
(5%,47%,0%,51%)
(0.05/0.47/0.00/0.51)	

CMYK percentages

%4.8
%47.2
%0
%50.98

Codes

Color #77427D in popluar color models

77427D
RGB11966125
HSL294°30.89%37.45%
HSB/HSV294°47.20%49.02%
CMYK4.80%47.20%0.00%
50.98%

Color #77427D in popluar number systems.

HEX77427D
Decimal11966125
Binary111011110000101111101
Octal167102175

Shades and tints

Shades of #77427D

#77427D
(119,66,125)
#6D3C72
(109,60,114)
#633667
(99,54,103)
#59305C
(89,48,92)
#4F2A51
(79,42,81)
#452446
(69,36,70)
#3B1E3B
(59,30,59)
#311830
(49,24,48)
#271225
(39,18,37)
#1D0C1A
(29,12,26)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #77427D

#77427D
(119,66,125)
#835388
(131,83,136)
#8F6493
(143,100,147)
#9B759E
(155,117,158)
#A786A9
(167,134,169)
#B397B4
(179,151,180)
#BFA8BF
(191,168,191)
#CBB9CA
(203,185,202)
#D7CAD5
(215,202,213)
#E3DBE0
(227,219,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77427D; }

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

This text font color is #77427D.


Background Color

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

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

This div background color is #77427D.


Border color

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

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

This div border color is #77427D.


Opacity

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

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

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

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

This text has shadow with #77427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77427D on black background.


Color preview on white background

This text has color #77427D on white background.



Black color preview on #77427D background

This text has black color on #77427D background.


White color preview on #77427D background

This text has white color on #77427D background.