COLOR #76408B

HEX: #76408B
RGB: (118,64,139)

Color info

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

RGB color model

#76408B color RGB value is (118,64,139).

  • red value is 118;
  • green value is 64;
  • blue value is 139.
RGB:
(118,64,139)
(46%,25%,55%)

RGB channels and saturation

R 118 of 255 = 46%
G 64 of 255 = 25%
B 139 of 255 = 55%

118
64
139

R + G + B ~ 42%. #76408B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 64 + 139 = 321 (100%)
R 118 of 321 ~ 36.76%
G 64 of 321 ~ 19.94%
B 139 of 321 ~ 43.3%

%36.76
%19.94
%43.3

CMYK color model

#76408B color CMYK value is (15,54,0,45).

  • cyan value is 15.11%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(15,54,0,45)
C15M54Y0K45 
(15%,54%,0%,45%)
(0.15/0.54/0.00/0.45)	

CMYK percentages

%15.11
%53.96
%0
%45.49

Codes

Color #76408B in popluar color models

76408B
RGB11864139
HSL283°36.95%39.80%
HSB/HSV283°53.96%54.51%
CMYK15.11%53.96%0.00%
45.49%

Color #76408B in popluar number systems.

HEX76408B
Decimal11864139
Binary1110110100000010001011
Octal166100213

Shades and tints

Shades of #76408B

#76408B
(118,64,139)
#6C3B7F
(108,59,127)
#623673
(98,54,115)
#583167
(88,49,103)
#4E2C5B
(78,44,91)
#44274F
(68,39,79)
#3A2243
(58,34,67)
#301D37
(48,29,55)
#26182B
(38,24,43)
#1C131F
(28,19,31)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #76408B

#76408B
(118,64,139)
#825195
(130,81,149)
#8E629F
(142,98,159)
#9A73A9
(154,115,169)
#A684B3
(166,132,179)
#B295BD
(178,149,189)
#BEA6C7
(190,166,199)
#CAB7D1
(202,183,209)
#D6C8DB
(214,200,219)
#E2D9E5
(226,217,229)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76408B color. Also use rgb(118,64,139) instead hex code.

Text Font Color

.myTextColor { color: #76408B; }

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

This text font color is #76408B.


Background Color

.myBgColor { background-color: #76408B; }

<div style="background-color:#76408B">Inner text</div>

This div background color is #76408B.


Border color

.myBorderColor { border: 1px solid #76408B; }

<div style="border:3px solid #76408B">Div</div>

This div border color is #76408B.


Opacity

.myOpacity80 { color: #76408B; opacity: 0.8; }

<p style="color:#76408B;opacity:0.8;">80%</p>

Text with #76408B 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 #76408B;}

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

This text has shadow with #76408B color.

.textShadow {text-shadow: 3px 3px 1px #76408B, 3px 3px 1px red;}

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

This text has shadow with #76408B primary color and red secondary color.


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

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

This text has shadow with #76408B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76408B on black background.


Color preview on white background

This text has color #76408B on white background.



Black color preview on #76408B background

This text has black color on #76408B background.


White color preview on #76408B background

This text has white color on #76408B background.