COLOR #716779

HEX: #716779
RGB: (113,103,121)

Color info

#716779 contains red, green and blue colors in about the same proportion. Web safe color of #716779 is #666666 (or #666).

RGB color model

#716779 color RGB value is (113,103,121).

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

RGB channels and saturation

R 113 of 255 = 44%
G 103 of 255 = 40%
B 121 of 255 = 47%

113
103
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 121 = 337 (100%)
R 113 of 337 ~ 33.53%
G 103 of 337 ~ 30.56%
B 121 of 337 ~ 35.91%

%33.53
%30.56
%35.91

CMYK color model

#716779 color CMYK value is (7,15,0,53).

  • cyan value is 6.61%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,15,0,53)
C7M15Y0K53 
(7%,15%,0%,53%)
(0.07/0.15/0.00/0.53)	

CMYK percentages

%6.61
%14.88
%0
%52.55

Codes

Color #716779 in popluar color models

716779
RGB113103121
HSL273°8.04%43.92%
HSB/HSV273°14.88%47.45%
CMYK6.61%14.88%0.00%
52.55%

Color #716779 in popluar number systems.

HEX716779
Decimal113103121
Binary111000111001111111001
Octal161147171

Shades and tints

Shades of #716779

#716779
(113,103,121)
#675E6E
(103,94,110)
#5D5563
(93,85,99)
#534C58
(83,76,88)
#49434D
(73,67,77)
#3F3A42
(63,58,66)
#353137
(53,49,55)
#2B282C
(43,40,44)
#211F21
(33,31,33)
#171616
(23,22,22)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #716779

#716779
(113,103,121)
#7D7485
(125,116,133)
#898191
(137,129,145)
#958E9D
(149,142,157)
#A19BA9
(161,155,169)
#ADA8B5
(173,168,181)
#B9B5C1
(185,181,193)
#C5C2CD
(197,194,205)
#D1CFD9
(209,207,217)
#DDDCE5
(221,220,229)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716779; }

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

This text font color is #716779.


Background Color

.myBgColor { background-color: #716779; }

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

This div background color is #716779.


Border color

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

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

This div border color is #716779.


Opacity

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

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

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

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

This text has shadow with #716779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716779 on black background.


Color preview on white background

This text has color #716779 on white background.



Black color preview on #716779 background

This text has black color on #716779 background.


White color preview on #716779 background

This text has white color on #716779 background.