COLOR #715B79

HEX: #715B79
RGB: (113,91,121)

Color info

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

RGB color model

#715B79 color RGB value is (113,91,121).

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

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 121 of 255 = 47%

113
91
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 121 = 325 (100%)
R 113 of 325 ~ 34.77%
G 91 of 325 ~ 28%
B 121 of 325 ~ 37.23%

%34.77
%28
%37.23

CMYK color model

#715B79 color CMYK value is (7,25,0,53).

  • cyan value is 6.61%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,25,0,53)
C7M25Y0K53 
(7%,25%,0%,53%)
(0.07/0.25/0.00/0.53)	

CMYK percentages

%6.61
%24.79
%0
%52.55

Codes

Color #715B79 in popluar color models

715B79
RGB11391121
HSL284°14.15%41.57%
HSB/HSV284°24.79%47.45%
CMYK6.61%24.79%0.00%
52.55%

Color #715B79 in popluar number systems.

HEX715B79
Decimal11391121
Binary111000110110111111001
Octal161133171

Shades and tints

Shades of #715B79

#715B79
(113,91,121)
#67536E
(103,83,110)
#5D4B63
(93,75,99)
#534358
(83,67,88)
#493B4D
(73,59,77)
#3F3342
(63,51,66)
#352B37
(53,43,55)
#2B232C
(43,35,44)
#211B21
(33,27,33)
#171316
(23,19,22)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #715B79

#715B79
(113,91,121)
#7D6985
(125,105,133)
#897791
(137,119,145)
#95859D
(149,133,157)
#A193A9
(161,147,169)
#ADA1B5
(173,161,181)
#B9AFC1
(185,175,193)
#C5BDCD
(197,189,205)
#D1CBD9
(209,203,217)
#DDD9E5
(221,217,229)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B79; }

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

This text font color is #715B79.


Background Color

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

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

This div background color is #715B79.


Border color

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

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

This div border color is #715B79.


Opacity

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

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

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

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

This text has shadow with #715B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B79 on black background.


Color preview on white background

This text has color #715B79 on white background.



Black color preview on #715B79 background

This text has black color on #715B79 background.


White color preview on #715B79 background

This text has white color on #715B79 background.