COLOR #76477D

HEX: #76477D
RGB: (118,71,125)

Color info

#76477D contains red, green and blue colors in about the same proportion. Web safe color of #76477D is #663366 (or #636).

RGB color model

#76477D color RGB value is (118,71,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 125 of 255 = 49%

118
71
125

R + G + B ~ 41%. #76477D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 125 = 314 (100%)
R 118 of 314 ~ 37.58%
G 71 of 314 ~ 22.61%
B 125 of 314 ~ 39.81%

%37.58
%22.61
%39.81

CMYK color model

#76477D color CMYK value is (6,43,0,51).

  • cyan value is 5.60%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,43,0,51)
C6M43Y0K51 
(6%,43%,0%,51%)
(0.06/0.43/0.00/0.51)	

CMYK percentages

%5.6
%43.2
%0
%50.98

Codes

Color #76477D in popluar color models

76477D
RGB11871125
HSL292°27.55%38.43%
HSB/HSV292°43.20%49.02%
CMYK5.60%43.20%0.00%
50.98%

Color #76477D in popluar number systems.

HEX76477D
Decimal11871125
Binary111011010001111111101
Octal166107175

Shades and tints

Shades of #76477D

#76477D
(118,71,125)
#6C4172
(108,65,114)
#623B67
(98,59,103)
#58355C
(88,53,92)
#4E2F51
(78,47,81)
#442946
(68,41,70)
#3A233B
(58,35,59)
#301D30
(48,29,48)
#261725
(38,23,37)
#1C111A
(28,17,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #76477D

#76477D
(118,71,125)
#825788
(130,87,136)
#8E6793
(142,103,147)
#9A779E
(154,119,158)
#A687A9
(166,135,169)
#B297B4
(178,151,180)
#BEA7BF
(190,167,191)
#CAB7CA
(202,183,202)
#D6C7D5
(214,199,213)
#E2D7E0
(226,215,224)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76477D color. Also use rgb(118,71,125) instead hex code.

Text Font Color

.myTextColor { color: #76477D; }

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

This text font color is #76477D.


Background Color

.myBgColor { background-color: #76477D; }

<div style="background-color:#76477D">Inner text</div>

This div background color is #76477D.


Border color

.myBorderColor { border: 1px solid #76477D; }

<div style="border:3px solid #76477D">Div</div>

This div border color is #76477D.


Opacity

.myOpacity80 { color: #76477D; opacity: 0.8; }

<p style="color:#76477D;opacity:0.8;">80%</p>

Text with #76477D 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 #76477D;}

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

This text has shadow with #76477D color.

.textShadow {text-shadow: 3px 3px 1px #76477D, 3px 3px 1px red;}

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

This text has shadow with #76477D primary color and red secondary color.


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

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

This text has shadow with #76477D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76477D on black background.


Color preview on white background

This text has color #76477D on white background.



Black color preview on #76477D background

This text has black color on #76477D background.


White color preview on #76477D background

This text has white color on #76477D background.