COLOR #715777

HEX: #715777
RGB: (113,87,119)

Color info

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

RGB color model

#715777 color RGB value is (113,87,119).

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

RGB channels and saturation

R 113 of 255 = 44%
G 87 of 255 = 34%
B 119 of 255 = 47%

113
87
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 119 = 319 (100%)
R 113 of 319 ~ 35.42%
G 87 of 319 ~ 27.27%
B 119 of 319 ~ 37.3%

%35.42
%27.27
%37.3

CMYK color model

#715777 color CMYK value is (5,27,0,53).

  • cyan value is 5.04%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,27,0,53)
C5M27Y0K53 
(5%,27%,0%,53%)
(0.05/0.27/0.00/0.53)	

CMYK percentages

%5.04
%26.89
%0
%53.33

Codes

Color #715777 in popluar color models

715777
RGB11387119
HSL289°15.53%40.39%
HSB/HSV289°26.89%46.67%
CMYK5.04%26.89%0.00%
53.33%

Color #715777 in popluar number systems.

HEX715777
Decimal11387119
Binary111000110101111110111
Octal161127167

Shades and tints

Shades of #715777

#715777
(113,87,119)
#67506D
(103,80,109)
#5D4963
(93,73,99)
#534259
(83,66,89)
#493B4F
(73,59,79)
#3F3445
(63,52,69)
#352D3B
(53,45,59)
#2B2631
(43,38,49)
#211F27
(33,31,39)
#17181D
(23,24,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #715777

#715777
(113,87,119)
#7D6683
(125,102,131)
#89758F
(137,117,143)
#95849B
(149,132,155)
#A193A7
(161,147,167)
#ADA2B3
(173,162,179)
#B9B1BF
(185,177,191)
#C5C0CB
(197,192,203)
#D1CFD7
(209,207,215)
#DDDEE3
(221,222,227)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715777; }

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

This text font color is #715777.


Background Color

.myBgColor { background-color: #715777; }

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

This div background color is #715777.


Border color

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

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

This div border color is #715777.


Opacity

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

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

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

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

This text has shadow with #715777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715777 on black background.


Color preview on white background

This text has color #715777 on white background.



Black color preview on #715777 background

This text has black color on #715777 background.


White color preview on #715777 background

This text has white color on #715777 background.