COLOR #76478A

HEX: #76478A
RGB: (118,71,138)

Color info

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

RGB color model

#76478A color RGB value is (118,71,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 138 of 255 = 54%

118
71
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 138 = 327 (100%)
R 118 of 327 ~ 36.09%
G 71 of 327 ~ 21.71%
B 138 of 327 ~ 42.2%

%36.09
%21.71
%42.2

CMYK color model

#76478A color CMYK value is (14,49,0,46).

  • cyan value is 14.49%
  • magenta value is 48.55%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,49,0,46)
C14M49Y0K46 
(14%,49%,0%,46%)
(0.14/0.49/0.00/0.46)	

CMYK percentages

%14.49
%48.55
%0
%45.88

Codes

Color #76478A in popluar color models

76478A
RGB11871138
HSL282°32.06%40.98%
HSB/HSV282°48.55%54.12%
CMYK14.49%48.55%0.00%
45.88%

Color #76478A in popluar number systems.

HEX76478A
Decimal11871138
Binary1110110100011110001010
Octal166107212

Shades and tints

Shades of #76478A

#76478A
(118,71,138)
#6C417E
(108,65,126)
#623B72
(98,59,114)
#583566
(88,53,102)
#4E2F5A
(78,47,90)
#44294E
(68,41,78)
#3A2342
(58,35,66)
#301D36
(48,29,54)
#26172A
(38,23,42)
#1C111E
(28,17,30)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #76478A

#76478A
(118,71,138)
#825794
(130,87,148)
#8E679E
(142,103,158)
#9A77A8
(154,119,168)
#A687B2
(166,135,178)
#B297BC
(178,151,188)
#BEA7C6
(190,167,198)
#CAB7D0
(202,183,208)
#D6C7DA
(214,199,218)
#E2D7E4
(226,215,228)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76478A; }

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

This text font color is #76478A.


Background Color

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

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

This div background color is #76478A.


Border color

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

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

This div border color is #76478A.


Opacity

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

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

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

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

This text has shadow with #76478A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76478A on black background.


Color preview on white background

This text has color #76478A on white background.



Black color preview on #76478A background

This text has black color on #76478A background.


White color preview on #76478A background

This text has white color on #76478A background.