COLOR #760F72

HEX: #760F72
RGB: (118,15,114)

Color info

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

RGB color model

#760F72 color RGB value is (118,15,114).

  • red value is 118;
  • green value is 15;
  • blue value is 114.
RGB:
(118,15,114)
(46%,6%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 15 of 255 = 6%
B 114 of 255 = 45%

118
15
114

R + G + B ~ 32%. #760F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 15 + 114 = 247 (100%)
R 118 of 247 ~ 47.77%
G 15 of 247 ~ 6.07%
B 114 of 247 ~ 46.15%

%47.77
%46.15

CMYK color model

#760F72 color CMYK value is (0,87,3,54).

  • cyan value is 0.00%
  • magenta value is 87.29%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(0,87,3,54)
C0M87Y3K54 
(0%,87%,3%,54%)
(0.00/0.87/0.03/0.54)	

CMYK percentages

%0
%87.29
%3.39
%53.73

Codes

Color #760F72 in popluar color models

760F72
RGB11815114
HSL302°77.44%26.08%
HSB/HSV302°87.29%46.27%
CMYK0.00%87.29%3.39%
53.73%

Color #760F72 in popluar number systems.

HEX760F72
Decimal11815114
Binary111011011111110010
Octal16617162

Shades and tints

Shades of #760F72

#760F72
(118,15,114)
#6C0E68
(108,14,104)
#620D5E
(98,13,94)
#580C54
(88,12,84)
#4E0B4A
(78,11,74)
#440A40
(68,10,64)
#3A0936
(58,9,54)
#30082C
(48,8,44)
#260722
(38,7,34)
#1C0618
(28,6,24)
#12050E
(18,5,14)
#000000
(0,0,0)

Tints of #760F72

#760F72
(118,15,114)
#82247E
(130,36,126)
#8E398A
(142,57,138)
#9A4E96
(154,78,150)
#A663A2
(166,99,162)
#B278AE
(178,120,174)
#BE8DBA
(190,141,186)
#CAA2C6
(202,162,198)
#D6B7D2
(214,183,210)
#E2CCDE
(226,204,222)
#EEE1EA
(238,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760F72 color. Also use rgb(118,15,114) instead hex code.

Text Font Color

.myTextColor { color: #760F72; }

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

This text font color is #760F72.


Background Color

.myBgColor { background-color: #760F72; }

<div style="background-color:#760F72">Inner text</div>

This div background color is #760F72.


Border color

.myBorderColor { border: 1px solid #760F72; }

<div style="border:3px solid #760F72">Div</div>

This div border color is #760F72.


Opacity

.myOpacity80 { color: #760F72; opacity: 0.8; }

<p style="color:#760F72;opacity:0.8;">80%</p>

Text with #760F72 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 #760F72;}

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

This text has shadow with #760F72 color.

.textShadow {text-shadow: 3px 3px 1px #760F72, 3px 3px 1px red;}

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

This text has shadow with #760F72 primary color and red secondary color.


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

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

This text has shadow with #760F72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760F72 on black background.


Color preview on white background

This text has color #760F72 on white background.



Black color preview on #760F72 background

This text has black color on #760F72 background.


White color preview on #760F72 background

This text has white color on #760F72 background.