COLOR #76447F

HEX: #76447F
RGB: (118,68,127)

Color info

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

RGB color model

#76447F color RGB value is (118,68,127).

  • red value is 118;
  • green value is 68;
  • blue value is 127.
RGB:
(118,68,127)
(46%,27%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 68 of 255 = 27%
B 127 of 255 = 50%

118
68
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 68 + 127 = 313 (100%)
R 118 of 313 ~ 37.7%
G 68 of 313 ~ 21.73%
B 127 of 313 ~ 40.58%

%37.7
%21.73
%40.58

CMYK color model

#76447F color CMYK value is (7,46,0,50).

  • cyan value is 7.09%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(7,46,0,50)
C7M46Y0K50 
(7%,46%,0%,50%)
(0.07/0.46/0.00/0.50)	

CMYK percentages

%7.09
%46.46
%0
%50.2

Codes

Color #76447F in popluar color models

76447F
RGB11868127
HSL291°30.26%38.24%
HSB/HSV291°46.46%49.80%
CMYK7.09%46.46%0.00%
50.20%

Color #76447F in popluar number systems.

HEX76447F
Decimal11868127
Binary111011010001001111111
Octal166104177

Shades and tints

Shades of #76447F

#76447F
(118,68,127)
#6C3E74
(108,62,116)
#623869
(98,56,105)
#58325E
(88,50,94)
#4E2C53
(78,44,83)
#442648
(68,38,72)
#3A203D
(58,32,61)
#301A32
(48,26,50)
#261427
(38,20,39)
#1C0E1C
(28,14,28)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #76447F

#76447F
(118,68,127)
#82558A
(130,85,138)
#8E6695
(142,102,149)
#9A77A0
(154,119,160)
#A688AB
(166,136,171)
#B299B6
(178,153,182)
#BEAAC1
(190,170,193)
#CABBCC
(202,187,204)
#D6CCD7
(214,204,215)
#E2DDE2
(226,221,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76447F color. Also use rgb(118,68,127) instead hex code.

Text Font Color

.myTextColor { color: #76447F; }

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

This text font color is #76447F.


Background Color

.myBgColor { background-color: #76447F; }

<div style="background-color:#76447F">Inner text</div>

This div background color is #76447F.


Border color

.myBorderColor { border: 1px solid #76447F; }

<div style="border:3px solid #76447F">Div</div>

This div border color is #76447F.


Opacity

.myOpacity80 { color: #76447F; opacity: 0.8; }

<p style="color:#76447F;opacity:0.8;">80%</p>

Text with #76447F 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 #76447F;}

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

This text has shadow with #76447F color.

.textShadow {text-shadow: 3px 3px 1px #76447F, 3px 3px 1px red;}

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

This text has shadow with #76447F primary color and red secondary color.


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

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

This text has shadow with #76447F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76447F on black background.


Color preview on white background

This text has color #76447F on white background.



Black color preview on #76447F background

This text has black color on #76447F background.


White color preview on #76447F background

This text has white color on #76447F background.