COLOR #77618F

HEX: #77618F
RGB: (119,97,143)

Color info

#77618F contains red, green and blue colors in about the same proportion. Web safe color of #77618F is #666699 (or #669).

RGB color model

#77618F color RGB value is (119,97,143).

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

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 143 of 255 = 56%

119
97
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 143 = 359 (100%)
R 119 of 359 ~ 33.15%
G 97 of 359 ~ 27.02%
B 143 of 359 ~ 39.83%

%33.15
%27.02
%39.83

CMYK color model

#77618F color CMYK value is (17,32,0,44).

  • cyan value is 16.78%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,32,0,44)
C17M32Y0K44 
(17%,32%,0%,44%)
(0.17/0.32/0.00/0.44)	

CMYK percentages

%16.78
%32.17
%0
%43.92

Codes

Color #77618F in popluar color models

77618F
RGB11997143
HSL269°19.17%47.06%
HSB/HSV269°32.17%56.08%
CMYK16.78%32.17%0.00%
43.92%

Color #77618F in popluar number systems.

HEX77618F
Decimal11997143
Binary1110111110000110001111
Octal167141217

Shades and tints

Shades of #77618F

#77618F
(119,97,143)
#6D5982
(109,89,130)
#635175
(99,81,117)
#594968
(89,73,104)
#4F415B
(79,65,91)
#45394E
(69,57,78)
#3B3141
(59,49,65)
#312934
(49,41,52)
#272127
(39,33,39)
#1D191A
(29,25,26)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #77618F

#77618F
(119,97,143)
#836F99
(131,111,153)
#8F7DA3
(143,125,163)
#9B8BAD
(155,139,173)
#A799B7
(167,153,183)
#B3A7C1
(179,167,193)
#BFB5CB
(191,181,203)
#CBC3D5
(203,195,213)
#D7D1DF
(215,209,223)
#E3DFE9
(227,223,233)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77618F; }

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

This text font color is #77618F.


Background Color

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

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

This div background color is #77618F.


Border color

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

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

This div border color is #77618F.


Opacity

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

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

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

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

This text has shadow with #77618F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77618F on black background.


Color preview on white background

This text has color #77618F on white background.



Black color preview on #77618F background

This text has black color on #77618F background.


White color preview on #77618F background

This text has white color on #77618F background.