COLOR #77488E

HEX: #77488E
RGB: (119,72,142)

Color info

#77488E contains mainly red and blue colors. Web safe color of #77488E is #663399 (or #639).

RGB color model

#77488E color RGB value is (119,72,142).

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

RGB channels and saturation

R 119 of 255 = 47%
G 72 of 255 = 28%
B 142 of 255 = 56%

119
72
142

R + G + B ~ 44%. #77488E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 72 + 142 = 333 (100%)
R 119 of 333 ~ 35.74%
G 72 of 333 ~ 21.62%
B 142 of 333 ~ 42.64%

%35.74
%21.62
%42.64

CMYK color model

#77488E color CMYK value is (16,49,0,44).

  • cyan value is 16.20%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,49,0,44)
C16M49Y0K44 
(16%,49%,0%,44%)
(0.16/0.49/0.00/0.44)	

CMYK percentages

%16.2
%49.3
%0
%44.31

Codes

Color #77488E in popluar color models

77488E
RGB11972142
HSL280°32.71%41.96%
HSB/HSV280°49.30%55.69%
CMYK16.20%49.30%0.00%
44.31%

Color #77488E in popluar number systems.

HEX77488E
Decimal11972142
Binary1110111100100010001110
Octal167110216

Shades and tints

Shades of #77488E

#77488E
(119,72,142)
#6D4282
(109,66,130)
#633C76
(99,60,118)
#59366A
(89,54,106)
#4F305E
(79,48,94)
#452A52
(69,42,82)
#3B2446
(59,36,70)
#311E3A
(49,30,58)
#27182E
(39,24,46)
#1D1222
(29,18,34)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #77488E

#77488E
(119,72,142)
#835898
(131,88,152)
#8F68A2
(143,104,162)
#9B78AC
(155,120,172)
#A788B6
(167,136,182)
#B398C0
(179,152,192)
#BFA8CA
(191,168,202)
#CBB8D4
(203,184,212)
#D7C8DE
(215,200,222)
#E3D8E8
(227,216,232)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77488E color. Also use rgb(119,72,142) instead hex code.

Text Font Color

.myTextColor { color: #77488E; }

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

This text font color is #77488E.


Background Color

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

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

This div background color is #77488E.


Border color

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

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

This div border color is #77488E.


Opacity

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

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

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

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

This text has shadow with #77488E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77488E on black background.


Color preview on white background

This text has color #77488E on white background.



Black color preview on #77488E background

This text has black color on #77488E background.


White color preview on #77488E background

This text has white color on #77488E background.