COLOR #76548C

HEX: #76548C
RGB: (118,84,140)

Color info

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

RGB color model

#76548C color RGB value is (118,84,140).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 140 of 255 = 55%

118
84
140

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

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 140 = 342 (100%)
R 118 of 342 ~ 34.5%
G 84 of 342 ~ 24.56%
B 140 of 342 ~ 40.94%

%34.5
%24.56
%40.94

CMYK color model

#76548C color CMYK value is (16,40,0,45).

  • cyan value is 15.71%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,40,0,45)
C16M40Y0K45 
(16%,40%,0%,45%)
(0.16/0.40/0.00/0.45)	

CMYK percentages

%15.71
%40
%0
%45.1

Codes

Color #76548C in popluar color models

76548C
RGB11884140
HSL276°25.00%43.92%
HSB/HSV276°40.00%54.90%
CMYK15.71%40.00%0.00%
45.10%

Color #76548C in popluar number systems.

HEX76548C
Decimal11884140
Binary1110110101010010001100
Octal166124214

Shades and tints

Shades of #76548C

#76548C
(118,84,140)
#6C4D80
(108,77,128)
#624674
(98,70,116)
#583F68
(88,63,104)
#4E385C
(78,56,92)
#443150
(68,49,80)
#3A2A44
(58,42,68)
#302338
(48,35,56)
#261C2C
(38,28,44)
#1C1520
(28,21,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #76548C

#76548C
(118,84,140)
#826396
(130,99,150)
#8E72A0
(142,114,160)
#9A81AA
(154,129,170)
#A690B4
(166,144,180)
#B29FBE
(178,159,190)
#BEAEC8
(190,174,200)
#CABDD2
(202,189,210)
#D6CCDC
(214,204,220)
#E2DBE6
(226,219,230)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76548C; }

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

This text font color is #76548C.


Background Color

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

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

This div background color is #76548C.


Border color

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

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

This div border color is #76548C.


Opacity

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

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

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

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

This text has shadow with #76548C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76548C on black background.


Color preview on white background

This text has color #76548C on white background.



Black color preview on #76548C background

This text has black color on #76548C background.


White color preview on #76548C background

This text has white color on #76548C background.