COLOR #714B76

HEX: #714B76
RGB: (113,75,118)

Color info

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

RGB color model

#714B76 color RGB value is (113,75,118).

  • red value is 113;
  • green value is 75;
  • blue value is 118.
RGB:
(113,75,118)
(44%,29%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 75 of 255 = 29%
B 118 of 255 = 46%

113
75
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 75 + 118 = 306 (100%)
R 113 of 306 ~ 36.93%
G 75 of 306 ~ 24.51%
B 118 of 306 ~ 38.56%

%36.93
%24.51
%38.56

CMYK color model

#714B76 color CMYK value is (4,36,0,54).

  • cyan value is 4.24%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,36,0,54)
C4M36Y0K54 
(4%,36%,0%,54%)
(0.04/0.36/0.00/0.54)	

CMYK percentages

%4.24
%36.44
%0
%53.73

Codes

Color #714B76 in popluar color models

714B76
RGB11375118
HSL293°22.28%37.84%
HSB/HSV293°36.44%46.27%
CMYK4.24%36.44%0.00%
53.73%

Color #714B76 in popluar number systems.

HEX714B76
Decimal11375118
Binary111000110010111110110
Octal161113166

Shades and tints

Shades of #714B76

#714B76
(113,75,118)
#67456C
(103,69,108)
#5D3F62
(93,63,98)
#533958
(83,57,88)
#49334E
(73,51,78)
#3F2D44
(63,45,68)
#35273A
(53,39,58)
#2B2130
(43,33,48)
#211B26
(33,27,38)
#17151C
(23,21,28)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #714B76

#714B76
(113,75,118)
#7D5B82
(125,91,130)
#896B8E
(137,107,142)
#957B9A
(149,123,154)
#A18BA6
(161,139,166)
#AD9BB2
(173,155,178)
#B9ABBE
(185,171,190)
#C5BBCA
(197,187,202)
#D1CBD6
(209,203,214)
#DDDBE2
(221,219,226)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B76 color. Also use rgb(113,75,118) instead hex code.

Text Font Color

.myTextColor { color: #714B76; }

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

This text font color is #714B76.


Background Color

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

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

This div background color is #714B76.


Border color

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

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

This div border color is #714B76.


Opacity

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

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

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

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

This text has shadow with #714B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B76 on black background.


Color preview on white background

This text has color #714B76 on white background.



Black color preview on #714B76 background

This text has black color on #714B76 background.


White color preview on #714B76 background

This text has white color on #714B76 background.