COLOR #720C5A

HEX: #720C5A
RGB: (114,12,90)

Color info

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

RGB color model

#720C5A color RGB value is (114,12,90).

  • red value is 114;
  • green value is 12;
  • blue value is 90.
RGB:
(114,12,90)
(45%,5%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 12 of 255 = 5%
B 90 of 255 = 35%

114
12
90

R + G + B ~ 28%. #720C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 12 + 90 = 216 (100%)
R 114 of 216 ~ 52.78%
G 12 of 216 ~ 5.56%
B 90 of 216 ~ 41.67%

%52.78
%41.67

CMYK color model

#720C5A color CMYK value is (0,89,21,55).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(0,89,21,55)
C0M89Y21K55 
(0%,89%,21%,55%)
(0.00/0.89/0.21/0.55)	

CMYK percentages

%0
%89.47
%21.05
%55.29

Codes

Color #720C5A in popluar color models

720C5A
RGB1141290
HSL314°80.95%24.71%
HSB/HSV314°89.47%44.71%
CMYK0.00%89.47%21.05%
55.29%

Color #720C5A in popluar number systems.

HEX720C5A
Decimal1141290
Binary111001011001011010
Octal16214132

Shades and tints

Shades of #720C5A

#720C5A
(114,12,90)
#680B52
(104,11,82)
#5E0A4A
(94,10,74)
#540942
(84,9,66)
#4A083A
(74,8,58)
#400732
(64,7,50)
#36062A
(54,6,42)
#2C0522
(44,5,34)
#22041A
(34,4,26)
#180312
(24,3,18)
#0E020A
(14,2,10)
#000000
(0,0,0)

Tints of #720C5A

#720C5A
(114,12,90)
#7E2269
(126,34,105)
#8A3878
(138,56,120)
#964E87
(150,78,135)
#A26496
(162,100,150)
#AE7AA5
(174,122,165)
#BA90B4
(186,144,180)
#C6A6C3
(198,166,195)
#D2BCD2
(210,188,210)
#DED2E1
(222,210,225)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720C5A color. Also use rgb(114,12,90) instead hex code.

Text Font Color

.myTextColor { color: #720C5A; }

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

This text font color is #720C5A.


Background Color

.myBgColor { background-color: #720C5A; }

<div style="background-color:#720C5A">Inner text</div>

This div background color is #720C5A.


Border color

.myBorderColor { border: 1px solid #720C5A; }

<div style="border:3px solid #720C5A">Div</div>

This div border color is #720C5A.


Opacity

.myOpacity80 { color: #720C5A; opacity: 0.8; }

<p style="color:#720C5A;opacity:0.8;">80%</p>

Text with #720C5A 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 #720C5A;}

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

This text has shadow with #720C5A color.

.textShadow {text-shadow: 3px 3px 1px #720C5A, 3px 3px 1px red;}

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

This text has shadow with #720C5A primary color and red secondary color.


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

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

This text has shadow with #720C5A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720C5A on black background.


Color preview on white background

This text has color #720C5A on white background.



Black color preview on #720C5A background

This text has black color on #720C5A background.


White color preview on #720C5A background

This text has white color on #720C5A background.