COLOR #77468F

HEX: #77468F
RGB: (119,70,143)

Color info

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

RGB color model

#77468F color RGB value is (119,70,143).

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

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 143 of 255 = 56%

119
70
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 143 = 332 (100%)
R 119 of 332 ~ 35.84%
G 70 of 332 ~ 21.08%
B 143 of 332 ~ 43.07%

%35.84
%21.08
%43.07

CMYK color model

#77468F color CMYK value is (17,51,0,44).

  • cyan value is 16.78%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,51,0,44)
C17M51Y0K44 
(17%,51%,0%,44%)
(0.17/0.51/0.00/0.44)	

CMYK percentages

%16.78
%51.05
%0
%43.92

Codes

Color #77468F in popluar color models

77468F
RGB11970143
HSL280°34.27%41.76%
HSB/HSV280°51.05%56.08%
CMYK16.78%51.05%0.00%
43.92%

Color #77468F in popluar number systems.

HEX77468F
Decimal11970143
Binary1110111100011010001111
Octal167106217

Shades and tints

Shades of #77468F

#77468F
(119,70,143)
#6D4082
(109,64,130)
#633A75
(99,58,117)
#593468
(89,52,104)
#4F2E5B
(79,46,91)
#45284E
(69,40,78)
#3B2241
(59,34,65)
#311C34
(49,28,52)
#271627
(39,22,39)
#1D101A
(29,16,26)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #77468F

#77468F
(119,70,143)
#835699
(131,86,153)
#8F66A3
(143,102,163)
#9B76AD
(155,118,173)
#A786B7
(167,134,183)
#B396C1
(179,150,193)
#BFA6CB
(191,166,203)
#CBB6D5
(203,182,213)
#D7C6DF
(215,198,223)
#E3D6E9
(227,214,233)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77468F; }

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

This text font color is #77468F.


Background Color

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

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

This div background color is #77468F.


Border color

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

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

This div border color is #77468F.


Opacity

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

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

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

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

This text has shadow with #77468F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77468F on black background.


Color preview on white background

This text has color #77468F on white background.



Black color preview on #77468F background

This text has black color on #77468F background.


White color preview on #77468F background

This text has white color on #77468F background.