COLOR #76417D

HEX: #76417D
RGB: (118,65,125)

Color info

#76417D contains mainly red and blue colors. Web safe color of #76417D is #663366 (or #636).

RGB color model

#76417D color RGB value is (118,65,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 65 of 255 = 25%
B 125 of 255 = 49%

118
65
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 65 + 125 = 308 (100%)
R 118 of 308 ~ 38.31%
G 65 of 308 ~ 21.1%
B 125 of 308 ~ 40.58%

%38.31
%21.1
%40.58

CMYK color model

#76417D color CMYK value is (6,48,0,51).

  • cyan value is 5.60%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,48,0,51)
C6M48Y0K51 
(6%,48%,0%,51%)
(0.06/0.48/0.00/0.51)	

CMYK percentages

%5.6
%48
%0
%50.98

Codes

Color #76417D in popluar color models

76417D
RGB11865125
HSL293°31.58%37.25%
HSB/HSV293°48.00%49.02%
CMYK5.60%48.00%0.00%
50.98%

Color #76417D in popluar number systems.

HEX76417D
Decimal11865125
Binary111011010000011111101
Octal166101175

Shades and tints

Shades of #76417D

#76417D
(118,65,125)
#6C3C72
(108,60,114)
#623767
(98,55,103)
#58325C
(88,50,92)
#4E2D51
(78,45,81)
#442846
(68,40,70)
#3A233B
(58,35,59)
#301E30
(48,30,48)
#261925
(38,25,37)
#1C141A
(28,20,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #76417D

#76417D
(118,65,125)
#825288
(130,82,136)
#8E6393
(142,99,147)
#9A749E
(154,116,158)
#A685A9
(166,133,169)
#B296B4
(178,150,180)
#BEA7BF
(190,167,191)
#CAB8CA
(202,184,202)
#D6C9D5
(214,201,213)
#E2DAE0
(226,218,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76417D; }

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

This text font color is #76417D.


Background Color

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

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

This div background color is #76417D.


Border color

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

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

This div border color is #76417D.


Opacity

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

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

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

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

This text has shadow with #76417D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76417D on black background.


Color preview on white background

This text has color #76417D on white background.



Black color preview on #76417D background

This text has black color on #76417D background.


White color preview on #76417D background

This text has white color on #76417D background.