COLOR #714D79

HEX: #714D79
RGB: (113,77,121)

Color info

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

RGB color model

#714D79 color RGB value is (113,77,121).

  • red value is 113;
  • green value is 77;
  • blue value is 121.
RGB:
(113,77,121)
(44%,30%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 121 of 255 = 47%

113
77
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 121 = 311 (100%)
R 113 of 311 ~ 36.33%
G 77 of 311 ~ 24.76%
B 121 of 311 ~ 38.91%

%36.33
%24.76
%38.91

CMYK color model

#714D79 color CMYK value is (7,36,0,53).

  • cyan value is 6.61%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,36,0,53)
C7M36Y0K53 
(7%,36%,0%,53%)
(0.07/0.36/0.00/0.53)	

CMYK percentages

%6.61
%36.36
%0
%52.55

Codes

Color #714D79 in popluar color models

714D79
RGB11377121
HSL289°22.22%38.82%
HSB/HSV289°36.36%47.45%
CMYK6.61%36.36%0.00%
52.55%

Color #714D79 in popluar number systems.

HEX714D79
Decimal11377121
Binary111000110011011111001
Octal161115171

Shades and tints

Shades of #714D79

#714D79
(113,77,121)
#67466E
(103,70,110)
#5D3F63
(93,63,99)
#533858
(83,56,88)
#49314D
(73,49,77)
#3F2A42
(63,42,66)
#352337
(53,35,55)
#2B1C2C
(43,28,44)
#211521
(33,21,33)
#170E16
(23,14,22)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #714D79

#714D79
(113,77,121)
#7D5D85
(125,93,133)
#896D91
(137,109,145)
#957D9D
(149,125,157)
#A18DA9
(161,141,169)
#AD9DB5
(173,157,181)
#B9ADC1
(185,173,193)
#C5BDCD
(197,189,205)
#D1CDD9
(209,205,217)
#DDDDE5
(221,221,229)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D79 color. Also use rgb(113,77,121) instead hex code.

Text Font Color

.myTextColor { color: #714D79; }

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

This text font color is #714D79.


Background Color

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

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

This div background color is #714D79.


Border color

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

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

This div border color is #714D79.


Opacity

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

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

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

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

This text has shadow with #714D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D79 on black background.


Color preview on white background

This text has color #714D79 on white background.



Black color preview on #714D79 background

This text has black color on #714D79 background.


White color preview on #714D79 background

This text has white color on #714D79 background.