COLOR #77468A

HEX: #77468A
RGB: (119,70,138)

Color info

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

RGB color model

#77468A color RGB value is (119,70,138).

  • red value is 119;
  • green value is 70;
  • blue value is 138.
RGB:
(119,70,138)
(47%,27%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 138 of 255 = 54%

119
70
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 138 = 327 (100%)
R 119 of 327 ~ 36.39%
G 70 of 327 ~ 21.41%
B 138 of 327 ~ 42.2%

%36.39
%21.41
%42.2

CMYK color model

#77468A color CMYK value is (14,49,0,46).

  • cyan value is 13.77%
  • magenta value is 49.28%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,49,0,46)
C14M49Y0K46 
(14%,49%,0%,46%)
(0.14/0.49/0.00/0.46)	

CMYK percentages

%13.77
%49.28
%0
%45.88

Codes

Color #77468A in popluar color models

77468A
RGB11970138
HSL283°32.69%40.78%
HSB/HSV283°49.28%54.12%
CMYK13.77%49.28%0.00%
45.88%

Color #77468A in popluar number systems.

HEX77468A
Decimal11970138
Binary1110111100011010001010
Octal167106212

Shades and tints

Shades of #77468A

#77468A
(119,70,138)
#6D407E
(109,64,126)
#633A72
(99,58,114)
#593466
(89,52,102)
#4F2E5A
(79,46,90)
#45284E
(69,40,78)
#3B2242
(59,34,66)
#311C36
(49,28,54)
#27162A
(39,22,42)
#1D101E
(29,16,30)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #77468A

#77468A
(119,70,138)
#835694
(131,86,148)
#8F669E
(143,102,158)
#9B76A8
(155,118,168)
#A786B2
(167,134,178)
#B396BC
(179,150,188)
#BFA6C6
(191,166,198)
#CBB6D0
(203,182,208)
#D7C6DA
(215,198,218)
#E3D6E4
(227,214,228)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77468A color. Also use rgb(119,70,138) instead hex code.

Text Font Color

.myTextColor { color: #77468A; }

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

This text font color is #77468A.


Background Color

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

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

This div background color is #77468A.


Border color

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

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

This div border color is #77468A.


Opacity

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

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

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

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

This text has shadow with #77468A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77468A on black background.


Color preview on white background

This text has color #77468A on white background.



Black color preview on #77468A background

This text has black color on #77468A background.


White color preview on #77468A background

This text has white color on #77468A background.