COLOR #76325E

HEX: #76325E
RGB: (118,50,94)

Color info

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

RGB color model

#76325E color RGB value is (118,50,94).

  • red value is 118;
  • green value is 50;
  • blue value is 94.
RGB:
(118,50,94)
(46%,20%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 50 of 255 = 20%
B 94 of 255 = 37%

118
50
94

R + G + B ~ 34%. #76325E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 50 + 94 = 262 (100%)
R 118 of 262 ~ 45.04%
G 50 of 262 ~ 19.08%
B 94 of 262 ~ 35.88%

%45.04
%19.08
%35.88

CMYK color model

#76325E color CMYK value is (0,58,20,54).

  • cyan value is 0.00%
  • magenta value is 57.63%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(0,58,20,54)
C0M58Y20K54 
(0%,58%,20%,54%)
(0.00/0.58/0.20/0.54)	

CMYK percentages

%0
%57.63
%20.34
%53.73

Codes

Color #76325E in popluar color models

76325E
RGB1185094
HSL321°40.48%32.94%
HSB/HSV321°57.63%46.27%
CMYK0.00%57.63%20.34%
53.73%

Color #76325E in popluar number systems.

HEX76325E
Decimal1185094
Binary11101101100101011110
Octal16662136

Shades and tints

Shades of #76325E

#76325E
(118,50,94)
#6C2E56
(108,46,86)
#622A4E
(98,42,78)
#582646
(88,38,70)
#4E223E
(78,34,62)
#441E36
(68,30,54)
#3A1A2E
(58,26,46)
#301626
(48,22,38)
#26121E
(38,18,30)
#1C0E16
(28,14,22)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #76325E

#76325E
(118,50,94)
#82446C
(130,68,108)
#8E567A
(142,86,122)
#9A6888
(154,104,136)
#A67A96
(166,122,150)
#B28CA4
(178,140,164)
#BE9EB2
(190,158,178)
#CAB0C0
(202,176,192)
#D6C2CE
(214,194,206)
#E2D4DC
(226,212,220)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76325E color. Also use rgb(118,50,94) instead hex code.

Text Font Color

.myTextColor { color: #76325E; }

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

This text font color is #76325E.


Background Color

.myBgColor { background-color: #76325E; }

<div style="background-color:#76325E">Inner text</div>

This div background color is #76325E.


Border color

.myBorderColor { border: 1px solid #76325E; }

<div style="border:3px solid #76325E">Div</div>

This div border color is #76325E.


Opacity

.myOpacity80 { color: #76325E; opacity: 0.8; }

<p style="color:#76325E;opacity:0.8;">80%</p>

Text with #76325E 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 #76325E;}

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

This text has shadow with #76325E color.

.textShadow {text-shadow: 3px 3px 1px #76325E, 3px 3px 1px red;}

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

This text has shadow with #76325E primary color and red secondary color.


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

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

This text has shadow with #76325E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76325E on black background.


Color preview on white background

This text has color #76325E on white background.



Black color preview on #76325E background

This text has black color on #76325E background.


White color preview on #76325E background

This text has white color on #76325E background.