COLOR #716777

HEX: #716777
RGB: (113,103,119)

Color info

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

RGB color model

#716777 color RGB value is (113,103,119).

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

RGB channels and saturation

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

113
103
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 119 = 335 (100%)
R 113 of 335 ~ 33.73%
G 103 of 335 ~ 30.75%
B 119 of 335 ~ 35.52%

%33.73
%30.75
%35.52

CMYK color model

#716777 color CMYK value is (5,13,0,53).

  • cyan value is 5.04%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,13,0,53)
C5M13Y0K53 
(5%,13%,0%,53%)
(0.05/0.13/0.00/0.53)	

CMYK percentages

%5.04
%13.45
%0
%53.33

Codes

Color #716777 in popluar color models

716777
RGB113103119
HSL278°7.21%43.53%
HSB/HSV278°13.45%46.67%
CMYK5.04%13.45%0.00%
53.33%

Color #716777 in popluar number systems.

HEX716777
Decimal113103119
Binary111000111001111110111
Octal161147167

Shades and tints

Shades of #716777

#716777
(113,103,119)
#675E6D
(103,94,109)
#5D5563
(93,85,99)
#534C59
(83,76,89)
#49434F
(73,67,79)
#3F3A45
(63,58,69)
#35313B
(53,49,59)
#2B2831
(43,40,49)
#211F27
(33,31,39)
#17161D
(23,22,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #716777

#716777
(113,103,119)
#7D7483
(125,116,131)
#89818F
(137,129,143)
#958E9B
(149,142,155)
#A19BA7
(161,155,167)
#ADA8B3
(173,168,179)
#B9B5BF
(185,181,191)
#C5C2CB
(197,194,203)
#D1CFD7
(209,207,215)
#DDDCE3
(221,220,227)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716777; }

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

This text font color is #716777.


Background Color

.myBgColor { background-color: #716777; }

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

This div background color is #716777.


Border color

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

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

This div border color is #716777.


Opacity

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

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

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

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

This text has shadow with #716777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716777 on black background.


Color preview on white background

This text has color #716777 on white background.



Black color preview on #716777 background

This text has black color on #716777 background.


White color preview on #716777 background

This text has white color on #716777 background.