COLOR #76618F

HEX: #76618F
RGB: (118,97,143)

Color info

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

RGB color model

#76618F color RGB value is (118,97,143).

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

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 143 of 255 = 56%

118
97
143

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

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 143 = 358 (100%)
R 118 of 358 ~ 32.96%
G 97 of 358 ~ 27.09%
B 143 of 358 ~ 39.94%

%32.96
%27.09
%39.94

CMYK color model

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

  • cyan value is 17.48%
  • 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

%17.48
%32.17
%0
%43.92

Codes

Color #76618F in popluar color models

76618F
RGB11897143
HSL267°19.17%47.06%
HSB/HSV267°32.17%56.08%
CMYK17.48%32.17%0.00%
43.92%

Color #76618F in popluar number systems.

HEX76618F
Decimal11897143
Binary1110110110000110001111
Octal166141217

Shades and tints

Shades of #76618F

#76618F
(118,97,143)
#6C5982
(108,89,130)
#625175
(98,81,117)
#584968
(88,73,104)
#4E415B
(78,65,91)
#44394E
(68,57,78)
#3A3141
(58,49,65)
#302934
(48,41,52)
#262127
(38,33,39)
#1C191A
(28,25,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #76618F

#76618F
(118,97,143)
#826F99
(130,111,153)
#8E7DA3
(142,125,163)
#9A8BAD
(154,139,173)
#A699B7
(166,153,183)
#B2A7C1
(178,167,193)
#BEB5CB
(190,181,203)
#CAC3D5
(202,195,213)
#D6D1DF
(214,209,223)
#E2DFE9
(226,223,233)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76618F; }

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

This text font color is #76618F.


Background Color

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

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

This div background color is #76618F.


Border color

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

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

This div border color is #76618F.


Opacity

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

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

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

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

This text has shadow with #76618F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76618F on black background.


Color preview on white background

This text has color #76618F on white background.



Black color preview on #76618F background

This text has black color on #76618F background.


White color preview on #76618F background

This text has white color on #76618F background.