COLOR #76517F

HEX: #76517F
RGB: (118,81,127)

Color info

#76517F contains red, green and blue colors in about the same proportion. Web safe color of #76517F is #666666 (or #666).

RGB color model

#76517F color RGB value is (118,81,127).

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

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 127 of 255 = 50%

118
81
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 127 = 326 (100%)
R 118 of 326 ~ 36.2%
G 81 of 326 ~ 24.85%
B 127 of 326 ~ 38.96%

%36.2
%24.85
%38.96

CMYK color model

#76517F color CMYK value is (7,36,0,50).

  • cyan value is 7.09%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(7,36,0,50)
C7M36Y0K50 
(7%,36%,0%,50%)
(0.07/0.36/0.00/0.50)	

CMYK percentages

%7.09
%36.22
%0
%50.2

Codes

Color #76517F in popluar color models

76517F
RGB11881127
HSL288°22.12%40.78%
HSB/HSV288°36.22%49.80%
CMYK7.09%36.22%0.00%
50.20%

Color #76517F in popluar number systems.

HEX76517F
Decimal11881127
Binary111011010100011111111
Octal166121177

Shades and tints

Shades of #76517F

#76517F
(118,81,127)
#6C4A74
(108,74,116)
#624369
(98,67,105)
#583C5E
(88,60,94)
#4E3553
(78,53,83)
#442E48
(68,46,72)
#3A273D
(58,39,61)
#302032
(48,32,50)
#261927
(38,25,39)
#1C121C
(28,18,28)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #76517F

#76517F
(118,81,127)
#82608A
(130,96,138)
#8E6F95
(142,111,149)
#9A7EA0
(154,126,160)
#A68DAB
(166,141,171)
#B29CB6
(178,156,182)
#BEABC1
(190,171,193)
#CABACC
(202,186,204)
#D6C9D7
(214,201,215)
#E2D8E2
(226,216,226)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76517F; }

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

This text font color is #76517F.


Background Color

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

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

This div background color is #76517F.


Border color

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

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

This div border color is #76517F.


Opacity

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

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

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

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

This text has shadow with #76517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76517F on black background.


Color preview on white background

This text has color #76517F on white background.



Black color preview on #76517F background

This text has black color on #76517F background.


White color preview on #76517F background

This text has white color on #76517F background.