COLOR #77487A

HEX: #77487A
RGB: (119,72,122)

Color info

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

RGB color model

#77487A color RGB value is (119,72,122).

  • red value is 119;
  • green value is 72;
  • blue value is 122.
RGB:
(119,72,122)
(47%,28%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 72 of 255 = 28%
B 122 of 255 = 48%

119
72
122

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

Portions of RGB colors in percentages

R + G + B =
119 + 72 + 122 = 313 (100%)
R 119 of 313 ~ 38.02%
G 72 of 313 ~ 23%
B 122 of 313 ~ 38.98%

%38.02
%23
%38.98

CMYK color model

#77487A color CMYK value is (2,41,0,52).

  • cyan value is 2.46%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,41,0,52)
C2M41Y0K52 
(2%,41%,0%,52%)
(0.02/0.41/0.00/0.52)	

CMYK percentages

%2.46
%40.98
%0
%52.16

Codes

Color #77487A in popluar color models

77487A
RGB11972122
HSL296°25.77%38.04%
HSB/HSV296°40.98%47.84%
CMYK2.46%40.98%0.00%
52.16%

Color #77487A in popluar number systems.

HEX77487A
Decimal11972122
Binary111011110010001111010
Octal167110172

Shades and tints

Shades of #77487A

#77487A
(119,72,122)
#6D426F
(109,66,111)
#633C64
(99,60,100)
#593659
(89,54,89)
#4F304E
(79,48,78)
#452A43
(69,42,67)
#3B2438
(59,36,56)
#311E2D
(49,30,45)
#271822
(39,24,34)
#1D1217
(29,18,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #77487A

#77487A
(119,72,122)
#835886
(131,88,134)
#8F6892
(143,104,146)
#9B789E
(155,120,158)
#A788AA
(167,136,170)
#B398B6
(179,152,182)
#BFA8C2
(191,168,194)
#CBB8CE
(203,184,206)
#D7C8DA
(215,200,218)
#E3D8E6
(227,216,230)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77487A color. Also use rgb(119,72,122) instead hex code.

Text Font Color

.myTextColor { color: #77487A; }

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

This text font color is #77487A.


Background Color

.myBgColor { background-color: #77487A; }

<div style="background-color:#77487A">Inner text</div>

This div background color is #77487A.


Border color

.myBorderColor { border: 1px solid #77487A; }

<div style="border:3px solid #77487A">Div</div>

This div border color is #77487A.


Opacity

.myOpacity80 { color: #77487A; opacity: 0.8; }

<p style="color:#77487A;opacity:0.8;">80%</p>

Text with #77487A 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 #77487A;}

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

This text has shadow with #77487A color.

.textShadow {text-shadow: 3px 3px 1px #77487A, 3px 3px 1px red;}

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

This text has shadow with #77487A primary color and red secondary color.


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

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

This text has shadow with #77487A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77487A on black background.


Color preview on white background

This text has color #77487A on white background.



Black color preview on #77487A background

This text has black color on #77487A background.


White color preview on #77487A background

This text has white color on #77487A background.