COLOR #76488C

HEX: #76488C
RGB: (118,72,140)

Color info

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

RGB color model

#76488C color RGB value is (118,72,140).

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

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 140 of 255 = 55%

118
72
140

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

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 140 = 330 (100%)
R 118 of 330 ~ 35.76%
G 72 of 330 ~ 21.82%
B 140 of 330 ~ 42.42%

%35.76
%21.82
%42.42

CMYK color model

#76488C color CMYK value is (16,49,0,45).

  • cyan value is 15.71%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,49,0,45)
C16M49Y0K45 
(16%,49%,0%,45%)
(0.16/0.49/0.00/0.45)	

CMYK percentages

%15.71
%48.57
%0
%45.1

Codes

Color #76488C in popluar color models

76488C
RGB11872140
HSL281°32.08%41.57%
HSB/HSV281°48.57%54.90%
CMYK15.71%48.57%0.00%
45.10%

Color #76488C in popluar number systems.

HEX76488C
Decimal11872140
Binary1110110100100010001100
Octal166110214

Shades and tints

Shades of #76488C

#76488C
(118,72,140)
#6C4280
(108,66,128)
#623C74
(98,60,116)
#583668
(88,54,104)
#4E305C
(78,48,92)
#442A50
(68,42,80)
#3A2444
(58,36,68)
#301E38
(48,30,56)
#26182C
(38,24,44)
#1C1220
(28,18,32)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #76488C

#76488C
(118,72,140)
#825896
(130,88,150)
#8E68A0
(142,104,160)
#9A78AA
(154,120,170)
#A688B4
(166,136,180)
#B298BE
(178,152,190)
#BEA8C8
(190,168,200)
#CAB8D2
(202,184,210)
#D6C8DC
(214,200,220)
#E2D8E6
(226,216,230)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76488C color. Also use rgb(118,72,140) instead hex code.

Text Font Color

.myTextColor { color: #76488C; }

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

This text font color is #76488C.


Background Color

.myBgColor { background-color: #76488C; }

<div style="background-color:#76488C">Inner text</div>

This div background color is #76488C.


Border color

.myBorderColor { border: 1px solid #76488C; }

<div style="border:3px solid #76488C">Div</div>

This div border color is #76488C.


Opacity

.myOpacity80 { color: #76488C; opacity: 0.8; }

<p style="color:#76488C;opacity:0.8;">80%</p>

Text with #76488C 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 #76488C;}

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

This text has shadow with #76488C color.

.textShadow {text-shadow: 3px 3px 1px #76488C, 3px 3px 1px red;}

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

This text has shadow with #76488C primary color and red secondary color.


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

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

This text has shadow with #76488C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76488C on black background.


Color preview on white background

This text has color #76488C on white background.



Black color preview on #76488C background

This text has black color on #76488C background.


White color preview on #76488C background

This text has white color on #76488C background.