COLOR #716789

HEX: #716789
RGB: (113,103,137)

Color info

#716789 contains red, green and blue colors in about the same proportion. Web safe color of #716789 is #666699 (or #669).

RGB color model

#716789 color RGB value is (113,103,137).

  • red value is 113;
  • green value is 103;
  • blue value is 137.
RGB:
(113,103,137)
(44%,40%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 103 of 255 = 40%
B 137 of 255 = 54%

113
103
137

R + G + B ~ 46%. #716789 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 137 = 353 (100%)
R 113 of 353 ~ 32.01%
G 103 of 353 ~ 29.18%
B 137 of 353 ~ 38.81%

%32.01
%29.18
%38.81

CMYK color model

#716789 color CMYK value is (18,25,0,46).

  • cyan value is 17.52%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(18,25,0,46)
C18M25Y0K46 
(18%,25%,0%,46%)
(0.18/0.25/0.00/0.46)	

CMYK percentages

%17.52
%24.82
%0
%46.27

Codes

Color #716789 in popluar color models

716789
RGB113103137
HSL258°14.17%47.06%
HSB/HSV258°24.82%53.73%
CMYK17.52%24.82%0.00%
46.27%

Color #716789 in popluar number systems.

HEX716789
Decimal113103137
Binary1110001110011110001001
Octal161147211

Shades and tints

Shades of #716789

#716789
(113,103,137)
#675E7D
(103,94,125)
#5D5571
(93,85,113)
#534C65
(83,76,101)
#494359
(73,67,89)
#3F3A4D
(63,58,77)
#353141
(53,49,65)
#2B2835
(43,40,53)
#211F29
(33,31,41)
#17161D
(23,22,29)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #716789

#716789
(113,103,137)
#7D7493
(125,116,147)
#89819D
(137,129,157)
#958EA7
(149,142,167)
#A19BB1
(161,155,177)
#ADA8BB
(173,168,187)
#B9B5C5
(185,181,197)
#C5C2CF
(197,194,207)
#D1CFD9
(209,207,217)
#DDDCE3
(221,220,227)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716789 color. Also use rgb(113,103,137) instead hex code.

Text Font Color

.myTextColor { color: #716789; }

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

This text font color is #716789.


Background Color

.myBgColor { background-color: #716789; }

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

This div background color is #716789.


Border color

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

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

This div border color is #716789.


Opacity

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

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

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

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

This text has shadow with #716789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716789 on black background.


Color preview on white background

This text has color #716789 on white background.



Black color preview on #716789 background

This text has black color on #716789 background.


White color preview on #716789 background

This text has white color on #716789 background.