COLOR #721876

HEX: #721876
RGB: (114,24,118)

Color info

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

RGB color model

#721876 color RGB value is (114,24,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 24 of 255 = 9%
B 118 of 255 = 46%

114
24
118

R + G + B ~ 33%. #721876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 24 + 118 = 256 (100%)
R 114 of 256 ~ 44.53%
G 24 of 256 ~ 9.38%
B 118 of 256 ~ 46.09%

%44.53
%46.09

CMYK color model

#721876 color CMYK value is (3,80,0,54).

  • cyan value is 3.39%
  • magenta value is 79.66%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,80,0,54)
C3M80Y0K54 
(3%,80%,0%,54%)
(0.03/0.80/0.00/0.54)	

CMYK percentages

%3.39
%79.66
%0
%53.73

Codes

Color #721876 in popluar color models

721876
RGB11424118
HSL297°66.20%27.84%
HSB/HSV297°79.66%46.27%
CMYK3.39%79.66%0.00%
53.73%

Color #721876 in popluar number systems.

HEX721876
Decimal11424118
Binary1110010110001110110
Octal16230166

Shades and tints

Shades of #721876

#721876
(114,24,118)
#68166C
(104,22,108)
#5E1462
(94,20,98)
#541258
(84,18,88)
#4A104E
(74,16,78)
#400E44
(64,14,68)
#360C3A
(54,12,58)
#2C0A30
(44,10,48)
#220826
(34,8,38)
#18061C
(24,6,28)
#0E0412
(14,4,18)
#000000
(0,0,0)

Tints of #721876

#721876
(114,24,118)
#7E2D82
(126,45,130)
#8A428E
(138,66,142)
#96579A
(150,87,154)
#A26CA6
(162,108,166)
#AE81B2
(174,129,178)
#BA96BE
(186,150,190)
#C6ABCA
(198,171,202)
#D2C0D6
(210,192,214)
#DED5E2
(222,213,226)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721876; }

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

This text font color is #721876.


Background Color

.myBgColor { background-color: #721876; }

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

This div background color is #721876.


Border color

.myBorderColor { border: 1px solid #721876; }

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

This div border color is #721876.


Opacity

.myOpacity80 { color: #721876; opacity: 0.8; }

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

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

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

This text has shadow with #721876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721876 on black background.


Color preview on white background

This text has color #721876 on white background.



Black color preview on #721876 background

This text has black color on #721876 background.


White color preview on #721876 background

This text has white color on #721876 background.