COLOR #714C72

HEX: #714C72
RGB: (113,76,114)

Color info

#714C72 contains red, green and blue colors in about the same proportion. Web safe color of #714C72 is #663366 (or #636).

RGB color model

#714C72 color RGB value is (113,76,114).

  • red value is 113;
  • green value is 76;
  • blue value is 114.
RGB:
(113,76,114)
(44%,30%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 76 of 255 = 30%
B 114 of 255 = 45%

113
76
114

R + G + B ~ 40%. #714C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 76 + 114 = 303 (100%)
R 113 of 303 ~ 37.29%
G 76 of 303 ~ 25.08%
B 114 of 303 ~ 37.62%

%37.29
%25.08
%37.62

CMYK color model

#714C72 color CMYK value is (1,33,0,55).

  • cyan value is 0.88%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(1,33,0,55)
C1M33Y0K55 
(1%,33%,0%,55%)
(0.01/0.33/0.00/0.55)	

CMYK percentages

%0.88
%33.33
%0
%55.29

Codes

Color #714C72 in popluar color models

714C72
RGB11376114
HSL298°20.00%37.25%
HSB/HSV298°33.33%44.71%
CMYK0.88%33.33%0.00%
55.29%

Color #714C72 in popluar number systems.

HEX714C72
Decimal11376114
Binary111000110011001110010
Octal161114162

Shades and tints

Shades of #714C72

#714C72
(113,76,114)
#674668
(103,70,104)
#5D405E
(93,64,94)
#533A54
(83,58,84)
#49344A
(73,52,74)
#3F2E40
(63,46,64)
#352836
(53,40,54)
#2B222C
(43,34,44)
#211C22
(33,28,34)
#171618
(23,22,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #714C72

#714C72
(113,76,114)
#7D5C7E
(125,92,126)
#896C8A
(137,108,138)
#957C96
(149,124,150)
#A18CA2
(161,140,162)
#AD9CAE
(173,156,174)
#B9ACBA
(185,172,186)
#C5BCC6
(197,188,198)
#D1CCD2
(209,204,210)
#DDDCDE
(221,220,222)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714C72 color. Also use rgb(113,76,114) instead hex code.

Text Font Color

.myTextColor { color: #714C72; }

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

This text font color is #714C72.


Background Color

.myBgColor { background-color: #714C72; }

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

This div background color is #714C72.


Border color

.myBorderColor { border: 1px solid #714C72; }

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

This div border color is #714C72.


Opacity

.myOpacity80 { color: #714C72; opacity: 0.8; }

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

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

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

This text has shadow with #714C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C72 on black background.


Color preview on white background

This text has color #714C72 on white background.



Black color preview on #714C72 background

This text has black color on #714C72 background.


White color preview on #714C72 background

This text has white color on #714C72 background.