COLOR #76457C

HEX: #76457C
RGB: (118,69,124)

Color info

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

RGB color model

#76457C color RGB value is (118,69,124).

  • red value is 118;
  • green value is 69;
  • blue value is 124.
RGB:
(118,69,124)
(46%,27%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 124 of 255 = 49%

118
69
124

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

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 124 = 311 (100%)
R 118 of 311 ~ 37.94%
G 69 of 311 ~ 22.19%
B 124 of 311 ~ 39.87%

%37.94
%22.19
%39.87

CMYK color model

#76457C color CMYK value is (5,44,0,51).

  • cyan value is 4.84%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(5,44,0,51)
C5M44Y0K51 
(5%,44%,0%,51%)
(0.05/0.44/0.00/0.51)	

CMYK percentages

%4.84
%44.35
%0
%51.37

Codes

Color #76457C in popluar color models

76457C
RGB11869124
HSL293°28.50%37.84%
HSB/HSV293°44.35%48.63%
CMYK4.84%44.35%0.00%
51.37%

Color #76457C in popluar number systems.

HEX76457C
Decimal11869124
Binary111011010001011111100
Octal166105174

Shades and tints

Shades of #76457C

#76457C
(118,69,124)
#6C3F71
(108,63,113)
#623966
(98,57,102)
#58335B
(88,51,91)
#4E2D50
(78,45,80)
#442745
(68,39,69)
#3A213A
(58,33,58)
#301B2F
(48,27,47)
#261524
(38,21,36)
#1C0F19
(28,15,25)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #76457C

#76457C
(118,69,124)
#825587
(130,85,135)
#8E6592
(142,101,146)
#9A759D
(154,117,157)
#A685A8
(166,133,168)
#B295B3
(178,149,179)
#BEA5BE
(190,165,190)
#CAB5C9
(202,181,201)
#D6C5D4
(214,197,212)
#E2D5DF
(226,213,223)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76457C color. Also use rgb(118,69,124) instead hex code.

Text Font Color

.myTextColor { color: #76457C; }

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

This text font color is #76457C.


Background Color

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

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

This div background color is #76457C.


Border color

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

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

This div border color is #76457C.


Opacity

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

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

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

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

This text has shadow with #76457C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76457C on black background.


Color preview on white background

This text has color #76457C on white background.



Black color preview on #76457C background

This text has black color on #76457C background.


White color preview on #76457C background

This text has white color on #76457C background.