COLOR #76378A

HEX: #76378A
RGB: (118,55,138)

Color info

#76378A contains mainly red and blue colors. Web safe color of #76378A is #663399 (or #639).

RGB color model

#76378A color RGB value is (118,55,138).

  • red value is 118;
  • green value is 55;
  • blue value is 138.
RGB:
(118,55,138)
(46%,22%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 55 of 255 = 22%
B 138 of 255 = 54%

118
55
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 55 + 138 = 311 (100%)
R 118 of 311 ~ 37.94%
G 55 of 311 ~ 17.68%
B 138 of 311 ~ 44.37%

%37.94
%17.68
%44.37

CMYK color model

#76378A color CMYK value is (14,60,0,46).

  • cyan value is 14.49%
  • magenta value is 60.14%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,60,0,46)
C14M60Y0K46 
(14%,60%,0%,46%)
(0.14/0.60/0.00/0.46)	

CMYK percentages

%14.49
%60.14
%0
%45.88

Codes

Color #76378A in popluar color models

76378A
RGB11855138
HSL286°43.01%37.84%
HSB/HSV286°60.14%54.12%
CMYK14.49%60.14%0.00%
45.88%

Color #76378A in popluar number systems.

HEX76378A
Decimal11855138
Binary111011011011110001010
Octal16667212

Shades and tints

Shades of #76378A

#76378A
(118,55,138)
#6C327E
(108,50,126)
#622D72
(98,45,114)
#582866
(88,40,102)
#4E235A
(78,35,90)
#441E4E
(68,30,78)
#3A1942
(58,25,66)
#301436
(48,20,54)
#260F2A
(38,15,42)
#1C0A1E
(28,10,30)
#120512
(18,5,18)
#000000
(0,0,0)

Tints of #76378A

#76378A
(118,55,138)
#824994
(130,73,148)
#8E5B9E
(142,91,158)
#9A6DA8
(154,109,168)
#A67FB2
(166,127,178)
#B291BC
(178,145,188)
#BEA3C6
(190,163,198)
#CAB5D0
(202,181,208)
#D6C7DA
(214,199,218)
#E2D9E4
(226,217,228)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76378A color. Also use rgb(118,55,138) instead hex code.

Text Font Color

.myTextColor { color: #76378A; }

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

This text font color is #76378A.


Background Color

.myBgColor { background-color: #76378A; }

<div style="background-color:#76378A">Inner text</div>

This div background color is #76378A.


Border color

.myBorderColor { border: 1px solid #76378A; }

<div style="border:3px solid #76378A">Div</div>

This div border color is #76378A.


Opacity

.myOpacity80 { color: #76378A; opacity: 0.8; }

<p style="color:#76378A;opacity:0.8;">80%</p>

Text with #76378A 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 #76378A;}

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

This text has shadow with #76378A color.

.textShadow {text-shadow: 3px 3px 1px #76378A, 3px 3px 1px red;}

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

This text has shadow with #76378A primary color and red secondary color.


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

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

This text has shadow with #76378A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76378A on black background.


Color preview on white background

This text has color #76378A on white background.



Black color preview on #76378A background

This text has black color on #76378A background.


White color preview on #76378A background

This text has white color on #76378A background.