COLOR #76127A

HEX: #76127A
RGB: (118,18,122)

Color info

#76127A contains mainly red and blue colors. Web safe color of #76127A is #660066 (or #606).

RGB color model

#76127A color RGB value is (118,18,122).

  • red value is 118;
  • green value is 18;
  • blue value is 122.
RGB:
(118,18,122)
(46%,7%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 18 of 255 = 7%
B 122 of 255 = 48%

118
18
122

R + G + B ~ 34%. #76127A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 18 + 122 = 258 (100%)
R 118 of 258 ~ 45.74%
G 18 of 258 ~ 6.98%
B 122 of 258 ~ 47.29%

%45.74
%47.29

CMYK color model

#76127A color CMYK value is (3,85,0,52).

  • cyan value is 3.28%
  • magenta value is 85.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,85,0,52)
C3M85Y0K52 
(3%,85%,0%,52%)
(0.03/0.85/0.00/0.52)	

CMYK percentages

%3.28
%85.25
%0
%52.16

Codes

Color #76127A in popluar color models

76127A
RGB11818122
HSL298°74.29%27.45%
HSB/HSV298°85.25%47.84%
CMYK3.28%85.25%0.00%
52.16%

Color #76127A in popluar number systems.

HEX76127A
Decimal11818122
Binary1110110100101111010
Octal16622172

Shades and tints

Shades of #76127A

#76127A
(118,18,122)
#6C116F
(108,17,111)
#621064
(98,16,100)
#580F59
(88,15,89)
#4E0E4E
(78,14,78)
#440D43
(68,13,67)
#3A0C38
(58,12,56)
#300B2D
(48,11,45)
#260A22
(38,10,34)
#1C0917
(28,9,23)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #76127A

#76127A
(118,18,122)
#822786
(130,39,134)
#8E3C92
(142,60,146)
#9A519E
(154,81,158)
#A666AA
(166,102,170)
#B27BB6
(178,123,182)
#BE90C2
(190,144,194)
#CAA5CE
(202,165,206)
#D6BADA
(214,186,218)
#E2CFE6
(226,207,230)
#EEE4F2
(238,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76127A color. Also use rgb(118,18,122) instead hex code.

Text Font Color

.myTextColor { color: #76127A; }

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

This text font color is #76127A.


Background Color

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

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

This div background color is #76127A.


Border color

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

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

This div border color is #76127A.


Opacity

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

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

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

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

This text has shadow with #76127A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76127A on black background.


Color preview on white background

This text has color #76127A on white background.



Black color preview on #76127A background

This text has black color on #76127A background.


White color preview on #76127A background

This text has white color on #76127A background.