COLOR #76478B

HEX: #76478B
RGB: (118,71,139)

Color info

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

RGB color model

#76478B color RGB value is (118,71,139).

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

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 139 of 255 = 55%

118
71
139

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

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 139 = 328 (100%)
R 118 of 328 ~ 35.98%
G 71 of 328 ~ 21.65%
B 139 of 328 ~ 42.38%

%35.98
%21.65
%42.38

CMYK color model

#76478B color CMYK value is (15,49,0,45).

  • cyan value is 15.11%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(15,49,0,45)
C15M49Y0K45 
(15%,49%,0%,45%)
(0.15/0.49/0.00/0.45)	

CMYK percentages

%15.11
%48.92
%0
%45.49

Codes

Color #76478B in popluar color models

76478B
RGB11871139
HSL281°32.38%41.18%
HSB/HSV281°48.92%54.51%
CMYK15.11%48.92%0.00%
45.49%

Color #76478B in popluar number systems.

HEX76478B
Decimal11871139
Binary1110110100011110001011
Octal166107213

Shades and tints

Shades of #76478B

#76478B
(118,71,139)
#6C417F
(108,65,127)
#623B73
(98,59,115)
#583567
(88,53,103)
#4E2F5B
(78,47,91)
#44294F
(68,41,79)
#3A2343
(58,35,67)
#301D37
(48,29,55)
#26172B
(38,23,43)
#1C111F
(28,17,31)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #76478B

#76478B
(118,71,139)
#825795
(130,87,149)
#8E679F
(142,103,159)
#9A77A9
(154,119,169)
#A687B3
(166,135,179)
#B297BD
(178,151,189)
#BEA7C7
(190,167,199)
#CAB7D1
(202,183,209)
#D6C7DB
(214,199,219)
#E2D7E5
(226,215,229)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76478B; }

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

This text font color is #76478B.


Background Color

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

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

This div background color is #76478B.


Border color

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

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

This div border color is #76478B.


Opacity

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

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

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

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

This text has shadow with #76478B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76478B on black background.


Color preview on white background

This text has color #76478B on white background.



Black color preview on #76478B background

This text has black color on #76478B background.


White color preview on #76478B background

This text has white color on #76478B background.