COLOR #715F77

HEX: #715F77
RGB: (113,95,119)

Color info

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

RGB color model

#715F77 color RGB value is (113,95,119).

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

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 119 of 255 = 47%

113
95
119

R + G + B ~ 43%. #715F77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 119 = 327 (100%)
R 113 of 327 ~ 34.56%
G 95 of 327 ~ 29.05%
B 119 of 327 ~ 36.39%

%34.56
%29.05
%36.39

CMYK color model

#715F77 color CMYK value is (5,20,0,53).

  • cyan value is 5.04%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,20,0,53)
C5M20Y0K53 
(5%,20%,0%,53%)
(0.05/0.20/0.00/0.53)	

CMYK percentages

%5.04
%20.17
%0
%53.33

Codes

Color #715F77 in popluar color models

715F77
RGB11395119
HSL285°11.21%41.96%
HSB/HSV285°20.17%46.67%
CMYK5.04%20.17%0.00%
53.33%

Color #715F77 in popluar number systems.

HEX715F77
Decimal11395119
Binary111000110111111110111
Octal161137167

Shades and tints

Shades of #715F77

#715F77
(113,95,119)
#67576D
(103,87,109)
#5D4F63
(93,79,99)
#534759
(83,71,89)
#493F4F
(73,63,79)
#3F3745
(63,55,69)
#352F3B
(53,47,59)
#2B2731
(43,39,49)
#211F27
(33,31,39)
#17171D
(23,23,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #715F77

#715F77
(113,95,119)
#7D6D83
(125,109,131)
#897B8F
(137,123,143)
#95899B
(149,137,155)
#A197A7
(161,151,167)
#ADA5B3
(173,165,179)
#B9B3BF
(185,179,191)
#C5C1CB
(197,193,203)
#D1CFD7
(209,207,215)
#DDDDE3
(221,221,227)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F77; }

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

This text font color is #715F77.


Background Color

.myBgColor { background-color: #715F77; }

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

This div background color is #715F77.


Border color

.myBorderColor { border: 1px solid #715F77; }

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

This div border color is #715F77.


Opacity

.myOpacity80 { color: #715F77; opacity: 0.8; }

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

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

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

This text has shadow with #715F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F77 on black background.


Color preview on white background

This text has color #715F77 on white background.



Black color preview on #715F77 background

This text has black color on #715F77 background.


White color preview on #715F77 background

This text has white color on #715F77 background.